body {
    color: #1F3941;
    font-family: "capitana", sans-serif;
}



@media (min-width: 768px) {

    .hero_container {
        background: url(/images/home/hero-img.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        height: 60vh;
    }

    .hero_image {
        max-width: 400px;
    }

    .hero_text {
        margin-top: 18vh;
    }

    .hero_footer {
        height: 30px;
        background: #069891;
    }

    .section_1 {
        position: relative;
        background-image: url(/images/home/banner.jpg);
        background-size: cover;
        background-position: center;
        background-repeat:no-repeat;
    }

    .mission_text.center {
        padding: 10%;
    }      

            .section_1 .faded_background_image img {
                width: 100%;
                max-width: 300px;
            }

    .section_2 {
        padding: 3em;
        background-color: #fff;
    }
    .section_2 .video{
        max-width:500px;
        margin:auto;
    }
        .section_2 h2 {
            font-size: 50px;
        }

        .section_2 h2, .section_2 h3 {
            font-weight: bold;
            color: #069891;
        }


    .section_3 {
        background-color: #069891;
    }

        .section_3 h2 {
            color: #fff;
            font-size: 50px;
            font-weight: bold;
        }

        .section_3 h4 {
            padding-bottom: 10px;
            font-weight: 700;
        }

        .section_4 {
            max-width:1200px;
            margin:auto;
        }
    .section_4 h2 {
        font-size: 40px;
        font-weight: 900;
    }
    .section_4 .col-12 {
        padding: 5%;
    }

    .section_4 h4 {
        font-weight: 700;
        
    }

    .section_5 {
        background-image: url(/images/home/form-bg-dark.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
    }

        .section_5 h2 {
            font-size: 35px;
            font-weight: 900;
        }

        .section_5 h4 {
            font-weight: 700;
        }    

        .contact_form input, .contact_form textarea {
            background-color: rgba(255, 255, 255, 0);
            color: white;
            border: 1px solid #fff;
            border-radius: 15px;
        }

            .contact_form input::placeholder, .contact_form textarea::placeholder {
                color: #fff;
            }

        .contact_form .btn {
            background-color: #069891;
            color: #fff;
            border-radius: 15px;
        }

    .footer {       
        padding:0 5%;
        max-width:500px;
        margin:auto;
    }
        .footer img{
            padding:10px;
            max-width:350px;
            margin:auto;
        }
        .footer a {
            font-weight:900;
            color:#1f3941;
            font-size:19px
        }
}
@media (max-width: 767px) {

    .hero_container {
        background: url(/images/home/hero-img.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        height: 60vh;
    }

    .hero_image {
        max-width: 300px;
    }

    .hero_text {
        margin-top: 18vh;
    }

    .hero_footer {
        height: 15px;
        background: #069891;
    }

    .section_1 {
        position: relative;
        background-image: url(/images/home/banner.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .mission_text.center {
        padding:10%;
    }
    .section_1 h3 {
        font-size:18px;
    }

    .section_1 .faded_background_image img {
        width: 100%;
        max-width: 300px;
    }

    .section_2 {
        padding: 3em;
        background-color: #fff;
    }

        .section_2 .video {
            max-width: 500px;
            margin: auto;
        }

        .section_2 h2 {
            font-size: 50px;
        }

        .section_2 h2, .section_2 h3 {
            font-weight: bold;
            color: #069891;
        }


    .section_3 {
        background-color: #069891;
    }

        .section_3 h2 {
            color: #fff;
            font-size: 50px;
            font-weight: bold;
        }

        .section_3 h4 {
            padding-bottom: 10px;
            font-weight: 700;
        }

    .section_4 {
        max-width: 1200px;
        margin: auto;
        padding:10%
    }

        .section_4 h2 {
            font-size: 40px;
            font-weight: 900;
        }

        .section_4 .col-12 {
            padding: 5%;
        }

        .section_4 h4 {
            font-weight: 700;
        }

    .section_5 {
        background-image: url(/images/home/form-bg-dark.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
    }

        .section_5 h2 {
            font-size: 35px;
            font-weight: 900;
        }

        .section_5 h4 {
            font-weight: 700;
        }

    .contact_form input, .contact_form textarea {
        background-color: rgba(255, 255, 255, 0);
        color: white;
        border: 1px solid #fff;
        border-radius: 15px;
    }

        .contact_form input::placeholder, .contact_form textarea::placeholder {
            color: #fff;
        }

    .contact_form .btn {
        background-color: #069891;
        color: #fff;
        border-radius: 15px;
    }
    .footer {
        padding: 0 5%;
        max-width: 500px;
        margin: auto;
    }

        .footer img {
            padding: 10px;
            max-width: 350px;
            margin: auto;
        }

        .footer a {
            font-weight: 900;
            color: #1f3941;
            font-size: 19px
        }
}

/*@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}*/
