body, html {
    height: 100%;
    margin: 0;
    font: 400 15px/1.8 "Lato", sans-serif;
    color: #777;
  }
  
.bg {
background-image: url("images/osprey.jpg");

/* Full height */
height: 100%;

/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.bg-intro {
  background-image: url("images/osprey_sky2.jpg");
  
  /* Full height */
  height: 100%;
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }

.hidden {
    display: none;
}

.caption {
  /* background-color: #fff; */
  position: absolute;
  left: 0;
  top: 5%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #999;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

.caption-1 {
  position: absolute;
  left: 0;
  top: 35%;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 18px;
  font-size: 20px;
}

.caption-2 {
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 18px;
  font-size: 20px;
}

.button-panel {
    /* background-color: #fff; */
    position: absolute;
    left: 0;
    top: 80%;
    width: 100%;
    text-align: center;
}
.button-panel span.border {
  background-color: #999;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}