body {
  background-color: #FFB19A;
}

@media screen and (max-width: 425px) {
  .menu-img img {
    width: auto !important;
    height: 90vh;
  }
  .logo {
    width: 90% !important;
  }
}
.logo {
  width: 50%;
}

.row.main-row {
  background-image: url("../img/mancha_fondo.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.row.menu-row {
  background-image: url("../img/menu_title.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.under-construction {
  color: #fdfdfd;
}

.menu-img img {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
