

#header{
	position: fixed;
	z-index: 200;
	width: 400px;
	top: 33%;
	left:0;
}
#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 {
	width: 135px;
	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;
	text-transform: uppercase;
	margin-bottom: 6px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	font-size: 14px;
}




#navigation a:hover {
	background: #ddd;
}
.content{
	/*padding-left:137px;*/
	/*padding-right:20px;*/
	font-size:15px;
	color:#494949;
	border-radius: 4%;
	background:#ffffff;
	box-shadow: 2px 3px 3px rgb(139,138,138);
	cursor:pointer;
	transition: all 0.3s;

	/*right: 40px;*/
	/*left: 280px;*/
	/*top: 0px;*/
	/*position: absolute;*/
	/*padding-bottom: 30px;*/
}
.content:hover{
	box-shadow:2px 3px 10px rgb(36,35,35);
}
.inter-h2{
	padding-top:22px;
	font-size:20px;
	font-weight: 600;
}
.content h2{
	text-align: center;
}
.content .jineng{
	padding-left:20px;
}
.content h3{
  padding-left:22px;
}
.conten-p {
	padding-top: 10px;
	text-align:right;
	margin: 3px 0px;
}

#mother1,#mother2,#mother3,#mother4,#mother5,#mother6,#mother7{
	height:12vh;
}
.content h2{
	/*font-size: 110px;*/
	/*padding: 10px 0px 20px 0px;*/
	/*margin-top: 52px;*/
	/*color: #fff;*/
	/*color: rgba(255,255,255,0.9);*/
	/*text-shadow: 0px 1px 1px rgba(0,0,0,0.3);*/
}
.content h3{
	font-size:14px;
}
.jineng{
	display:inline-block;
	font-family: "Vollkorn", serif;
	font-size:2.2rem;
	color: #7a78ae;
	margin-top:20px;
}
.content .two-p{
	font-family: "Vollkorn", serif;
	font-size:1.5rem;
}



.content p{
	font-size: 14px;
	/*padding: 10px;*/
	/*line-height: 24px;*/
	/*color: #000000;*/
	/*display: inline-block;*/
	/*background: black;*/
	line-height:24px;
	padding: 10px;
	margin: 3px 0px;
}
/*.panel{*/
/*	width: 98%;*/
/*	min-height: 100%;*/
/*	position: absolute;*/
/*	background-color: #000;*/
/*	box-shadow: 4px -4px 4px rgba(0,0,0,0.2);*/
/*	margin-left: -102%;*/
/*	z-index:2;*/
/*	-webkit-transition: all .6s ease-in-out;*/
/*	-moz-transition: all .6s ease-in-out;*/
/*	-o-transition: all .6s ease-in-out;*/
/*	-ms-transition: all .6s ease-in-out;*/
/*	transition: all .6s ease-in-out;*/
/*}*/
/*.panel:target{*/
/*	margin-left: 0%;*/
/*	background-color: #b1e583;*/
/*}*/
#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: #000;
	color: #fff;
}
#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{
	background: #fff;
	color: #000;
}
#form input, #form textarea{
	background: #000;
	color: #fff;
	border: none;
}
#form textarea{
	width: 493px;
	height: 100px;
}
#form label{
	padding-right: 10px;
	float: left;
}
.footnote a{
	color: #ddd;
}
