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

body {background-color: #FFFFFF; font-family: 'Roboto Condensed', sans-serif;}
section {width:100%; height:auto; background-color:#FFFFFF;}
#siteAll {width:1200px; height:auto; margin:auto;}
aside {width:299px; height:700px; float:left; border-right:#939090 1px solid;}
#logo {width: 100px; height:93px; margin:auto; margin-top:10px; margin-bottom:30px;}
#eceKaptan {width:290px; height:100px; margin:auto; margin-bottom:20px; }
#eceKaptan h1 {font-size:40px; text-align:center;}
#menuAll {width:299px; height:auto; margin-top:30px;}
#menuAll ul li {margin-top:10px; margin-left:50px;}  
#menuAll ul li a {text-decoration:none; font-size:16px; color:#000000;}
#menuAll ul li a:hover {color: #E67809;}
#saat {width:299px; height:100px; margin:auto; margin-top:40px; margin-bottom:10px;}
#contactİnfo {width:200px; height:50px; margin:auto; margin-top:40px;}
#contactİnfo h2 {margin-top:10px; margin-bottom:10px; text-decoration:underline;}
#socialMedia {width:150px; height:50px; margin:auto; margin-top:10px; }
#socialMedia ul li {float:left; margin-left:10px;}
#socialMedia ul li:nth-child(1) a {display:block; width:50px; height:50px; background-image:url(../img/facebook.png); background-repeat:no-repeat;}
#socialMedia ul li:nth-child(2) a {display:block; width:50px; height:50px; background-image:url(../img/instagram.png); background-repeat:no-repeat;}
#socialMedia ul li span {display:none;}
#socialMedia ul li:nth-child(1) a:hover {background-image:url(../img/facebookhover.png);}
#socialMedia ul li:nth-child(2) a:hover {background-image:url(../img/Instagramhover.png);}
main {width:890px; height:auto; float:right; margin:10 0 0 10;}
.aboutUs {width:800px; height:auto; float:left; margin-top:35px; margin-bottom:70px;}
.aboutUs h4 {font-size:24px; color:#000000; margin-bottom:20px; margin-left:50px; }
.aboutUs p {font-size:16px; color:#000000; line-height:22px; margin-left:20px;}
.aboutUs p a {text-decoration:none; color: #E67809;  transition:all .2s linear;}
.aboutUs p a:hover {text-decoration:underline; color:#13A5CB;}
.contact {width:625px; height:auto; margin-top:70px; margin-bottom:70px;}
.contact h3 {font-size:24px; color:#000000; margin-bottom:20px; margin-left:50px;}
.contact ul li {margin-top:8px; margin-left:40px;}
.contact ul li span { text-decoration:underline;}