.navbar-brand .navbar-item {
    height: auto !important;
    padding: 0 !important;
    background-color: transparent !important;
    /* Reset background */
    color: inherit !important;
    /* Reset text color */
    border: none !important;
    /* Reset border */
    box-shadow: none !important;
    /* Reset shadow */
}

.navbar-logo {
    width: 200px !important;
    height: auto;
    max-height: 80px !important;
}