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

.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("DSC00169.jpg");
  min-height: 80%;
  min-width: 70%;
}
.bgimg-2 {
  background-image: url("IMG_5420.JPG");
  min-height: 80%;
  min-width: 70%;
}
.bgimg-3 {
  background-image: url("4H5A0515.jpg");
  min-height: 80%;
  min-width: 70%;
}
/* Section Headers */
.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background: rgb(255,255,255);
  background: rgb(255,255,255,.7);
  color: #000;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

/*Big Title Header*/
.caption2 {
  position: absolute;
  left: 0;
  top: 5%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption2 span.border2 {
  background: rgb(255,255,255);
  background: rgb(255,255,255,.7);
  color: #000;
  padding: 18px;
  font-size: 10vw;
  letter-spacing: 10px;
}

/*Links to Sections*/
.sectionlink {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  text-align: center;
}

li{
  font-size: 4vw;
  letter-spacing: 10px;
  color: #000;
}

ul {
  list-style-type: none;
}

.photocredit {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  color: #000;
}


.photocredit span.border2 {
  color: #000;
  padding: 5px;
  font-size: .5vw;
  text-align: right;
}

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

video {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    position: relative;
    opacity: 80%;
}



/* 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;
  }
}
*/
