body {
	max-width: auto;
	width: 100%;
	margin: 0;
	max-height: auto;
	height: 100%;
	margin: 0 auto;
}

#container {
	max-width: auto;
	min-width: 1000px;
	height: auto;
	margin: 0 auto;

}


div #header {
	max-width: auto;
	min-width: 1000px;
	width: 100%;
	height: 250px;
	box-shadow: 3px 3px 4px black;
	margin-bottom: 30px;

}

.iletisim-container {
	max-width: auto;
	background-color: dimgray;
	opacity: 0.7;
	width: 350px;
	max-height: auto;
	height: 25px;
	border: 1px solid gray;
	border-bottom-right-radius: 0px;
	float: right;
	margin-right: 10px;
	margin-top: 5px;


}

.iletisim-container img {
	float: left;
	margin: 1px;
}

.phone {
	color: white;
	float: left;
	margin-top: 7px;
	margin-left: 10px;
	font-family: arial;
	font-size: 12px;
}

.mail {
	color: white;
	float: left;
	padding-top: 7px;
	font-family: arial;
	font-size: 12px;
	padding-left: 2px;
}


/* 2.menu */
.navbar {
	overflow: hidden;
	background-color: #D00E0E;
	box-shadow: 3px 3px 4px black;
	margin-top: 30px;
	font-size: 12px;
	font-family: arial;
	letter-spacing: 2px;
	height: 40px;
	
}

.block {
	width: 650px;
	height: 40px;
	margin: 0 auto;
	
	
}

.block a{
	font-size: 12px;
	font-family: arial;
	letter-spacing: 2px;
}

.navbar a {
	float: left;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	vertical-align: middle;
	margin: auto;
	
}

.dropdown {
	float: left;
	overflow: hidden;

}

.dropdown .dropbtn {
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
	background-color: #780909;
	
	color: black;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: dimgray;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	opacity: 0.8;
}

.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	
}

.dropdown-content a:hover {
	background-color: white;
	
}

.dropdown:hover .dropdown-content {
	display: block;
	
}

/*2.menu bitiş*/

.ara-container{
	
}

#mid-container {

	max-width: auto;
	max-height: auto;
	min-width: auto;
	min-height: 600px;
	width: 1000px;
	height: 600px;
	margin: 0 auto;
	margin-top: 50px;
}

.arkaplan img{
	float: left;
	max-width: auto;
	max-height: auto;
	
	position: absolute;
	width: 1000px;
	height: 600px;
	margin: 0 auto;
}

.hakkimizda img{

	
	max-height: auto;
	max-width: auto;
	width: 900px;
	height: 300px;
	border-bottom: 250px solid white;
	border-top: 10px solid white;
	border-left: 10px solid white;
	border-right: 10px solid white;
	position: relative;
	
	
}

.bilgi{
	width: 900px;
	height: 100px;
	position: absolute;
	
}

.hakkimizda h2{
	position: absolute; 
	margin-left: 420px; 
	margin-top: 360px;
	color: brown;
	font-family: arial;
}

.hakkimizda p{
	position: absolute; 
	margin-left: 100px; 
	margin-top: 390px;
	font-family: arial;
	text-indent: 15px;
	font-size: 14px;
}




.footer {
	background: #222222;
	width: 100%;
	min-width: 1000px;
	height: 200px;
	min-height: 200px;
	float: left;
	color: white;
	font-family: arial;
	margin-top: 20px;
	position: relative;
}


.footer #kutu b {
	font-size: 14px;
}

*{
	margin: 0px;
	padding: 0px;
}

.footer_container {
	width: 768px;
	height: 200px;
	margin: 30px auto;
}

ul {
	list-style-type: none;
	margin: 17px 0;
	padding: 0px;
}

#kutu {
	width: auto;
	height: 100px;
	float: left;
	
}

ul li {
	float: left;
	font-family: tahoma;
	font-size: 12px;
	margin-bottom: 8px;
	clear: left;
	color: gray;
}

#kutu:last-child li {
	float: left;
	clear: none;
	margin-right: 10px;
}


a:link {
	color: white;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: white;
}

a:hover {

	color: gray;
	transition: 0.2s;
	opacity: 0.7;

}