/* edit a link to this style sheet in @import statement in /_assets/libraries/nyroModal-1.6.2/styles/nyroModal.css  ------  */

/* --------- logo container 70 anniversary --------- */
#mainwrapper{
    background:transparent;
}
#homecontentwrapper {
    background:#fff;
}
/*#headerwrapper {
    width: 100%;
    max-width:980px;
    margin:0 auto 0 auto;
    line-height: 100%;
    background: #000 url("../images/headerwrapper-bg-stars.jpg") no-repeat 0 4px;
}
 
#headerwrapper #logocontainer {
    height: 90px;
    margin-left: 1%;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 90%;
}
#headerwrapper #logocontainer img {
    width: 99.9%;
    height: auto;
}*/
/* ========== header lanl 70th anniversary header-bg-70.jpg ALSO edit line 36 and 48  in responsive css ===================*/
body { background:#FFF url("../images/header-bg-lines.jpg") repeat-x 0 -20px;
}
/* TABLET LAYOUT 
----------------------------------------------- */
    
/* iPads (portrait and landscape) 
------------------------------------------- */

@media only screen and (max-width : 1024px) {

/* ========== header lanl 70th anniversary  =================== */
body {
    background:#FFF url('../images/header-bg-lines.jpg') repeat-x 0 -15px;
}

}
/* WIDE DESKTOP LAYOUT 
-----------------------------------------------  */
@media only screen and (min-width: 1024px) {


/* ========== header lanl 70th anniversary =================== */
body {
    background:#FFF url('../images/header-bg-lines.jpg') repeat-x 0 -15px;
}

}