html, body {
	height:100%;
	min-width:1200px;
	min-height:750px;
	
}
body {
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
}

#navigation {
	margin-top: 0px;
	width: 100%;
	display:block;
	list-style:none;
	z-index:3;
	margin-left:40px;
	

}
#navigation a{
	color: #BDA98D;
	display: block;
	background: #301709;
	line-height: 50px;
	padding: 0px 20px;
	margin-bottom: 6px;
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:200;
}
#navigation a:hover {
	background: #301709;
	color:#F7E9D2;
	
}

li {
	list-style:none;
	
}





#navigation  li {
	list-style: none;
	float: left;
	clear:none;
}

.content2{
	right: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	
}

.panel2{
	min-width: 98.7%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	margin-top: -150%;
	position: absolute;
	background: transparent;
	z-index: 10000;
	-webkit-transition: all 2.3s ease-in-out;
	-moz-transition: all 2.3s ease-in-out;
	-o-transition: all 2.3s ease-in-out;
	transition: all 2.3s ease-in-out;
	margin-left: 0%;
	
}
.panel2:target{
	margin-top: 0%;
	background-color: transparent;
	
}

#portafolio .panel{
	
	float:right;
	right:0;
}

.close {
	float:right;
	background: #301709;
	width: 40px;
	height:40px;
	right: 0px;
	text-align:center;
	vertical-align:middle;
	line-height:35px;
	font-size:25px;
	font-weight:400;
	position:absolute;
}
	
#home:target ~ #header #navigation #link-home,
#portfolio:target ~ #header #navigation #link-portfolio,
#about:target ~ #header #navigation #link-about,
#contact:target ~ #header #navigation #link-contact{
	background: #301709;
	color: #F7E9D2;
	font-weight:400;
}
