@media screen and (min-width: 700px) {

    .menu tr td {
        padding-right: 40px;
    }

    .menu {
        margin-top: -120px;
    }



}


@media screen and (max-width: 500px) {

    .section-2 {
        height: auto;
    }

    .section-2 .slide {
        margin-bottom: 50px;

    }

    .section-3 {
        padding: 0 0;
    }

    .section-3 .mytext_content {
        padding: 5px 5px;
    }

    .section-3 .mytext_content p {
        padding: 0 0;
        padding-left: 5px;
    }

    .staff {
        margin-bottom: 20px;

    }

    .section-4 .details {
        /* display: flex; */
        height: auto;
        border-left: none;
        border-right: none;
    }

    .section-4 .staff3 {
        background-repeat: no-repeat;
        background-position: 26% 90%;
        height: auto;
        /* background-size: ; */

    }

    .section-4 .staff2,
    .section-4 .staff {
        height: auto;
    }

    .section-5 {
        height: auto;
    }

    .s3intro h2 {

        font-size: 60px;

    }

    .box1 {
        /* align-self: start; */
        grid-column: 1/4;
        grid-row: 1/2;
        display: flex;
        /* height: 350px; */
        /* width: 300px; */

    }

    .box2 {
        /* align-self: end; */
        grid-column: 1/4;
        grid-row: 2/3;
        /* height: 350px; */
        display: flex;
        /* width: 300px; */
    }

    .box3 {
        /* justify-self: end; */
        grid-column: 1/4;
        grid-row: 3/4;
        /* height: 350px; */
        display: flex;
        /* width: 300px; */
    }

    .about {
        padding-left: 10px;
    }

    .social-icons {
        display: block;
    }




}


@media all and (max-width:400px) {


    .s2intro h2 {
        font-size: 50px;

    }

}

@media screen and (max-width: 300px) {


    .newsletter-btn {

        margin-left: 10px !important;
    }

}

@media screen and (max-width: 900px) {

    .section-2 {
        height: auto;
    }

    .section-2 .slide {
        margin-bottom: 50px;

    }


    .section-4 .c {
        display: inline-flex;


    }

    .section-5 .c {
        display: inline-flex;


    }

    .section-4 .c {
        /* display: flex; */
        /* height: auto;
        display: block; */
        min-width: 100%;


    }

    .section-4 .c .staff,
    .section-4 .c .staff2 {
        margin-bottom: 10px;
    }

    .section-4 .c .details {

        border-left: none;
        border-right: none;
        padding: 30px 0;

    }

    .menu tr td {
        padding-left: 20px;
    }






}

@media screen and (max-width: 1030px) {
    .section-2 {
        height: auto;
    }

    .section-2 .slide {
        margin-bottom: 50px;

    }

    .section-4 .c {
        display: inline-flex;


    }

    .section-5 .c {
        display: inline-flex;


    }

    .section-4 .c {
        /* display: flex; */
        /* height: auto;
        display: block; */
        min-width: 100%;


    }

    .section-4 .c .staff,
    .section-4 .c .staff2 {
        margin-bottom: 10px;
    }

    .section-4 .c .details {

        border-left: none;
        border-right: none;
        padding: 30px 0;

    }





}