body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  background-color: #777;
}

.bg {
background-image: url("images/osprey3.jpg");
height: 100%;

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

/* .bg {
  background: url(images/osprey.jpg) no-repeat center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} */

.bg-intro {
background-image: url("images/sky.jpg");
/* background-image: url("images/osprey_sky3.jpg"); */

/* Full height */
/* height: 100%; */
overflow: visible;

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

.bg-splash {
background-image: url("images/sky.jpg");
height: 100%;
overflow: visible;
background-repeat: repeat;
background-size: cover;
}

.hidden {
  display: none;
}

.caption {
/* background-color: #fff; */
left: 0;
width: 100%;
text-align: center;
color: #000;
padding-top: 7%;
/* padding-bottom: 35%; */
}

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

.blurb {
  position: absolute;
  left: 0;
  top: 78%;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
  font-size: 18px;
}

.card-text {
  background-color: #999;
  color: #fff;
}

.blurb div.border {
  text-wrap: wrap;
  background-color: #777;
  color: #fff;
  padding: 5px 10px;
  font-size: 18px; 
  letter-spacing: 2px;
}

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

.caption-1 {
padding:18px;
/* padding-top: 35%; */
overflow: visible;
color: #fff;
font-size: 20px;
}

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

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

.img-sky {
  display: block;
  max-width: 40%;
  padding: 30px;
  margin: auto;
}
