html, body {
	height:100%;
    font-family: 'Kelly Slab','Myriad Pro', Arial, sans-serif;
}
body {
	width: 100%;
	background: #ffffff;
	overflow: hidden;
}

p img {
    	display: inline-block;
        float:left;
    padding:8px;

}

b
{
    background:black;
}
#header{
	position: absolute;
	z-index: 5;
	width: 150p;
	top: 50px;
}
#header h1{
    font-family: 'Expletus Sans', cursive;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	color: rgba(255,255,255,0.9);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	padding: 20px;
	background: #000;
    top:50px;
}
#navigation {
    
	top: 170px;
	width: 100px;
	display:block;
	list-style:none;
	z-index:3;
    position:absolute;
}
#navigation a{
	width:60px;
    height:60px;
    color: #444;
	display: block;
    border-radius:50%;
    border:5px solid;
	background: #fff;
	background: rgba(255,255,255,0.9);
	line-height: 50px;
	padding: 10px 10px;
	text-transform: uppercase;
	margin-bottom: 6px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	
    
}
#navigation p
{
    font-size: 20px;
    color:rgba(35,35,35,0.8);
    top:405px;
    left:8px;
    position:absolute;
}

#navigation a:hover {
	
    box-shadow: 1px 1px 20px rgba(255,255,255,0.7);
}
.menu
{
    background:white;
    border: 5px solid;
    border-radius:5px;
    display:block;
    width:500px;
    height:60px;
    position:absolute;
    left:15px;
    z-index:4;
    
}
.menu:hover
{
}

.menu p
{
    margin-left:80px;
    font-size:16px;
}

.homehead
{
    position:absolute;
    z-index:4;
    left:-10px;
    top:135px;
    width:600px;
    background:rgba(0,0,0,0.7);
    padding:10px;
    padding-left:50px;
}

.quotebutton
{
    right:60px;
    display:block;
    width:200px;
    height:35px;
    bottom:0px;
    background-color:rgba(0,0,0,0.5);
    padding:10px 10px 10px 10px;
    font-size:28px;
    text-shadow: 0px 0px 2px rgba(0,0,0,0.8) inset;
    box-shadow: 5px 5px 3px rgba(0,0,0,0.3);
    position:absolute;
    color:white;
    z-index:100;
}
.content{
	
	left: 180px;
	top: 0px;
	position: absolute;
	padding-left: 20px;
    
    overflow:scroll;
    
}

.pages
{    
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4) inset; height:100%;
    right: 40px;
}
.content h2{
	font-size: 80px;
	padding: 0px 0px 20px 0px;
	margin-top: 5px;
	color: #fff;
	color: rgba(255,255,255,0.9);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
    /*position:absolute;*/
    
}
.content p{
	font-size: 18px;
	padding: 10px;
	line-height: 24px;
	color: #fff;
	display: inline-block;
	/*background:rgba(0,0,0,0.6);*/
	padding: 10px;
	margin: 8px 0px;
    
}
.panel{
	min-width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	margin-top: -150%;
	position: absolute;
	background: #000;
	box-shadow: 0px 4px 7px rgba(0,0,0,0.6);
    
	z-index: 5;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.panel:target{
	margin-top: 0%;
	background-color: #ffcb00;
}
#home:target ~ #header #navigation #link-home,
#picturethis:target ~ #header #navigation #link-picturethis,
#peakperformance:target ~ #header #navigation #link-peakperformance,
#oneminutemagnet:target ~ #header #navigation #link-oneminutemagnet,
#whoswho:target ~ #header #navigation #link-whoswho,
#custom:target ~ #header #navigation #link-custom,
#contact:target ~ #header #navigation #link-contact

{
	    box-shadow: 0px 0px 15px rgba(0,0,0,0.7) inset;

}

#link-custom a
{
    font-size:100pt;
}

#works {
	padding: 15px 0px;
}
#works li{
	display: inline;
}
#works li a{
	padding-right: 10px;
}
#works img {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	padding: 12px; 
	background: rgba(255,255,255,0.9);
}
#form p{
    width: auto;
	background: #fff;
	color: #000;
}
#form input, #form textarea{
	background: #000;
	color: #fff;
	border: none;
}
#form textarea{
	width: 493px;
	height: 100px;
}

#form p check{
	width: 100px;
	height: 100px;
    padding-right:10px;
    position:relative;
    
}
#form label{
	padding-right: 10px;
	float: left;
}
.footnote a{
	color: #ddd;
}


.backgroundimage{
     position: fixed;
    width:100%;
    box-shadow: 
		10px 10px 20px rgba(0,0,0,0.2);
    z-index:-100;
    
}

.backgroundimage1{
    background: url('../images/home-background.jpg');
    height:100%;

}

.backgroundimage2{
   
    background: url('../images/pt-background.jpg');
    height:100%;

}

.backgroundimage3{
    background: url('../images/pp-background.jpg');
    height:100%;

}

.backgroundimage4{
    
    background: url('../images/omm-background.jpg');
    height:100%;

}

.backgroundimage5{
   
     background: url('../images/ww-background.jpg');
     height:100%;

}

.backgroundimage6{
   
     background: url('../images/custom-background.jpg');
     height:100%;

}