header#header .menuzord-brand img {
    max-height: 76px;
    width: auto;
    transition: all 0.3s ease;
}

.text-theme-coloredRed {
    color: #ad1f27 !important;
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .ms-auto {
        margin-left: 0px !important;
    }

}