@charset "UTF-8";
/* CSS Document */

body{
	background-color: rgba(237,239,217,1.00);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 0px;
}

.kutusabit {
	background-color:rgba(54,66,42,0.60);
	color: white;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(255,255,255,1.00);
	box-shadow: 0px 0px 15px 5px rgba(255,255,255,1.00);
	}

.kutuana {
	background-color: rgba(14,104,127,0.90);
	color: white;
	-webkit-box-shadow: 0px 0px 15px 5px black;
	box-shadow: 0px 0px 15px 5px black;
}

.kutu1 {background-color:rgba(54,66,42,0.80);
		-webkit-box-shadow: 0px 0px 15px 5px black;
		box-shadow: 0px 0px 15px 5px black;
		color: white;}

.kutu2 {background-color:rgba(143,200,155,0.75);
		-webkit-box-shadow: 0px 0px 15px 5px black;
		box-shadow: 0px 0px 15px 5px black;
		color: white;}

.kutu3 {background-color:rgba(49,109,163,0.80);
		-webkit-box-shadow: 0px 0px 15px 5px black;
		box-shadow: 0px 0px 15px 5px black;
		color: white;}

.kutu4 {background-color:rgba(255,217,119,0.80);
		-webkit-box-shadow: 0px 0px 15px 5px black;
		box-shadow: 0px 0px 15px 5px black;
		color: white;}

a:link {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
a:visited {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
a:hover {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
a:active {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}

.kapsar {
	margin-top: 20px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;	
}
.menu {
		height: 70px;
		}

.menu ul{
	list-style-type: none;
	display: block;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.menu ul li{
	width: 160px;
	height: 50px;
	margin-right: 25px;
	text-align: center;
	line-height: 50px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 28px;
	text-shadow: 6px 11px 15px rgba(0,0,0,1.00);
	transition: 200ms;
	float: left;
	}
.menu ul li:hover{
	font-size: 31px;
	transform: scale(1.1);
}
.ust{
	background-image: url(images/hakkinda.jpg);
	margin-top: 20px;
	height: 600px;
	width: 900px;
	-webkit-box-shadow: 0px 0px 10px 4px rgba(0,0,0,1.00);
	box-shadow: 0px 0px 10px 4px rgba(0,0,0,1.00);
}
.yazilar {
	padding: 10px;
	width: 880px;
	background-color: rgba(73,84,13,0.90);
	color: rgba(255,255,255,1.00);
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 25px;
	text-shadow: 3px 6px 10px rgba(0,0,0,1.00);
	text-align: justify;
}
.footer {
	color:black;
	font-family: Consolas, Andale Mono, Lucida Console, Lucida Sans Typewriter, Monaco, Courier New, monospace;
	width: 700px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	font-size: 15px;
}
