/* =========================================================
   FOOTER (Bootstrap-based)
   ========================================================= */

.site-footer {
    background-color: #284b63;
    color: #ffffff;
}

/* match navbar/header spacing on desktop */
@media (min-width: 992px) {
    .footer-pad {
        padding-left: 10%;
        padding-right: 10%;
    }
}

/* links */
.site-footer a,
.site-footer a:visited {
    color: #ffffff;
    text-decoration: none;
}

.site-footer a:hover {
    color: #8b9590 !important;
}

@media (min-width: 992px) {
    .footer-pad {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }
    .footer-links a {
        display: inline-block;
    }
}

/* icons */
.site-footer i {
    color: #ffcb9a;
}

/* bottom bar */
.site-footer-bottom {
    background-color: #353535;
    color: #ffffff;
}
