
/* Mobile
   (all and (max-width: 740px))
*/

/* Default */
@media all and (min-width: 740px) {
    
    #header-content-section-wrapper,
    body.front #header-content-section-wrapper
    {
        background: #FFF url('../images/texture_beige_narrow.jpg') no-repeat fixed center bottom;
    }
    
}


/* Narrow Layout */
@media all and (min-width: 740px) and (min-device-width: 740px), (max-device-width: 800px) and (min-width: 740px) and (orientation:landscape) {
     
    
}

/* Normal Layout */
@media all and (min-width: 980px) and (min-device-width: 980px), all and (max-device-width: 1024px) and (min-width: 1024px) and (orientation:landscape) {
    
    #header-content-section-wrapper, 
    body.front #header-content-section-wrapper
    {
        background: #FFF url('../images/texture_beige.jpg') no-repeat fixed center bottom;
    } 
    
}


/* Wide Layout */
@media all and (min-width: 1220px) {
   
    
}
