#box-1 {
  height: 100vh;
  width: 100%;
  background-image: url(../../assets/img/fishing21.jpg?h=5f17e133b4e802051571dd8d75b7cbf2);
  background-position: center;
  background-size: cover;
  display: table;
  background-attachment: fixed;
}

#box-2 {
  height: 100vh;
  width: 100%;
  background-image: url(../../assets/img/marina_resto.jpg?h=9162a59cb650e25648f4ef76c702aa0e);
  background-position: center;
  background-size: cover;
  display: table;
  background-attachment: fixed;
}

#box-3 {
  height: 100vh;
  width: 100%;
  background-image: url(../../assets/img/willow-springs-resort-cabins.jpg?h=1f229fb25ef4a4a576ce23e69ae8ed3a);
  background-position: center;
  background-size: cover;
  display: table;
  background-attachment: fixed;
}

#box-4 {
  height: 100vh;
  width: 100%;
  background-image: url(../../assets/img/zipline.png?h=01ad0e856851e72f946a6de926c25546);
  background-position: center;
  background-size: cover;
  display: table;
  background-attachment: fixed;
}

h1 {
  font-family: Cinzel, serif;
  font-size: 50px;
  color: white;
  margin: 0px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

