.site-footer {
    color: var(--text-brown);
    background-color: #fff;
}


/* Mission statement */

.footer-intro {
    max-width: 720px;
    margin: 0 auto;

    line-height: 1.7;
}


/* Dividers */

.footer-divider {
    width: 100%;
    max-width: 900px;

    margin: 22px auto;

    border: 0;
    border-top: 1px solid var(--border-soft);
}


/* Contact icons */

.site-footer .fa {
    margin-right: 8px;
    color: var(--terracotta);
}


/* Links */

.site-footer a {
    color: var(--terracotta);
    text-decoration: none;

    transition: color 0.2s ease;
}

.site-footer a:hover {
    color: var(--terracotta-dark);
}


/* Footer navigation */

.footer-nav .list-inline-item {
    margin: 0 14px;
    font-size: 1.15rem;
}

.footer-nav .list-inline-item a {
    font-weight: 500;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .footer-divider {
        margin: 18px auto;
    }

    .footer-nav .list-inline-item {
        display: block;
        margin: 8px 0;
    }

}
