.navbar{background-color:var(--dark-tan);z-index:1000}.navpagelink{color:var(--dark-orange);padding:.5rem 1rem;font-size:1.25rem;text-decoration:none;display:block}.navpagelink:hover{text-decoration:underline}.hamburger-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:10px;display:none}.bar{background-color:var(--dark-orange);border-radius:2px;width:25px;height:3px;transition:all .3s;display:block}.bar.open:first-child{transform:rotate(45deg)translate(5px,6px)}.bar.open:nth-child(2){opacity:0}.bar.open:nth-child(3){transform:rotate(-45deg)translate(5px,-6px)}@media screen and (max-width:1099.9px){.navbar{width:100%;padding:.5rem 1rem;position:sticky;top:0;box-shadow:0 2px 5px #0000001a}.nav-header{justify-content:space-between;align-items:center;width:100%;display:flex}.hamburger-btn{display:flex}.navbarlogo{width:auto;height:3rem}.navbarlinksection{text-align:center;border-top:1px solid var(--light-orange);flex-direction:column;width:100%;margin-top:1rem;padding-bottom:1rem;display:none}.navbarlinksection.active{animation:.3s ease-out slideDown;display:flex}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media screen and (min-width:1100px){.navbar{box-sizing:border-box;flex-direction:column;flex-shrink:0;align-self:flex-start;align-items:center;width:18rem;height:100vh;padding-top:2rem;display:flex;position:sticky;top:0}.navbarlogo{width:10rem;margin-bottom:2rem}.navbarlinksection{flex-direction:column;gap:1.5rem;width:100%;padding-left:3rem;display:flex!important}.hamburger-btn{display:none}}
