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


    
#hero {/*background image for hero*/
    height: auto;
    background: url("images/arches.webp");/* */ 
    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%;
    margin:auto;
    background-color: none;
    z-index:1;}





    .content_boxes{width:95%;margin:0 auto 25px auto;
        background-color: none;
        z-index:1;}
        .content_boxes:first-child {min-height:50px;}
        .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:300px;margin:auto;background-color: none;}
     .content_boxes:first-child {
        width:375px;
        margin-top:60px;
    }
    
    .content_boxes p{font-size: 1.5em; margin-top:50px;} 

}