.navbar-logo {
    transform: scale(2.5) translate(15px, 7px);
}

.navbar-row {
    height: 90px;
}

@media(min-width: 778px) {
    .navbar-logo {
        transform: scale(2.5) translate(-5px, 4px);
    }
    
    .navbar-row {
        height: 75px;
    }

    .nav-container {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}