/* Override global link hover color for footer - just dim instead of primary color */
.section-space-lg-top .link:hover,
.footer .link:hover {
    color: rgba(255, 255, 255, 0.8) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.8) !important;
}