@media (min-width: 992px) {
    #topnav .auth-button {
        padding-left: 15px;
        margin-left: 15px;
    }
}

#topnav .auth-button{
    float: right;
    /* line-height: 74px; */
}

.bg-half-55 {
    padding: 55px 0 !important;
    background-size: cover !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
    position: relative !important;
    background-position: center center !important;
}

.avatar.avatar-ex-sm {
    max-height: 42px !important;
}
.svg-gray {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}
.svg-gray:hover {
    filter: grayscale(0%);
}