/* Header
-------------------------------------------------------------- */
.header_scrollChange_spacer {
    width: 100%;
    display: inline-block;
    height: 120px;
    float: left;
}

.spacer_0 {
    display: none;
}


.header_scrollChange {
    width: 94%;
    height: 120px;
    /* overflow: hidden; */
    position: fixed;
    float: none;
    left: 3%;
    right: 0;
    z-index: 999;
    background: url(../../siteart/header_opacity.png);
    border-bottom: 2px solid #ffc065;
    transition: all ease-in-out;
    -moz-transition: all ease-in-out;
    -webkit-transition: all ease-in-out;
    -ms-transition: all ease-in-out;
    -o-transition: all ease-in-out;
}

.invBody .header_scrollChange {
    position: absolute;
}

.header_TopSpacer {
    top: 3%;
}



/* Example Purposes Only
-------------------------------------------------------------- */
.header_scrollChange.smaller {
    height: 89px;
    background: url(../../siteart/header_solid.jpg) repeat;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    top: 0%;
    left: 0%;
    width: 100%;
}




/* Hiding Nav on scroll down
-------------------------------------------------------------- */
.nav-up {
    top: -150px;
    /*This must match the height of the header*/
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
