.bgimg-1 {
  background-color: #FFBEA3;
  position: fixed;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 60px;
}

h1 {
  font-family: 'Lato', sans-serif;
  font-size: 120px;
  font-weight: 300;
  margin-left: 4%;
  margin-top: 3%
  }

h2 {
  font-family: 'Dancing Script', cursive;
  font-size: 40px;
  color: black;
  text-align: left;
  vertical-align: top;
  top: -15px;
  left: 15px;
  position: fixed;
}

h3{
  font-family: 'Lato', sans-serif;
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  color: black;
  margin-left: 26%;
  margin-right: 20%;
  margin-top: -2%
}

.background{
  position: fixed;
  z-index:-1;
  opacity: .20;
}
