/* Footer active nav link */
.footer-list li a.active {
    color: #00bcd4;
}

/* Prevent typed.js hero text from wrapping awkwardly on small screens */
@media (max-width: 575px) {
    .hero-title {
        font-size: 1.75rem;
    }
    .hero-title mark {
        display: inline;
        white-space: normal;
    }
}
