.page-header h2, .categories-list h2 {
    font-size: var(--h3-font-size);
    margin: 0;
    text-align: center;
    font-style: bold;
    font-weight: 800;
}

@media (min-width: 992px)
.navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 20px;
}

#t4-mainnav {
    position: -webkit-sticky !important;
    position: sticky;
    top: 0;
    z-index: 10;
    font-size: 20px;
    font-weight: 800;
}

.t4-palette-gray {
    background-color: rgb(243 243 243);
    color: #181818;
}

.t4-palette-gray .nav > li.active li a {
    color: #d8010e;
    font-size: 18px;
    font-weight: 800;
}