#box-1 {
  height: 100vh;
  width: 100%;
  background-image: url(../../assets/img/i1.jpg);
  background-size: cover;
  display: table;
  background-attachment: fixed;
}

#box-order-menu {
  height: 40vh;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgb(0, 0, 0, 0.7)),
  url(../../assets/img/fotos/set14-1.jpg);
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  display: table;
  background-position: center;
}

#box-food-menu {
  height: 40vh;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgb(0, 0, 0, 0.7)), url(../../assets/img/fotos/fb30.jpg);
  background-size: cover;
  display: table;
  background-position: center;
}

#box-about-us {
  height: 40vh;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgb(0, 0, 0, 0.7)), url(../../assets/img/fotos/fb18-edit.jpg);
  background-size: cover;
  display: table;
  background-position: center;
}

#box-catering {
  height: 40vh;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgb(0, 0, 0, 0.7)), url(../../assets/img/fotos/catering-1.jpg);
  background-size: cover;
  display: table;
  background-position: center;
}

#box-sushi-kurs {
  height: 40vh;
  width: 100%;
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.1), rgb(0, 0, 0, 0.7)), url(../../assets/img/fotos/sushi-kurs.jpg);
  background-size: cover;
  display: table;
  background-position: center;
}

#box-3 {
  height: 100vh;
  width: 100%;
  background-image: url(../../assets/img/i3.jpg);
  background-size: cover;
  display: table;
  background-attachment: fixed;
}

