
/* logo animation: */
.logoThing {
position: absolute;

padding: 1px 5px;
*/

cursor: pointer;
top: 1px;
left: 5px;
z-index: 7;

}

/*
 DELETE? 2 
.headerBox {
    position: absolute;
    top: 1px;
    left: 400px;
    z-index: 9;
    opacity: 1; 
    xbackground: #afa;
}
*/


.headerBackgroundShadow {
    position: absolute;
    left: 0;
    top:0;
    height: 25px;
    width: 100%;
    z-index: 1;
    background: #dedfde;

    border-color: #b00;
    border-style: solid;
    border-width: 0px 0px 1px 0px;

    border-radius: 0px 0px 10px 10px;
    
}
