.logo
{
    height: 4rem;
    width: 6rem !important;
}

@media screen and (max-width: 768px)
{
    .logo
    {
        height: 3rem;
        width: 5.25rem !important;
    }
}

@media screen and (max-width: 768px)
{
    .navigation.w-nav
    {
        min-height: 5rem;
        height: 5rem;
    }

    .navbar-spacer
    {
        height: 5rem !important;
    }
}

.navbar-spacer
{
    height: 6.5rem;
}

/* .menu-button.w-nav-button
{
    width: 2rem;
    height: 2rem;
}

.w-icon-nav-menu
{
    max-width: 2rem !important;
    max-height: 2rem !important;
    margin: 0 !important;
    padding: 0 !important;
} */

.menu-button
{
    width: 3rem;
    height: 3rem;
}

.w-icon-nav-menu::before
{
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    width: 1rem;
    height: 1rem;
}
