
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1366px) {
    .menu_link {
        font-size: 1.1em;
    }
    .what_she_can {
        font-size: 1.8em;
    }
    p {
        font-size: 1.1em;
    }
    .banner {
        background-position-x: 70%;
    }
    .contact_text {
        font-size: 1.1em;
    }
}

@media only screen and (max-width:1200px) {
    .banner {
        display: block;
        padding-top: 50px;
        padding-bottom: 50px;
    }

}

@media only screen and (max-width:1024px) {

    header {
        height: 60px;
    }

    .menu_list {
        margin-top: 60px;
        display: block;
        background-color: #413d5c;
        opacity: 0.8;
        position: absolute;
        width: 100%;
        top: -320px;
        transition: 0.5s;
        text-align: center;
        padding-bottom: 10px;
        left: 0;
    }

    .menu_item {
        margin: 0;
        line-height: 2.3em;
        font-size: 1.3em;
    }

    .menu_list.show {
        transition: 0.5s;
        top: 0;
    }

    .mob_nav_button {
        display: block;
        cursor: pointer;
        margin-top: 15px;
    }

    .mob_nav_button div {
        width: 30px;
        height: 2px;
        margin-top: 7px;
        background-color: #413d5c;

    }

    .mob_nav_button div {
        background-color: #efefef;
    }

    .menu_link {
        color: #efefef;
    }

    #headerShadow {
        opacity: 0.8;
    }

    .section_body, .menu {
        padding-left: 50px;
        padding-right: 50px;
    }


}

@media only screen and (max-width:1023px) {

    .banner {
        height: auto;
    }

    .banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: #ffffffb8;
    }

    .banner .section_body {
        /*text-shadow: 0 0 1em #413d5c, 0 0 0.2em #413d5c;*/
        text-shadow: 0 0 3em #413d5c;
        z-index: 20;
        position: relative;
    }

    .services_grid {
        display: block;
    }

    .service_wrap p {
        margin-bottom: 30px;
    }

}

@media only screen and (max-width: 932px) {
    .section_body, .menu {
        padding-left: 20px;
        padding-right: 20px;
    }
    .contact_text {
        font-size: 1em;
    }
}

@media only screen and (max-width: 767px) {
    .section_body, .menu {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section_body {
        padding-top: 60px;
    }

    .contact_text {
        display: block;
    }

    .edu_slide {
        height: auto;
    }

    .carousel-inner {
        height: 550px;
    }

    .carousel-item {
        height: 100%;
    }

    .carousel-item.active, .carousel-item.carousel-item-next, .carousel-item.carousel-item-prev {
        display: flex;
        align-items: center;
    }

    .section_body h1 {
        font-size: 2.5em;
    }
    h1.contract_title {
        font-size: 2.1em;
    }
    .section_body .what_she_can {
        font-size: 1.4em;
    }
    .contact_text {
        font-size: 1.2em;
    }
    .section_wrap h2 {
        font-size: 1.8em;
        margin-bottom: 20px;
        text-align: center;
    }
}