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

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

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

h1 {
  font-family: roboto black;
  font-size: 65px;
  color: rgb(255,255,255);
  margin: 0px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  /*vertical-align: bottom;*/
  padding-left: 25px;
}

.sub {
  font-family: roboto black;
  font-size: 20px;
  color: #ffffff;
  margin: 0px;
}

