html, body {
	height:100%;
}
body {
	width: 100%;
	background-color: #000;
	/*background: #000 url(../images/what_color.jpg) center center fixed no-repeat;
	
	-webkit-background-size: cover;
	
	-o-background-size: cover;
	
	-moz-background-size: cover;
	background-size: cover;s
	overflow: hidden;*/
}

::selection {
				background: #50a38b;
				color: #fff;	
			}

			::-moz-selection {
				background: #50a38b;
				color: #fff;
}




.content img{
	max-width: 100%;
	min-width:50%;
}


#header{
	position: absolute;

	z-index: 2000;
	width: 255px;
	top: 5px;
}
#header h1{
	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;
}
#navigation {
	margin-top: 20px;
	width: 255px;
	display:block;
	list-style:none;
	z-index:3;
}
#navigation a{
	color: #444;
	display: block;
	background: #fff;
	background: rgba(255,255,255,0.9);
	line-height: 50px;
	padding: 0px 20px;
	margin-bottom: 6px;
	/*box-shadow: 1px 1px 2px rgba(0,0,0,0.2);*/
	font-size: 14px;
}
#navigation a:hover {
	background: #50a38b;
	color:#fff;
}
.content{
	right: 40px;
	left: 280px;
	top: 0px;
	position: absolute;
	padding-bottom: 30px;
	max-width:30%;
}
.content h2{
	font-family: 'NewsCycleRegular';
	line-height: 90%;
	font-size: 55px;
	padding: 10px 0px 20px 0px;
	margin-top: 87px;
	margin-bottom: -10px;
	color: #fff;
	color: rgba(255,255,255,0.9);
	text-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}

.content h3{
	font-size: 20px;
	margin-top:20px;	
	margin-bottom: -3px;
}

.content p{
	min-width: 50%;
	font-size: 13px;
	/*padding: 10px;*/
	line-height: 22px;
	color: #fff;
	display: inline-block;
	/*background: black;*/
	/*padding: 10px;*/
	margin: 7px 0px;
}
.panel{
	min-width: 100%;
	height: 98%;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	margin-top: -150%;
	/*background-color: #87cfe6;*/
	background: #000 url(../images/what_is_color3.jpg) center center fixed no-repeat;
	
	-webkit-background-size: cover;
	
	-o-background-size: cover;
	
	-moz-background-size: cover;
	background-size: cover;s
	overflow: hidden;
	
	
	
	box-shadow: 0px 4px 7px rgba(0,0,0,0.6);
	opacity: 0;
	z-index:2;
	-webkit-transition: opacity 1.6s ease-in-out;
	-moz-transition: opacity 1.6s ease-in-out;
	-o-transition: opacity 1.6s ease-in-out;
	-ms-transition: opacity 1.6s ease-in-out;
	transition: opacity 1.6s ease-in-out;
}
.panel:target, .panel2:target, .panel3:target, .panel4:target, .panel5:target{
	opacity: 1;
	margin-top: 0%;
}




.panel2{
	min-width: 100%;
	height: 98%;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	margin-top: -150%;
	background: #000 url(../images/eye3.png) center center fixed no-repeat;
	
	-webkit-background-size: cover;
	
	-o-background-size: cover;
	
	-moz-background-size: cover;
	background-size: cover;s
	overflow: hidden;
	
	
	
	
	box-shadow: 0px 4px 7px rgba(0,0,0,0.6);
	opacity: 0;
	z-index:2;
	-webkit-transition: opacity 1.6s ease-in-out;
	-moz-transition: opacity 1.6s ease-in-out;
	-o-transition: opacity 1.6s ease-in-out;
	-ms-transition: opacity 1.6s ease-in-out;
	transition: opacity 1.6s ease-in-out;
}



/*Color Reproduced*/
.panel3{
	min-width: 100%;
	height: 98%;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	margin-top: -150%;
	/*background-color: #87cfe6;*/
	background: #000 url(../images/limitation.jpg) center center fixed no-repeat;
	
	-webkit-background-size: cover;
	
	-o-background-size: cover;
	
	-moz-background-size: cover;
	background-size: cover;s
	overflow: hidden;
	
	
	
	box-shadow: 0px 4px 7px rgba(0,0,0,0.6);
	opacity: 0;
	z-index:2;
	-webkit-transition: opacity 1.6s ease-in-out;
	-moz-transition: opacity 1.6s ease-in-out;
	-o-transition: opacity 1.6s ease-in-out;
	-ms-transition: opacity 1.6s ease-in-out;
	transition: opacity 1.6s ease-in-out;
}

.panel3., .panel4 img{
	margin-top: 47px;
}


/*Tone*/

.panel4{
	min-width: 100%;
	height: 98%;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	margin-top: -150%;
	/*background-color: #87cfe6;*/
	background: #000 url(../images/tone.jpg) center center fixed no-repeat;
	
	-webkit-background-size: cover;
	
	-o-background-size: cover;
	
	-moz-background-size: cover;
	background-size: cover;s
	overflow: hidden;
	
	
	
	box-shadow: 0px 4px 7px rgba(0,0,0,0.6);
	opacity: 0;
	z-index:2;
	-webkit-transition: opacity 1.6s ease-in-out;
	-moz-transition: opacity 1.6s ease-in-out;
	-o-transition: opacity 1.6s ease-in-out;
	-ms-transition: opacity 1.6s ease-in-out;
	transition: opacity 1.6s ease-in-out;
}

/*Summary*/

.panel5{
	min-width: 100%;
	height: 98%;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	margin-top: -150%;
	/*background-color: #87cfe6;*/
	background: #000 url(../images/color_reproduce2.jpg) center center fixed no-repeat;
	
	-webkit-background-size: cover;
	
	-o-background-size: cover;
	
	-moz-background-size: cover;
	background-size: cover;s
	overflow: hidden;
	
	
	
	box-shadow: 0px 4px 7px rgba(0,0,0,0.6);
	opacity: 0;
	z-index:2;
	-webkit-transition: opacity 1.6s ease-in-out;
	-moz-transition: opacity 1.6s ease-in-out;
	-o-transition: opacity 1.6s ease-in-out;
	-ms-transition: opacity 1.6s ease-in-out;
	transition: opacity 1.6s ease-in-out;
}



#color:target ~ #header #navigation #link-color,
#perception:target ~ #header #navigation #link-perception,
#reproduction:target ~ #header #navigation #link-reproduction,
#tone:target ~ #header #navigation #link-tone,
#summary:target ~ #header #navigation #link-summary{
	background: #50a38b;
	color: #fff;
}







/*Test*/



#header img{
	margin-left: 25px;
}

#perception img{
	text-align: center;
	
}

img{
	margin-top: 30px;
}




