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

body{
	background-color: rgba(8,12,81,0.89);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 0px;
}
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);}
.kutu1 {
	background-color: rgba(54,66,42,0.60);
	color: white;
}
.kutu2 {
	background-color: rgba(143,200,155,0.75);
	color: white;
}
.kutu3 {
	background-color: rgba(49,109,163,0.60);
	color: white;
}
.kutu4 {background-color:  rgba(187,148,47,0.80);
	color: white;
}
.kapsar{
	width: 980px;
	height: 600px;
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.ustsol{
	text-align: justify;
	color: rgba(255,255,255,1.00);
	float: left;
	text-shadow: -8px 5px 10px rgba(0,0,0,1.00);
}

.ustsol ul{display: block;
	margin-top:40px;	
	list-style: none;}

.ustsol ul li{
	width: 220px;
	height: 70px;
	margin-bottom: 60px;
	text-align: center;
	line-height: 70px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 40px;
	text-shadow: 6px 11px 15px rgba(0,0,0,1.00);
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,1.00);
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,1.00);
	transition: 200ms;
	}
.ustsol ul li:hover{transform: scale(1.2);}
.temizle{clear: both;}
.resimdonen {
	margin-top: 30px;
	margin-left: 50px;
	width: 600px;
	height: 600px;
}
.resimdonen img{
	width: 600px;
	height: 550px;
	-webkit-box-shadow: 0px 0px 12px 2px rgba(0,0,0,1.00);
	box-shadow: 0px 0px 12px 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;
	width: 700px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	font-size: 15px;
}