#umnhf-h-logo {
    background: transparent url("/hope/img/logo.svg") 0 0 no-repeat;
    background-size: auto 34px;
}
#umnhf-h-mast {
    background-color: white;
}

@media screen and (max-width: 767px) {
    #umnhf-h-logo {
        /* background-size: auto 25px; */
    }
    .hamburger-button {
        color: white;
    }
    .umnhfh {
        min-height: 85px !important;
    }
    #umnhf-h-mast {
        height: 85px !important;
    }
    #umnhf-h-logo {
        height: 68px !important;
    }
}



.header__title {
    color: #002244;
}
.header__get-started {
    color: white;
}
.header__get-started:hover {
    color: white;
}


.header__copy {
    color:white;
}
.header__get-started img {
    /* filter: hue-rotate(300deg) */
}
.header__icons-row img {
    filter: brightness(0) invert(0);
}

.header__get-started img {
    filter: hue-rotate(180deg)
}
.header__icons-row {
    filter: hue-rotate(180deg)
}

.header--home {
    filter: hue-rotate(180deg)
}