.navbar-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    gap:15px;
}

.navbar-logo{
    margin-right:auto;
}

.login-dropdown{
    margin-left:auto;
}

.navbar-toggler{
    display:none;
    margin-left:10px;
}

.navbar-logo{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
    color:var(--white);
    font-size:1.6rem;
    font-weight:700;
    flex-shrink:0;
}

.navbar-logo img{
    width:42px;
    height:42px;
    border-radius:50%;
    object-fit:cover;
}

/* =========================================
   Desktop Layout
========================================= */

#ftco-navbar{

    display:flex;
    align-items:center;
    justify-content:space-between;

    width:100%;

    padding:12px 24px;

}

#ftco-nav{

    display:flex;

    align-items:center;

    justify-content:space-between;

    width:100%;

    gap:20px;

}

.nav-left{

    display:flex;

    align-items:center;

    gap:20px;

    flex-shrink:0;

}

.nav-center{

    display:flex;

    justify-content:center;

    flex:1;

    min-width:0;

}

.nav-center:empty{

    display:none;

}

.nav-right{

    display:flex;

    align-items:center;

    justify-content:flex-end;

    margin-left:auto;

    flex-shrink:0;

}

#ftco-navbar{

    overflow: visible !important;

}

#ftco-nav{

    overflow: visible !important;

}

.nav-left{

    overflow: visible !important;

}

.dropdown{

    overflow: visible !important;

}