nav{display:flex;align-items:center;height:150px;padding:0 calc(1vw + 10px)}nav .logo-container{display:flex;justify-content:center}nav .logo-container.logged-out-logo-container{width:100%}nav form button{all:unset}nav form button:hover{all:unset;cursor:pointer}nav .nav-desktop{display:none;align-items:center;width:100%;gap:50px}nav .nav-desktop img{width:150px;margin-right:50px}nav .nav-desktop .nav-buttons{display:flex;gap:50px;color:#392c23;font-size:20px}nav .nav-desktop .nav-buttons>a,nav .nav-desktop .nav-buttons>form{color:inherit;align-self:center;text-decoration:none}nav .nav-desktop .nav-buttons .logout-button{width:auto;margin-left:5px}nav .nav-desktop .nav-buttons-account{margin-left:auto}nav .nav-mobile{display:flex;justify-content:space-between;align-items:center;width:100%;color:#392c23;font-size:18px;z-index:5}nav .nav-mobile img{width:150px}nav .nav-mobile .logout-button{width:auto;margin-left:5px}nav .nav-desktop .nav-buttons-account a,nav .nav-mobile .nav-buttons-account a{white-space:nowrap}@media(min-width: 768px){nav{padding:0 calc(2vw + 25px)}nav .nav-buttons{display:flex}nav .nav-desktop{display:flex;gap:0}nav .nav-mobile{display:none}}@media(min-width: 1440px){nav{padding:0 calc(12vw + 25px)}}
