body{
	margin:0;
	padding:0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        color: #4B4442;
}

h1 {font-size: 1.4em; font-weight: bold;}
p {font-size: 1.0em;}

#logo {position: fixed; top: 0px; left: 0px; z-index: 1000;}

#home { 
	background: #59B8F1; 
	min-height: 1002px;  
	margin: 0 auto; 
    width: 100%; 
    /*max-width: 1920px; */
    position: relative; 
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
}
#about { 
	background: url("../images/hyg-climbbg.png") no-repeat 0% 0% !important; 
	min-height: 1002px;
	background-size: cover;
	margin: 0 auto; 
    width: 100%; 
    /*max-width: 1920px;*/
    position: relative; 
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
}

#skills { 
	background: #FFDC14; 
	min-height: 1002px;
	margin: 0 auto; 
    width: 100%; 
    /*max-width: 1920px; */
    position: relative; 
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
}

#portfolio{ 
	background: url("../images/hyg-boats.jpg") no-repeat 50% 50% !important; 
	background-size: cover;
	min-height: 1328px;
	margin: 0 auto; 
    width: 100%; 
    /*max-width: 1920px; */
    position: relative; 
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
}

/* Introduction */

#home article, #about article, #skills article, #portfolio article {height: 600px; position: absolute; top: 200px; left: 200px; width: 600px; padding: 10px; border: 3px solid #4B4442;  background: #FAF0E6; border-radius: 15px; z-index: 300; box-shadow: 0 0 50px rgba(0,0,0,0.8);}
#home #scroll {position: absolute; top: 30px; right: 350px; z-index: 400;}
#home #surf {position: absolute; height: 250px; width: 178px; top: 175px; right: 100px; background: url("../images/hyg-surf.png") no-repeat;}
#skills article {height: 700px;}
#portfolio article {top: 100px; height: 800px;}
#portfolio article#contact {top: 1000px; height: 200px;} 
#skills #bmx {position: absolute; height: 250px; width: 178px; top: 0px; left: 600px; background: url("../images/hyg-bmx.png") no-repeat;}
/*#about article { background: url("../images/parallax.png") no-repeat scroll center top transparent; height: 458px; position: absolute; text-indent: -9999px; top: 291px; width: 100%; }*/
#portfolio #camera {position: absolute; height: 126px; width: 150px; bottom: 0px; right: 150px; background: url("../images/hyg-camera.png") no-repeat;}
li {margin-bottom: 6px;}



