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

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

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

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

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

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

