*, *::before, *::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  background-color: #EFF1F2;
  font-family: Subway-Black;
}

@font-face {
  font-family: Subway-Black;
  src: url(Subway-Black.ttf);
}

.flexstart {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;

}

.row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.slideimg {
  width: fit-content;
}

#slide {
  display: flex;
  flex-direction: column;
  transition: opacity 5s ease-in;
  background-repeat: none;
  background-size: cover;
  height: 720px;
  width: 1280px;
  border-radius: 10px;
}

.innerimg {
  display: flex;
  flex-direction: row;
}

#button {
  text-align: center;
  max-width: 50%;
}

.prev {
  max-width: 15vh;
}

.buttons {
  align-items: center;
  display: flex;
  flex-direction: row;
  border-radius: 10px;
}

.home {
  text-align: center;
  position: relative;
}

button:hover {
  background-color: brown;
  color: white;
}

#left {
  margin-right: 18%;
}

#center {
  margin-left: 20%;
  margin-right: 20%;
}

#right {
  margin-left: 18%;
}

.buttontab {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 100px;
  min-width: 100px;
}

.choice {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  padding: 10px;
}

.text {
  background-color: #FCEC49;
  margin-top: 30%;
  border-radius: 5px;
  max-width: 20%;
  height: 25%;
}

@media only screen and (max-width: 1100px) {
  #slide{height: 360px; width: 640px;}
  #left {margin-right: 80px;}
  #center {margin-left: 75px; margin-right:75px;}
  #right {margin-left: 80px;}
  .text{margin-top: 50px;}
  #font{font-size: 9px;}
}

/* Responsive */

/* @media only screen and (max-width: 800px) and (max-height: 400px) {
  img {
    width: 60%;
    height: 50%;
    border-radius: 10px;
  }

  .buttons {
    align-items: center;
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    max-width: 15vw;
    max-height: 20vh;
  }

  .choice {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    padding: 5px;
  }
}

 @media only screen and (max-width: 600px) {  
  img {
    width: 60%;
    height: 50%;
    border-radius: 10px;
  }

  .buttons {
    align-items: center;
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    max-width: 15vw;
    max-height: 20vh;
  }

  .choice {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    padding: 5px;
  }
}

 @media only screen and (min-width: 600px) {
  img {
    width: 60%;
    height: 50%;
    border-radius: 10px;
  }

  .buttons {
    align-items: center;
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    max-width: 15vw;
    max-height: 20vh;
  }

  .choice {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    padding: 5px;
  }
 }
 
 @media only screen and (min-width: 768px) and (max-width: 800px) {

  img {
    width: 70%;
    border-radius: 10px;
  }

  .buttons {
    align-items: center;
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    max-width: 15vw;
    max-height: 20vh;
  }

  .choice {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    padding: 5px;
  }
  } */
