@charset "utf-8";
/* CSS Document */




/* mobile, portrait */
@media screen and (max-width: 500px) {


/** Layout **/

.bg-gradient-up {
    padding: 10% 0 5% 0;
}



/** Text **/

h1, .hero h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 20px;
}

h3, .h3 {
    font-size: 16px;
}

nav a {
    font-size: 14px;
}

p {
    font-size: 14px;
    line-height: 20px;
}

    .contact p {
        font-size: 14px;
    }

    .contact .button-calendar {
        padding: 6%;
        font-size: 20px !important;
    }


}



/* small to medium sized screen */
@media screen and (max-width: 767px) {


/** Layout **/

.nav-subitem {
    display: block;
    position: relative;
    background: none;
}

}



/* mobile, landscape */
@media screen and (min-width: 500px) and (max-width: 1000px) {


/** Text **/

h1 {
    font-size: 40px;
}

h2, .h2 {
    font-size: 24px;
}

h3, .h3 {
    font-size: 20px;
}

nav a {
    font-size: 14px;
}

.nav-link {
    font-size: 14px;
    margin-left: 0.6rem;
}

p {
    font-size: 16px;
    line-height: 20px;
}

    .contact .button-calendar {
        padding: 6%;
        font-size: 30px;
    }


}


@media screen and (min-width: 1000px) and (max-width: 1500px) {


    /** Text **/
    
    h1 {
        font-size: 60px;
    }
    
    
}