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

.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("../img/IMG_4860.jpg");
  min-height: 100%;
    opacity: 0.85;
   
}

.bgimg-2 {
  background-image: url("../img/IMG_6437.JPG");
  min-height: 80%;
    opacity: 0.85;
}

.bgimg-3 {
  background-image: url("../img/IMG_5326.jpg");
  min-height: 90%;
    opacity: 0.80;
}

.caption {
  position: absolute;
  left: 0;
  top: 35%;
  width: 100%;
  text-align: center;
  color: transparent;
}

.caption span.border {
  background-color: transparent;
font-family: 'Monoton', cursive;
  color: #F0C8C9;
  font-size: 70px;
  letter-spacing: 10px;
    opacity: 0.9;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 17px "Lato", sans-serif;

  padding-top: 5px;
}

h4 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 12px "Lato", sans-serif;

    padding-top: 5px;
}


a {

  text-decoration: none;
  color: grey;
padding: 10px;
 padding-bottom: 0px;
 padding-top: 20px;


}

a:hover{

  color:lightblue;

}

p{
  margin-top:1%;
  font: 15px;
  letter-spacing: 1px;
}

ul {
    list-style-type: none;
    margin-left: 60%;
    margin-top:0;
    padding: 0;
    overflow: hidden;
    opacity: 0.8;
  
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    font-size: 17px;
padding: 1.5em;
    padding-top: 20px;
    text-decoration: bold ;
    letter-spacing: 2px;
}

li a:hover {
    color: white;
    font-size: 18px;
}

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


@media screen and (max-width: 600px){
     ul{
        margin-left: 10%;
    }
    #title
    {font-size: 40px;}
}

@media screen and (max-width: 1024px){
     ul{
        margin-left: 30%;
    }
    li a{ font-size: 14px;}
    li a:hover{ font-size: 12px;}
    
}
@media screen and (max-height: 600px){
    
    .caption{
        top: 30%;
    }
}
