.rd-navbar-brand .brand-name img {
    max-height: 75px;
    margin-top: 15px;
    height: auto;
}

@media (max-width: 991px) {
    .rd-navbar-brand .brand-name img {
        margin-top: -10px;
    }
}

.rd-navbar-static .rd-navbar-nav {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .rd-navbar-static .rd-navbar-brand {
        display: inline-block;
        position: relative;
        left: 0;
        top: -5px;
        right: auto;
    }
}