header{display:flex;justify-content:space-between;padding-inline:50px;padding-block:0;background-color:#fff;position:sticky;top:0;z-index:100;box-shadow:0 2px 5px 2px rgba(0,0,0,.432)}header li a{text-decoration:none}header li a:hover{text-decoration:underline;color:var(--pri-blue)}.logoimage{width:auto;height:5rem;padding-top:5px}header button{background:0 0;border:none}.ham{display:none}.nav-text{align-content:center}.nav-text ul{gap:30px;display:flex;color:var(--pri-gray)}@media(max-width:675px){header{padding-inline:20px;z-index:100}.ham{display:block;height:fit-content;align-self:center;background-color:#e4e4e4;box-shadow:0 2px 5px 2px rgba(0,0,0,.432)}.ham:hover{scale:105%}.nav-text{position:absolute;top:100px;right:0;width:100%;background:rgba(255,255,255,.7);display:none}.nav-text ul{flex-direction:column;align-items:center;gap:1rem;padding:1rem 0;color:#000}.nav-text.active{display:block;z-index:100}}