@media (min-width: 992px) {
    header#nav nav a {
        font-size: 1.9rem;
        line-height: 2.2rem;
    }
    footer#footer nav ul li {
        padding: 0 1rem 0 0;
    }
    footer#footer nav ul li:not(:first-child) {
        padding: 0 1rem;
    }
    footer#footer .bigfoot .contact,
    footer#footer .bigfoot .contact address,
    footer#footer .bigfoot .contact a {
        font-size: 1.5rem;
        line-height: 2.6875rem;
    }
    header#nav .subnav a {
        font-size: 1.875rem;
    }
}
