/* Html Element */
/* class . */
/* id  # */

#footer
    {
        background: black;
        position: fixed;
        z-index: 2;
        bottom: 0;
        width: 100%;
        font-size: .7rem;
        font-weight: 700;
        color: rgba(255,255,255,.7);
        
                
    }
#footer:not(.scrolled) { background: #222; color: #fff; }
#footer:not(.scrolled) a { color: rgba(255, 255, 255, 0.7) !important; }
#footer:not(.scrolled) a.active { color: #fff !important; }
#footer:not(.scrolled) .dropmenu ul ul a { color: #454d5d !important; }


#footer a.active
    {
        border: 2px solid #ffffff;
    }

#footer a:hover
    {
        border: 2px solid #ffffff;
    }

#header a:hover
    {
        border: 2px solid #ffffff;
    }
#header a.active
    {
        border: 2px solid #ffffff;
    }
#footer .logo img 
{
    height: 42px;
}