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


    
#hero {/*background image for hero*/
    height: auto;
    background: url("images/opendoor.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;
}
        

/*#services{min-height:200vh;}*/
#section_box_one{background-color: none;
    width:95%;
    margin:auto;    
    z-index:1;}





    .content_boxes{
        width:95%;margin:0 auto 25px auto;z-index:1;}
        
        .content_boxes p{font-size: 1rem; font-weight: 100; font-family:barlow;} 
        
        
        
        .services_heading p{color:#0c7eff;font-family:barlow;font-size:1.5rem;}  
        

}



@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 */
    }
    .content_boxes{
        max-width:80%;margin:0 auto 25px auto;padding-bottom:50px;background-color: none;}
    .content_boxes p{font-size: 2em;
         font-weight:200;
          line-height:1;
          font-family:barlow;color:darkslategrey;}
    .services_heading p{color:#0c7eff;font-family:barlow;font-size:2.5rem;padding-bottom: 2.5rem;}  
    

    
}