/* General Class Stylings */
.menu {
  height: 4800px;
  font-family: "Reem Kufi Fun", sans-serif;
}

.menu .content {
  background: #e7e6e6;
  color: #262626;
  width: 99%;
}

.menu .content .course {
  height: 500px;
}

.menu .content .title {
  height: 500px;
}

.menu .content .title h2 {
  font-size: 30px;
}

.menu .content .title h3 {
  color: rgb(220, 20, 60);
}

.menu .content .title h2,
.menu .content .title h3 {
  margin-bottom: 5px;
}

.menu .content .title h3,
.menu .content .title h4 {
  margin-top: 5px;
}

.dishes {
  width: 100%;
}

.menu .content .course h3 {
  height: 30px;
}

.menu .content .course .label {
  font-size: 30px;
}

.dishes .dish {
  width: 25%;
  height: 370px;
  justify-content: center;
  align-items: center;
}

.dishes .dish img {
  width: 214.87px;
  height: 214.87px;
  border-radius: 5px;
  cursor: pointer;
  object-fit: cover;
  outline: solid white;
}

.dishes .dish img:hover {
  transform: scale(1.02);
}

.dishes .dish .info {
  width: 90%;
  text-align: center;
  height: 155px;
  line-height: 1.5;
}

.dishes .dish .info h3 .pricetag {
  color: rgb(220, 20, 60);
  margin-left: 5px;
}

.dishes .dish .info h3 {
  margin-bottom: 0;
  font-size: 16px;
  height: 30% !important;
  margin-top: 0 !important;
  padding-top: 10%;
}

.dishes .dish .info p {
  margin-top: 0;
  font-size: 15px;
  height: 60% !important;
  margin-bottom: 0 !important;
  padding-left: 20px;
  padding-right: 20px;
}

/* Special ID Stylings */
#entrees {
  height: 1000px;
}

#entrees .dishes {
  height: 300px !important;
}

#entrees .dishes .dish {
  height: 100% !important;
  width: 48%;
}

#entrees .dishes .dish .info {
  height: 214.87px !important;
}

@media (max-width: 885px) {
  .dishes .dish img {
    width: 150px !important;
    height: 150px !important;
  }

  .dishes .dish .info h3,
  .dishes .dish .info p {
    font-size: 11px !important;
  }
}

@media (max-width: 625px) {
  .menu {
    height: 7400px;
  }

  .course {
    height: 1000px !important;
  }

  .menu .title {
    height: 300px !important;
  }

  .dishes .dish {
    flex-direction: row;
    width: 100%;
    height: 200px;
    border-bottom: 1px dotted black;
  }

  .dishes .dish img {
    width: 214.87px;
    height: 214.87px;
  }

  .dishes .dish .info h3 {
    font-size: 0.8rem !important;
    width: 90%;
    text-align: left;
    margin: auto;
  }

  .dishes .dish .info p {
    font-size: 0.9rem !important;
    width: 90% !important;
    text-align: left;
    margin: auto;
  }

  .content .alt {
    height: 800px !important;
  }

  #entrees {
    height: 1600px !important;
    width: 100%;
  }

  #entrees .dishes,
  .dishes {
    flex-direction: column !important;
    width: 90% !important;
  }

  #entrees .dishes .dish {
    width: 100% !important;
  }

  #entrees .dishes {
    height: auto !important;
  }
}
