/*	This is used when you are making a website with individual css for each page
	NOTE: Use the master css for any items that you want to be constant throughout the website
*/
#hdrImg{background: #ffffff url("/styles/stylesets/201904extrememachines/images/hdr6.jpg") center center;}
#contactWrap{display: flex; justify-content: space-between; margin: 20px auto 30px; align-items: center;}
#contact{}
@media screen and (max-width:1200px){
    
}

@media screen and (max-width:1100px){
    
}

@media screen and (max-width:1000px){
    #hdrImg{background:#ffffff url("/classes/timthumb.php?w=1200&h=500&zc=1&q=90&src=/styles/stylesets/201904extrememachines/images/hdr6.jpg") no-repeat center top;} 
    
}

@media screen and (max-width:900px){
    #contactWrap{flex-wrap: wrap;}
    #contact{width: 50%; margin: 5px 0 5px 0;}
    
}

@media screen and (max-width:800px){
    #hdrImg{background:#ffffff url("/classes/timthumb.php?w=800&h=400&zc=1&q=80&src=/styles/stylesets/201904extrememachines/images/hdr6.jpg") no-repeat center top;} 
    
}

@media screen and (max-width:700px){
    
}

@media screen and (max-width:600px){
    #contact{width: 100%;}
    
}

@media screen and (max-width:500px){
    
}

@media screen and (max-width:400px){
    
}

@media screen and (max-width:360px){
    
}