#box-1 {
  height: 100vh;
  width: 100%;
  background-image: url(../../assets/img/Jose+Pitons+Names.png);
  background-size: contain;
  display: table;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

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

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

#box-7 {
  height: 100vh;
  width: 110%;
  display: table;
}

#box-4 {
  height: 100vh;
  width: 110%;
  display: table;
}

#box-5 {
  height: 100vh;
  width: 100%;
  background-image: url(../../assets/img/woman-with-typical-clothes-and-a-huge-cuban-cigar-in-havana-cuba-LK-300x199.jpg);
  background-size: cover;
  display: table;
  background-attachment: fixed;
}

#box-6 {
  height: 100vh;
  width: 100%;
  /*background-image: url(../../assets/img/Cuba02.png);*/
  /*background-size: contain;*/
  display: table;
  /*background-attachment: fixed;*/
}

#box-8 {
  height: 100vh;
  width: 110%;
  background-image: url(../../assets/img/SLU-Cuba-WHT.png);
  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;*/
}

