.footer-contact-link {
    color: #fff;
    transition: color 0.4s ease;
    font-family: Futura !important;
}
.footer-contact-link:hover,
.footer-contact-link:focus {
    color: #AF843F !important;
}