.bgimg-1 img {height:35%;}
body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
}
a {color: #fff; text-decoration:none;}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
  position: relative;
  opacity: 0.9;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("img_parallax.jpg");
  min-height: 100%;
  text-align: center;
}

.bgimg-2 {
  background-image: url("img_parallax2.jpg");
  min-height: 500px;
}

.bgimg-3 {
  background-image: url("img_parallax3.jpg");
  min-height: 500px;
}

.bgimg-4 {
  background-image: url("img_parallax4.jpg");
  min-height: 500px;
  text-align: center;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  display:block;
  margin-left:auto;
  margin-right:auto;
  background-color: rgba(0,0,0,0.1);
  color: #fff;
  padding: 5px;
  font-size: 2rem;
  font-weight:600;
  letter-spacing: 5px;
}

.caption span.border2 {
  display:block;
  margin-left:auto;
  margin-right:auto;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  padding: 5px;
  font-size: 1.5rem;
  font-weight:600;
  letter-spacing: 5px;
}

.caption span.border3 {
  display:block;
  margin-left:auto;
  margin-right:auto;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  padding: 5px;
  font-size: 1em;
  font-weight:600;
  letter-spacing: 5px;
} 
h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
  }
}