#head {
  background-color: transparent;
  height: 220px;
}

#head-t {
  background-color: transparent;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  height: 220px;
}

#logos {
  height: 200px;
  float: left;
  margin-top: 20px;
}

nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}

nav ul {
  float: left;
  list-style: none;
  text-align: right;
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
}

nav ul li {
  padding: 15px;
}

nav ul li a {
  color: black;
  font-size: 20;
}

#bar {
  display: none;
}

nav .bar ul {
  width: 30px;
  height: 5px;
  background-color: #fff;
  margin: 5px;
  border-radius: 3px;
  transition: all .3s ease-in-out;
}

#nav-toggle {
  position: absolute;
  top: -100px;
}

#fa0 {
  margin: auto;
  padding-top: 50px;
  min-height: 650px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#fa1 {
  width: 480px;
  height: 150px;
}

@media screen and (max-width: 1140px) {
  #logol {
    float: none;
    width: auto;
    display: flex;
    margin-left: 50px;
  }

  #logos {
    height: 100px;
  }
  #head-t {
    height: 120px;
    background-color: #ebebeb;
  }

  #bar {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    margin-right: 50px;

  }

  nav ul {
    float: none;
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 100%;
    width: auto;
    height: auto;
    flex-direction: column;
    background-color: #ffffffe6;
    overflow: hidden;
    box-sizing: border-box;
    transition: all .5s ease-in-out;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  nav ul a {
    font-size: 20px;
    color: white;
  }

  nav :checked ~ ul {
    bottom: 0;
  }

  #body-img-img {
    width: 90%;
    margin-top: -30;
  }

  #button {
    width: 99%;
    margin: auto;
  }

  #button-a {
    display: flex;
    flex-direction: column;
    margin-top: 20;
  }

  #footer {
    display: flex;
    height: 180px;
  }

  #info {
    width: 200px;
  }

  #icons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    color: white;
    margin-top: 15px;
    align-content: center;
  }

  #hakk {
    width: 350px;
    margin-top: -150px;
  }

  #fa0 {
    margin-top: -80px;
    min-height: 650px;
    display: flex;
    justify-content: center;
    align-content: center;
  }

  #fa1 {
    margin: 30px;
    margin-top: -40px;
  }

  #d1 {
    width: 400px;
    margin: auto;
  }

  #duyuru-p {
    margin-top: -100px;
  }

  #duyuru {
    height: 250px;
  }

  #ilet-main {
    margin-top: -100px;
  }

  #ilet-kol {
    margin: auto;
    padding-top: 10px;
    min-height: 650px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }

  #ilet-sut {
    width: 380px;
  }

  #form1 {
    width: 380px;
  }

  #gal-b {
    margin-top: -110px;
  }

  #galeri {
    margin: auto;
    display: flex;
    justify-content: center;
    width: 380px;
  }

  #tur-b {
    margin: auto;
    margin-top: -100px;
    background-color: #f3f3f3;
    min-height: 630px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
  }

  #tiles {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    color: white;
    margin: auto;
    margin-top: 0;
  }

  #dicerik{
    width: 380px;
    margin: auto;
  }

  #dbas {
    width: 380px;
    margin: auto;
  }


}

