/*
* Jose Brites Music V4.0.0
* Copyright 2023, Jose Brites
* www.jose-brites.com
*/


/* Table of contents
==================================================
- banner
- bio
- info
- prices
- map
- contact

----------

- banner-faq
- faq

*/


/* banner
================================================== */

section.banner {
    background-image: url("/assets/img/02-min.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
}

section.banner .background-veil {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 50%;
}

section.banner .content-wrapper {
    height: 100vh;
    position: relative;
}

section.banner .content-wrapper .content {
    margin: 0;
    position: absolute;
    top: 60%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.banner h1 {
    font-weight: 400;
    color: white;
    line-height: 100%;
}

section.banner h2 {
    color: white;
    letter-spacing: -1px;
    line-height: 120%;
}

section.banner a {
    color: white;
    position: absolute;
    font-weight: 400;
    letter-spacing: -0.5px;
}

/* media queries - banner --------------- */

section.banner h1 {
    font-size: 50px;
    margin-bottom: 20px;
    letter-spacing: -2px;
}

section.banner h2 {
    font-size: 40px;
}

section.banner a {
    right: 0;
    top: 20px;
    font-size: 24px;
}

@media (min-width: 550px) {

    section.banner h1 {
        font-size: 80px;
        margin-bottom: 20px;
        letter-spacing: -4px;
    }

    section.banner h2 {
        font-size: 55px;
    }

    section.banner a {
        right: 0;
        top: 20px;
        font-size: 40px;
    }
    
}


@media (min-width: 1000px) {

    section.banner h1 {
        font-size: 80px;
        margin-bottom: 50px;
        letter-spacing: -4px;
    }
    
    section.banner h2 {
        font-size: 60px;
    }

    section.banner a {
        right: 0;
        top: 20px;
        font-size: 24px;
    }    

}


/* -------------------------------------- */

/* bio
================================================== */

section.bio h2 {
    text-align: center;
    letter-spacing: -1px;
    line-height: 120%;
}

section.bio .content-wrapper .content {
    background-image: url("/assets/img/JoseBrites2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

section.bio .content-wrapper .content img {
    width: 100%;
    height: auto;
}

/* media queries - bio ------------------ */

section.bio {
    padding: 50px 0px;
}

section.bio .one-third.column,
section.bio .two-thirds.column {
     width: 100%;
}

section.bio .content-wrapper .content img.not-desktop {
    display: block;
    margin-bottom: 30px;
}
section.bio .content-wrapper .content img.desktop {
    display: none;
}

section.bio h2 {
    font-size: 30px;
    margin-bottom: 40px;
}

section.bio p {
    font-size: 16px;
    margin: 0 0 6px 0;
}

@media (min-width: 550px) {

    section.bio {
        padding: 75px 0px;
    }
    
    section.bio .one-third.column,
    section.bio .two-thirds.column {
        width: 48%; 
    }
    section.bio .content-wrapper .content img.not-desktop {
        display: none;
    }
    section.bio .content-wrapper .content img.desktop {
        display: block;
    }
}

@media (min-width: 1000px) {

    section.bio {
        padding: 100px 0px;
    }

    section.bio .one-third.column { width: 30.6666666667%; }
    section.bio .two-thirds.column { width: 65.3333333333%; }

    section.bio h2 {
        font-size: 42px;
        margin-bottom: 50px;
    }

    section.bio p {
        font-size: 20px;
        margin: 0 0 10px 0;
    }

}

/* -------------------------------------- */

/* info
================================================== */

section.info {
    background-image: url("/assets/img/01-min.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

section.info h2 {
    text-align: center;
    color: white;
    letter-spacing: -1px;
    line-height: 120%;
}

section.info p {
    color: white;
    text-align: center;
}


section.info .background-veil {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 50%;
}


/* media queries - info ----------------- */

section.info {
    padding: 50px 0;
}

section.info .background-veil {
    margin-top: -50px;
}

section.info h2 {
    font-size: 30px;
    margin-bottom: 40px;
}

section.info p {
    font-size: 16px;
    margin: 0 0 6px 0;
}

@media (min-width: 550px) {

    section.info {
        padding: 75px 0;
    }

    section.info .background-veil {
        margin-top: -75px;
    }

}

@media (min-width: 1000px) {

    section.info {
        padding: 100px 0;
    }

    section.info .background-veil {
        margin-top: -100px;
    }

    section.info h2 {
        font-size: 42px;
        margin-bottom: 50px;
    }

    section.info p {
        font-size: 20px;
        margin: 0 0 10px 0;
    }

}

/* -------------------------------------- */


/* prices
================================================== */

section.prices {
    text-align: center;
}

section.prices h1 {
    font-weight: 400;
}

section.prices h2 {
    text-align: center;
    letter-spacing: -1px;
    line-height: 120%;
    margin-bottom: 50px;
}

section.prices h3 {
    margin-bottom: 10px;
}

section.prices p span {
    font-weight: 400;
}

section.prices a {
    font-weight: 300;
    color: #fff;
    display: inline-block;
    background-color: #666666;
    text-decoration: none;
    
}

/* media queries - prices --------------- */

section.prices {
    padding: 50px 0px;
}

section.prices h1 {
    font-size: 42px;
    margin: 15px 0;
}

section.prices h2 {
    font-size: 30px;
    margin-bottom: 40px;
}

section.prices h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

section.prices p {
    font-size: 16px;
    margin: 0 0 6px 0;
}

section.prices h1.temp-adjustment {
    margin-bottom: 0;
}
section.prices p.temp-adjustment {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 400;
}

section.prices hr.price-ruler {
    width: 75%;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 550px) {

    section.prices {
        padding: 75px 0;
    }

    section.prices hr.price-ruler {
        display: none;
    }

}

@media (min-width: 1000px) {

    section.prices {
        padding: 100px 0;
    }

    section.prices h1 {
        font-size: 50px;
        margin: 20px 0;
    }

    section.prices h2 {
        font-size: 42px;
        margin-bottom: 50px;
    }

    section.prices h3 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    section.prices p {
        margin: 0 0 10px 0;
        font-size: 20px;
    }

    section.prices h1.temp-adjustment {
        margin-bottom: 0;
    }
    section.prices p.temp-adjustment {
        margin: 0 0 10px 0;
        font-size: 16px;
        font-weight: 400;
    }
}

/* -------------------------------------- */

/* map
================================================== */
section.map {
    height: 400px;
}

section.map #map {
    height: 100%;
}


/* contact
================================================== */

section.contact {
    background-image: url("/assets/img/05-min.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

section.contact h2 {
    text-align: center;
    color: white;
    letter-spacing: -1px;
    line-height: 120%;
}

section.contact h3 {
    text-align: center;
    color: white;
}

section.contact p {
    font-size: 20px;
    margin: 0 0 10px 0;
    color: white;
    text-align: center;
}

section.contact a {
    display: block;
    color: white;
}

section.contact .background-veil {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 65%;
}

section.contact ul.social,
section.contact ul.details {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

section.contact ul.social li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
}

section.contact ul.social li:last-child {
    margin-right: 0;   
}

section.contact ul.details li:last-child {
    margin-top: 5px;
}

section.contact ul.social li a img {
    width: 100%;
    height: 100%;
}


/* media queries - contact -------------- */

section.contact {
    padding: 50px 0px;
}

section.contact .background-veil {
    margin-top: -50px;
}

section.contact h2 {
    font-size: 30px;
    margin-bottom: 40px;
}

section.contact h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

section.contact p {
    font-size: 16px;
    margin: 0 0 6px 0;
}

section.contact ul.details li a {
    font-size: 16px;
}

section.contact ul.social {
    margin-top: 20px;
}
section.contact ul.social li a {
    width: 24px;
    height: 24px;
}

section.contact hr.contact-ruler {
    width: 75%;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 550px) {

    section.contact {
        padding: 75px 0px;
    }

    section.contact .background-veil {
        margin-top: -75px;
    }

    section.contact hr.contact-ruler {
        display: none;
    }

    section.contact ul.social {
        margin-top: 0px;
    }

}

@media (min-width: 1000px) {

    section.contact {
        padding: 100px 0px;
    }

    section.contact .background-veil {
        margin-top: -100px;
    }

    section.contact h2 {
        font-size: 42px;
        margin-bottom: 50px;
    }

    section.contact h3 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    section.contact p {
        font-size: 20px;
        margin: 0 0 10px 0;
    }

    section.contact ul.details li a {
        font-size: 20px;
    }

    section.contact ul.social li a {
        width: 36px;
        height: 36px;
    }

}

/* -------------------------------------- */


/* footer
================================================== */

section.footer {
    background-color: #222222;
    padding: 20px 0;
}

section.footer h5 {
    margin: 0;
    text-align: center;
    color: #bbbbbb;
    font-size: 12.5px;
    letter-spacing: 0;
}



/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */



/* banner-faq
================================================== */


section.banner-faq {
    background-image: url("/assets/img/01-min.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 80%;
    height: 300px;
    position: relative;
}

section.banner-faq .background-veil {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 65%;
}

section.banner-faq .content-wrapper .content {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

section.banner-faq h1 {
    font-weight: 300;
    color: white;
    line-height: 100%;
}

section.banner-faq a {
    color: white;
    position: absolute;
    font-weight: 400;
    letter-spacing: -0.5px;
}

/* media queries - banner --------------- */

section.banner-faq .content-wrapper {
    height: 300px;
    position: relative;
}

section.banner-faq h1 {
    font-size: 30px;
    margin-bottom: 0;
}

section.banner-faq a {
    top: 20px;
    font-size: 18px;
}

section.banner-faq a.home-button {
    left: 0;
}
section.banner-faq a.translation-button {
    right: 0;
}

@media (min-width: 550px) {

    section.banner-faq h1 {
        font-size: 40px;
    }
    
}


@media (min-width: 1000px) {

    section.banner-faq h1 {
        font-size: 50px;
        letter-spacing: 0px;
    }

    section.banner-faq a {
        top: 20px;
        font-size: 18px;
    }    

}


/* -------------------------------------- */


/* faq
================================================== */

section.faq h2 {
    letter-spacing: -1px;
    line-height: 120%;
}

section.faq h2 span {
    display: block;
}

section.faq p {
    display: list-item;
    list-style-position: inside;
    list-style-type: decimal;
}

/* media queries - faq ------------------ */

section.faq {
    padding: 50px 0px;
}

section.faq h2 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 40px;
}

section.faq h2:first-child {
    margin-top: 0;
}

section.faq h2 span {
    font-size: 16px;
}

section.faq p {
    font-size: 16px;
    margin: 0 0 6px 0;
}

section.faq p span {
    padding-left: 20px;
}

section.faq p em {
    font-style: normal;
    text-decoration: underline;
}

@media (min-width: 550px) {

    section.faq {
        padding: 75px 0px;
    }

}

@media (min-width: 1000px) {

    section.faq {
        padding: 100px 0px;
    }

    section.faq h2 {
        font-size: 42px;
        margin-bottom: 30px;
        margin-top: 60px;
    }

    section.faq h2:first-child {
        margin-top: 0;
    }
    
    section.faq h2 span {
        font-size: 20px;
    }

    section.faq p {
        font-size: 20px;
        margin: 0 0 10px 0;
    }

    section.faq p span {
        padding-left: 40px;
    }

}

/* -------------------------------------- */