@import url('https://fonts.googleapis.com/css?family=Titillium+Web&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
body,html
{
width:100%;
height:100%;
margin:0;
padding:0;
font-family:'Titillium Web', sans-serif;
color:#363636;
}
.kapsam1{width::100%;background-color:#e5e5e5;display:table}
.altbosluk{margin-bottom:40px}
.genelbaslik1{font-size:140%;font-weight:bolder;}
.genelbaslik2{font-size:120%;font-weight:bolder;}
.genelbaslik3{font-size:100%;font-weight:bolder;}
.container-flued a:link,a:visited,i:hover{color:#363636}
.ustgorsel{width:100%;background-size:100% auto;display:table;height:300px}
h2{font-size:110%}
h3{font-size:110%}
.kolon{width:90%;max-width:600px;display: table;}
.siparis,.siparis a{background:#e5e5e5;color:darkgreen;font-size:100%;padding:6px;float:left;font-weight: bolder}
.saticiara,.saticiara a{background:#e5e5e5;color:darkred;font-size:100%;padding:6px;margin-right:20px;float:left;font-weight: bolder}
.makalegorsel{width:100%;max-width:500px;height:auto;float:left;margin:10px 10px;display: table}
.makalegovdesi img{width:95%;max-width:500px;float:left;margin:10px 10px;display: table}
.makalegovdesi p{text-align:justify;padding:10px;}
.makalegovdesi h1{font-size:140%;color:#363636;}
.makalegovdesi h2{font-size:120%;color:#363636;}
.makalegovdesi a{color:#363636;text-decoration: none;}
.a{color:#363636;}
.panelgiris{width:90%;max-width: 450px;margin:auto;padding:6px;text-align: center;}
.panelgiris h1{font-weight:bolder;font-size:130%;color:#363636;}
.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.dropdowna {
  position: relative;
  display: inline-block;
}

.dropdown-contenta {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdowna:hover .dropdown-contenta {
  display: block;
}
.aramenukutusu{padding:7px;margin:5px;display: table;float: left;min-width:150px;font-size:13px;background:#e5e5e5;font-weight:bolder}
.aramenukutusu a{color:#363636;}
.kuturesim{width:100%;height:200px;background-size:auto 100%;display:table;background-position:top;}
.fiyat1{font-size:110%;font-family: 'Oswald', sans-serif;font-weight:bolder;color:darkgreen}
.fiyateski{font-size:110%;font-family: 'Oswald', sans-serif;font-weight:bolder;color:darkred}
.fiyatyeni{font-size:110%;font-family: 'Oswald', sans-serif;font-weight:bolder;color:#000}
footer{color:#f5f5f5;background:#363636;}
footer a,footer a:visited{color:#f5f5f5;}
@media screen and (max-width:600px){
  .ustgorsel{width:100%;background-size:100% auto;display:table;height:200px}
}