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

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8{
    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/food.png");
    min-height: 80%;
    opacity: 0.85;
}

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

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

.bgimg-5 {
    background-image: url("../img/pisqueria.jpg");
    min-height: 90%;
    opacity: 0.80;
}
.bgimg-6 {
    background-image: url("../img/parque.jpg");
    min-height: 90%;
    opacity: 0.80;
}
.bgimg-7 {
    background-image: url("../img/IMG_4363.jpg");
    min-height: 90%;
    opacity: 0.80;
}

.bgimg-8 {
    background-image: url("../img/IMG_5071.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;
}



/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5,.bgimg-6,.bgimg-7,.bgimg-8 {
        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%;
    }
}
