.navbar-brand img {
    max-width: auto !important;
    max-height: unset;
}

#mainnav:not(.fixed-pinned) .navbar-brand img {
    position: absolute;
    left: 50%;
    transform: translate(-50%,20px);
}

.main-nav-container.fixed-pinned .navbar-brand img {
    width: auto !important;
}

.store-footer div a img {
    filter: invert(0);
}

/* edits */
.news_let {
    display: none;
}
@media (max-width: 768px) {
    .contact-social {
        justify-content: start;
    }
}