/* Created by Monika singh */

/* Created by Pαolα */

html, body {
    width: 100%;
    overflow-x: hidden;
}

header {
    width: 100%;
    height: auto;
    padding-top: 15%;
    padding-bottom: 15%;
    margin-bottom: 5%;
    color: #FFF;
    background: url("https://upload.wikimedia.org/wikipedia/commons/2/26/Leo_messi_barce_2005.jpg") no-repeat top right fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.title {
    padding: 4%;
    width: 80%;
    margin: 0 10% 0 10%;
    border: 1px solid #fff;
    font-family: 'Cardo';
}


h2 {
    text-align: center;
}

hr {
    border-color: rgba(255, 165, 210,0.2);
    background-color: rgba(255, 165, 210,0.2);
}

footer hr {
    border-color: #f1f1f1;
    background-color: #f1f1f1;
}

.btn-circle {
    width: 75px;
    height: 75px;
    margin-top: 35%;
    -webkit-transition: background 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out;
    -o-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out;
    color: #FFF;
    border-radius: 50% !important;
    background: rgba(0, 0, 0, 0.5);
}

.btn-circle:focus, .btn-circle:hover {
    color: #000;
    outline: none;
    box-shadow: none;
    background: rgba(255, 165, 210, 0.5);
}

.fa-angle-double-down {
    font-size: 55px;
}

section {
    font-family: 'Lora';
}

#consuelo {
    width: 100%;
    height: auto;
    margin-left: 15%;
    border: 3px solid #d3d3d3;
}

#testimonial {
    background-color: #f1f1f1;
    padding: 4% 3% 4% 3%;
    margin-bottom: 5%;
}

#lpvolcano {
    width: 100%;
}

#lproses {
    width: 100%;
}

#lpvideo {
    width: 100%;
    height: auto;
}

#elsalvador, #therose, #thecouple {
    margin-bottom: 6%;
}

.film {
    color: #989898;
}

.fa-film {
    font-size: 200%;
    margin-bottom: 10%;
}

footer {
    font-size: 12px;
    color: #989898;
}

/* Medium devices (desktops and up) */
@media (min-width: 992px) { 
    header {
    padding-top: 5%;
    }
  
    .btn-circle {
     margin-top: 10%;
    }
  
    .title {
        width: 50%;
        margin-left: 25%;
    }   
  
    section {
        line-height: 30px;
    }
  
    .testimonial-right span {
        font-size: 40px;
    }
    
    .testimonial-right footer {
        font-size: 16px;
    }  
  
    #consuelo {
        width: 50%;
        height: auto;
    }  
  
    #lpvideo {
        height: 110%;
    }
}