/*	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
*/
#header-wrapper{ background:#446077 url("/styles/stylesets/201511elbowsrest/images/hdr1.jpg") repeat fixed center bottom / cover; transition: 0.5s;}
#homesec1{ display: inline-block; vertical-align: middle; width: 50%;}
#homeimg1{ display: inline-block; vertical-align: middle; width: 40%; margin: 10px 20px 0 0px;}


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

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

@media screen and (max-width:1000px){
   #header-wrapper{background:#446077 url("/classes/timthumb.php?w=1000&h=1080&zc=1&q=85&src=/styles/stylesets/201511elbowsrest/images/hdr1.jpg") repeat fixed center bottom / cover;} 
}

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

@media screen and (max-width:800px){
    #header-wrapper{background:#446077 url("/classes/timthumb.php?w=800&h=1080&zc=1&q=75&src=/styles/stylesets/201511elbowsrest/images/hdr1.jpg") repeat fixed center bottom / cover;}
    #homesec1{ display: block; width: 100%;}
    #homeimg1{ display: block; width: 100%; margin: auto; text-align: center;}
}

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

@media screen and (max-width:600px){
   #header-wrapper{background:#446077 url("/classes/timthumb.php?w=600&h=1080&zc=1&q=65&src=/styles/stylesets/201511elbowsrest/images/hdr1.jpg") repeat fixed center bottom / cover;}
}

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

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

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