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

body{
	background-image: url(images/y2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 0px;
}
.kutusabit {
	background-color: rgba(122,29,40,1.0);
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	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(166,131,40,0.61);
		border-bottom-right-radius: 15px;
		border-top-left-radius: 15px;
		-webkit-box-shadow: 0px 0px 15px 5px black;
		box-shadow: 0px 0px 15px 5px black;
		color: white;}

.kutu1 {background-color:rgba(227,175,3,0.60);
		border-bottom-right-radius: 15px;
		border-top-left-radius: 15px;
		-webkit-box-shadow: 0px 0px 15px 5px black;
		box-shadow: 0px 0px 15px 5px black;
		color: white;}

.kutu2 {background-color:rgba(232,45,28,0.60);
		border-bottom-right-radius: 15px;
		border-top-left-radius: 15px;
		-webkit-box-shadow: 0px 0px 15px 5px black;
		box-shadow: 0px 0px 15px 5px black;
		color: white;}

.kutu3 {background-color:rgba(122,29,40,0.60);
		border-bottom-right-radius: 15px;
		border-top-left-radius: 15px;
		-webkit-box-shadow: 0px 0px 15px 5px black;
		box-shadow: 0px 0px 15px 5px black;
		color: white;}

.kutu4 {background-color:rgba(34,71,54,0.60);
		border-bottom-right-radius: 15px;
		border-top-left-radius: 15px;
		-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);
}

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

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

.menu ul li{
	width: 180px;
	height: 50px;
	margin-left:30px;
	text-align: center;
	line-height: 50px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 26px;
	text-shadow: 6px 11px 15px rgba(0,0,0,1.00);
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	transition: 200ms;
	float: left;}
.menu ul li:hover{
	font-size: 31px;
	transform: scale(1.1);
}

.genel{
	font-family: verdana;
	width:1020px;
	height: 420px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;
	background-color:rgba(227,175,3,0.60);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,1.00);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,1.00);
}

.alan1 {
	float: left;
	margin-top: 30px;
	margin-left: 25px;
	width:300px;
	height: 340px;
	padding: 2px;
	color: antiquewhite;
	text-align: center;
	font-size: 20px;
	text-shadow: 1px 1px 2px black;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,1.00);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,1.00);
}

.footer {color: rgba(248,243,243,1.00);
		font-family: Consolas, Andale Mono, Lucida Console, Lucida Sans Typewriter, Monaco, Courier New, monospace;
		margin-top: 30px;
		font-size: 20px;
		text-align: center;}
