/* FULL-WIDTH BLUE FOOTER — EXACT OLD VERSION */
footer {
    width: 100% !important;
    background: #0033cc !important;
    color: white !important;
    text-align: center !important;
    padding: 25px 10px !important;
    margin-top: 50px !important;
    font-size: 1rem !important;
}

footer p {
    margin: 6px 0 !important;
}

footer a {
    color: #ffffff !important;
    text-decoration: underline !important;
}

footer a:hover {
    color: #cdd9ff !important;
}
