/* Ingrace compact navigation */

body .header-inner {
    min-height: 112px;
    padding-top: 20px;
    padding-bottom: 20px;
}

body .primary-nav a {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 900px) {
    body .header-inner {
        min-height: 96px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    body .primary-nav a {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}
