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

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

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

h1 {
  font-family:'Lora';
  font-size:25px;
  color:rgb(40,30,156);
  margin:20px;
  text-align:center;
  display:table-cell;
  vertical-align:middle;
  padding-top:30px;
  font-weight:400;
  /*border-bottom:1px;*/
  /*border-color:#00ff00;*/
  /*border-width:thin;*/
}

