@charset "utf-8";
/* CSS Document */




/* mobile, portrait */
@media screen and (max-width: 500px) {


/** Layout **/

.bg-gradient-up {
    padding: 10% 0 5% 0;
}

.bg-diagonal {
    height: 52%;
    bottom: 7%;
}

.hero {
    margin-top: 0%;
}

    .hero-img {
        margin-top: -95% !important;
    }



/** Text **/

h1 {
    font-size: 28px;
}

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;
    }

    .button-grw {
        font-size: 20px !important;
    }


}



/* mobile, landscape */
@media screen and (min-width: 500px) and (max-width: 1000px) {


/** Layout **/

.bg-diagonal {
    height: 55%;
    bottom: 7%;
}

.hero {
    margin-top: 0%;
}

    .hero-img {
        margin-top: -68%;
    }


/** 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;
    }

    .button-grw {
        font-size: 30px !important;
    }


}


@media screen and (min-width: 1000px) and (max-width: 1500px) {


    /** Text **/
    
    h1 {
        font-size: 60px;
    }
    
    
}

@media screen and (max-width: 1500px) {


    /** Text **/

    h3 sub {
        font-size: 12px;
    }

    .container-circle h3 {
        font-size: 20px !important;
    }
    
    
}