/* ========= Footer ========= */
footer.site-footer {
    background: #222;
    color: #ccc;
    padding: 30px 20px;
    text-align: center;
    font-size: 14px;
}

footer.site-footer a {
    color: #f34d60;
    text-decoration: none;
}

footer.site-footer a:hover {
    text-decoration: underline;
}
