/* Add here all your CSS customizations */
#footerSticky {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #0e0e0e;
    border-top: 4px solid #0e0e0e;
    font-size: 0.9em;
    margin-top: 50px;
    padding: 70px 0 0;
    clear: both;
}