/* ==========================================================
   7) Footer
========================================================== */

footer {
    text-align: center;
    padding: 15px;
    background: #b30000;
    color: #fff;
    margin-top: 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.2);
}
