@media only screen and (min-width: 0px) {
    strong {
        color: #0c7eff;
    }



    #hero {
        /*background image for hero*/
        height: auto;
        background: url("images/vantop.jpeg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding-top: 50px;
        padding-bottom: 150px;
    }



    #section_box_one {
        display: flex;
        flex-flow: row wrap;
        width: 95%;
        min-height: 400px;
        margin: auto;
        background-color: none;
        z-index: 1;
    }





    .content_boxes {
        width: 95%;
        min-height: 300px;
        margin: 0 auto 25px auto;
        background-color: none;
        border: none;
        z-index: 1;
    }

    /*.content_boxes:first-child {min-height:150px;margin-bottom:50px;border: none;}
            .content_boxes p{font-size: 1em; } */

    .content_boxes:first-child {
        order: 2;
    }

.contact_info_box {
        width: 90%;
        
        height: 300px;
        margin: -10px auto 70px auto;
        background-color: none;
    }

    .contact_info_box p {
        font-size: 1.5em;
        text-align: center;
    }

.contact_info_box>p a{
        font-size: .9em;
        text-align: center;
        text-decoration: none;
    }



}
@media only screen and (min-width: 320px) and (max-width: 399px){ 

.contact_info_box {
        width: 90%;
        
        height: 300px;
        margin: -10px auto 270px auto;
        background-color: none;
    }

}


@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 1024px) {

    #hero {
        background-attachment: fixed;
        min-height: 100vh;
        /* makes this section as tall as whatever the screen is */
    }

    .contact_info_box {
        width: 80%;
        max-width:1200px;
        height: 300px;
        margin: -50px auto 3px auto;
        background-color: none;
    }

    .contact_info_box p {
        font-size: 1.5em;
        text-align: center;
    }

    #section_box_one {
        width: 80%;
        max-width:1200px;
        min-height: 40px;
        margin: 0 auto 0 auto;
        z-index: 1;
        background-color: none;
    }



    .content_boxes {
        width: 40%;
        min-height: 400px;
        margin: auto;
        background-color: none;
    }

    /*.content_boxes:first-child {
            width:50%;min-height:400px;
            background-color: yellow;}*/


    /*.content_boxes:first-child {order:1;}*/
}
