/* --- FOOTER --- */
footer {
    background: #111;
    color: #666;
    padding: 80px 5% 40px;
    text-align: center;
    font-size: 0.9rem;
}

.footer-links a {
    color: #888;
    text-decoration: none;
    margin: 0 15px;
}

.footer-links a:hover { color: white; }
