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


    
#hero {/*background image for hero*/
    height: auto;
    background: url("images/vanfront.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;/*4mm ridge rgba(211, 220, 50, .6);*/z-index:1;}
        .content_boxes:first-child {min-height:150px;margin-bottom:50px;border: none;}
        .content_boxes p{font-size: 1em; } 
        
        
        

}



@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 */
    }
  
    

    #section_box_one{
        width:100%;
        min-height:40px;
        margin: 0 auto -10px auto;
        z-index:1;}
        

    .content_boxes{width:60%;min-height:400px;margin:auto;}
     .content_boxes:first-child {
        width:375px;height:625px;
        margin-bottom:20px;
    }
    .content_boxes:first-child {min-height:150px;margin-bottom:-150px;background-color: none;}
    .content_boxes p{font-size: 1.5em; } 
    .content_boxes:first-child {order:2;}
}