.t-footer .logos img {
  max-height: 2rem
}

.isMobile .subnav {
    display: none !important;
}

.subnav {
    display: flex;
    justify-content: center;
    margin: 3rem 0;
}

.subnav a {
    color: #fff;
    margin-right: 1rem;
    text-decoration: none;
}

.subnav div.is-active > a {
    color: #676767;
}


.background {
    background-color: #9E6850 !important;
}


p {
    color:#fff !important;
}


.t-footer .legal {
    color:#fff !important;
}


.t-footer .links a {
    color:#fff !important;
}


.subnav div.is-active > a {
    color:#ffffff75 !important;
}