@font-face {  
	font-family: "Sketchy Times";  
	src: url( ../fonts/SketchyTimes.ttf) format("truetype");
}  

@font-face {  		
	font-family: "Vollkorn";  
	src: url( ../fonts/Vollkorn-Regular.ttf) format("truetype");
}  

* {
	margin: 0;
	padding: 0;
}

body {
	width: 750px;
	margin: 30px auto;
	background-color: black;
	
}

.header{
	color: white;	
	font-size: 60px;
	margin-left: 140px;
}

.name {
	margin-left: 50px;
}

.banner {
	margin-left: 27px;
	width: 700px;
	height: 300px;
}

.font_w img {
	width: 18px;
	height: 21px;
}


ul {
	color: white;
	list-style: none;
	position: relative;
	font-size: 27px;
}

.bio {
	position: absolute;
	left: 50px;
	top: 50px;
}


.devel {
	position: absolute;
	right: 110px;
	top: 120px;
}

.film {
	position: absolute;
	left: 85px;
	top: 120px;
}

.news {
	position: absolute;
	left: 340px;
	top: 120px;
}

.cont {
	position: absolute;
	left: 330px;
	top: 180px;
}

.links {
	position: absolute;
	right: 50px;
	top: 50px;
}

.menu {
	margin-left: 110px;
	margin-bottom: 30px;
	font-size: 18px;
	
}

.menu li {
	display: inline-block;
	margin-left: 5px;
	font-weight: bold;
}


.quate {
	margin-bottom: 12px;
}

.font_w {
	font-family: "Vollkorn";
}

ul li a {
	color: white; 
	text-decoration: none;
	font-family: "Vollkorn";
}

ul li:first-letter {
	font-family: "Vollkorn";
	font-weight: bold;
	font-size: 22px;
	
}



ul li a:hover {
	border-bottom: 1px solid white;
}

li.active {
	position: relative;
	top: 30px;
	font-style:italic;
	font-weight: bold;
}

hr {
	width: 600px;
	margin: auto;
	
}

.cont_info {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 80px;
	
}

.cont_info h1{
	color: white;
	margin-bottom: 10px;
	font-size: 24px;
}

.cont_info h2{
	color: white;
	text-align: left;
	margin-left: 130px;
	margin-bottom: 20px;
	font-weight:normal;
	font-family: "Vollkorn";
}

.cont_info a {
	color: white;
	font-family: Tahoma;
	font-size: 13px;
	text-decoration: none;
}

.cont_info span {
	font-size: 18px;
	margin-left: 8px;
}

.cont_info hr {
	width: 300px;
	margin-top: 20px;
}

.cont_info1 {
	color: white;
	margin-bottom: 10px;
	width: 650px;
	text-align: justify;
	margin: auto;
	margin-top: 40px;
	font-family: "Vollkorn";
	
}

.cont_info1 span {
	font-weight: normal;
}

.name_h {
	color: white;
	margin-bottom: 10px;
	font-size: 24px;
	text-align: center;
}

.cont_info1 hr {
	width: 650px;
	margin-top: 60px;
}



.films_img {
	
	float: left;
	margin: 15px;
	
	
}

.img_special {
	margin-bottom: 60px;
}


.para_br {
	margin-bottom: 20px;
	font-size: 15px;
}

q {
	font-size: 18px;
}

.footer {
	position:fixed;
	left: 2px;
	bottom: 2px;
	color: white;
	font-size: 13px;
	font-family: Tahoma;
	background-color: black;
}

.contact {
	width: 500px;
	margin: auto;
	margin-top: 50px;
}

.contact p {
	font-family: "Vollkorn";
	font-size: 20px;
	color: white;
	text-align: center;
}

.contact a {
	color: white;
	text-decoration: none;
}

.contact span {
	font-weight: bold;
}

.more_small {
	font-size: 20px;
	font-weight: bold;
}

.biog {
	width: 700px;
	font-family: "Vollkorn";
}

.biog h2 {
	color: white;
	text-align: center;
	margin-bottom: 20px;
}

.biog img{
	width: 400px;
	height: 300px;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 9px;
}

.biog p {
	text-align: justify;
	font-size: 16px;
}

.blog_news {
	font-family: "Vollkorn";
	color: white;
	width: 600px;
	margin: 20px auto;
}

.blog_news h2{
	text-decoration:underline;
	font-size: 20px;
}

.blog_news p {
	font-size: 16px;
}

.foto_prog {
	text-align: center;
	margin-top: 80px;
}



.foto_prog img {
	margin-top: 20px;
}

.comso {
	color: white;
	width: 600px;
	margin: 50px auto;
}

.comso h2 {
	text-decoration:underline;
	margin-bottom: 10px;
}

.comso p {
	font-size: 20px;
	margin-top: 10px;
}

.prog_eee{
	margin: 50px auto;
	width: 650px;
	color: white;
	font-family: "Vollkorn";
}

.un{
	text-decoration:underline;
}

.bo {
	font-weight: bold;
}

.falig {
	margin-top: 40px;
	margin-left: 30px;
	float: left;
	text-decoration:underline;
	font-size: 25px;
}

.falig a{
	color: white;
	font-family: "Vollkorn";
}

.leseed {
	position: fixed;
	bottom: 2px;
	right: 2px;
}

.leseed a {
	color: white;
	text-decoration: none;
}




