/**
 * GLOBAL FOOTER
 **/

#footer {
    background-color: #262626;
    color: white;

    padding-top: 2em;
    padding-bottom: 2em;
}

#footer h3 {
    color: white;
}

#footer a {
    color: white;
}
#footer a:hover, #footer a:active, #footer a:focus {
    color: #F1B434;
}

#footer ul#menu-bottom-menu {
    padding-left: 0;
    list-style-type: none;
}
