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

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

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

h1 {
  /*font-family: arial black;*/
  font-size: 50px;
  /*color: white;*/
  /*margin: 0px;*/
  text-align: center;
  /*display: table-cell;*/
  vertical-align: middle;
}

