h1 {
  color: rgb(0, 0, 0);
  font-family: Impact, Charcoal, sans-serif;
  font-size: 7vh;
  position: relative;
  text-align: center;
  top: 1vh;
}

p {
  color: #99335a;
  font-family: 0 sans-serif;
  font-size: 1vh;
  position: relative;
  text-align: center;
  top: 1vh;
}

.body {
    background-color: #e1e1e1;
}
.kahveler{
  height: 21vh;
  width:42vw;
  transition-duration: 1s;
}

.tatli{
  height: 21vh;
  width:42vw;
  transition-duration: 1s;
}

.diger{
  height: 21vh;
  width:42vw;
  transition-duration: 1s;
}

.atistir{
  height: 21vh;
  width:42vw;
  transition-duration: 1s;
}

.magnolia{
  height: 21vh;
  width:42vw;
  transition-duration: 1s;
}

.buble{
  height: 21vh;
  width:42vw;
  transition-duration: 1s;
}

.insta {
  height: 110px;
  width: 110px;
  transition-duration: 1s;
}

.tyol {
  height: 120px;
  width: 200px;
  transition-duration: 1s;
}
.getir {
  height: 80px;
  width: 80px;
  transition-duration: 1s;
  align-items: center;
}
@media (min-width: 1000px) {
  p {
    font-size: 3vh;
      }
  .insta {
    height: 50px;
    width: 50px;
  }
  .getir {
    height: 50px;
    width: 50px;
  }
  .tyol {
    height: 100px;
    width: 150px;
  }
  .kahveler {
    height: 300px;
    width: 300px;
  }
  .tatli {
    height: 300px;
    width: 300px;
  }
  .diger {
    height: 300px;
    width: 300px;
  }
  .atistir {
    height: 300px;
    width: 300px;
  }
  .magnolia {
    height: 300px;
    width: 300px;
  }
  .buble {
    height: 300px;
    width: 300px;
  }

}




/*
.btn {
  border: 1px solid white;
  border-radius: 15px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 10vh;
  font-family: Impact, Charcoal, sans-serif;
  height: 21vh;
  width: 42vw;
  border: solid 5px rgb(2, 2, 2);
  /* 5px iç boşuk ekler. 
  padding: 1px;
}
.logo {
  height: 240px;
  width: 270px;
  position: fixed;
  top: 75px;
  left: 37vw;
}


.kahve {
 background-image: url('img/kahveler.jpg');
 background-size: cover;
 background-position: center;
  position: fixed;

  top: 18vh;
  left: 5vw;
  transition-duration: 1s;
}


.tatli11 {
  background-image: url('img/tatli.jpg');
  background-size: cover;
  background-position: center;
  position: fixed;

  top: 18vh;
  right: 5vw;
  transition-duration: 1s;
}

.diger {
  background-image: url('img/diger.jpg');
  background-size: cover;
  background-position: center;
  position: fixed;
  bottom: 38vh;
  left: 5vw;
  transition-duration: 1s;
}

.magnolia {
  background-image: url('img/magnolia.jpg');
  background-size: cover;
  background-position: center;
  position: fixed;
  bottom: 38vh;
  right: 5vw;
  transition-duration: 1s;
}

.ascent {
  background-image: url('img/atistir.jpg');
  background-size: cover;
  background-position: center;
  position: fixed;
  bottom: 15vh;
  left: 5vw;
  transition-duration: 1s;
}

.buble {
  background-image: url('img/buble.jpg');
  background-size: cover;
  background-position: center;
  position: fixed;
  bottom: 15vh;
  right: 5vw;
  transition-duration: 1s;
}*/





.inline {
  display: inline;
}

.block {
  display: block;
}

.kahveler:hover{
  -ms-transform: scale(1.3); /* IE 9 */
  -webkit-transform: scale(1.3); /* Safari 3-8 */
   transform: scale(1.3); 
}

.insta:hover{
  -ms-transform: scale(1.3); /* IE 9 */
  -webkit-transform: scale(1.3); /* Safari 3-8 */
   transform: scale(1.3); 
}

/*
.kahve:hover{
  -ms-transform: scale(1.3); /* IE 9 
  -webkit-transform: scale(1.3); /* Safari 3-8 
   transform: scale(1.3); 
}*/


.diger:hover {

  -ms-transform: scale(1.3); /* IE 9 */
  -webkit-transform: scale(1.3); /* Safari 3-8 */
   transform: scale(1.3); 
 
}

.atistir:hover {

    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari 3-8 */
     transform: scale(1.3); 
   
}
.magnolia:hover {
  -ms-transform: scale(1.3); /* IE 9 */
  -webkit-transform: scale(1.3); /* Safari 3-8 */
   transform: scale(1.3); 
}
.tatli:hover {

    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari 3-8 */
     transform: scale(1.3); 
   
}

.buble:hover {

    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari 3-8 */
     transform: scale(1.3); 
   
}



#background {
  height: 100vh;
  width: 100vw;
  background-image: url("images/viper-background.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  animation: fadein 4s;
  -moz-animation: fadein 4s;
  /* Firefox */
  -webkit-animation: fadein 4s;
  /* Safari and Chrome */
  -o-animation: fadein 4s;
  /* Opera */
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {

  /* Firefox */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {

  /* Safari and Chrome */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {

  /* Opera */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
