.header-logo__img {
    height: 70px;
}

/*
.main-nav {
    visibility: hidden;
    display: none;
}
*/

.header-logo {
    bottom: 7px;
    left: 0;
}

.footer-logo__img {
    height: 70px;
}

.team-schedule td.team-schedule__date{
    font-size: 14px;
    font-weight: 600;
    color: #342b2b;
}

.modal--login .modal-header {
    background-image: none;
}

.modal--login .modal-header {
    height: auto;
}

@media only screen and (max-width: 991px) {
    .header-mobile__logo {
        top: 27px;
    }
}