.navbar{width:100%;display:flex;align-items:center;justify-content:space-between;position:absolute;background:#6961618c;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(8.5px);-webkit-backdrop-filter:blur(8.5px);z-index:100;height:10vh;padding:.5rem 2rem}.desktopMenu{max-width:50vw;list-style:none;display:flex;justify-content:space-between;justify-content:end;color:#fff}.desktopMenu li{display:inline-block;font-size:1.1rem;margin:0 20px;cursor:pointer;font-weight:400}.navbar li:hover{color:gray}.logo{height:4rem;cursor:pointer}.logoCell{height:3rem;cursor:pointer;display:none}.login img{width:2rem;cursor:pointer}.link,.link2{text-decoration:none;color:#fff}.mobMenu{display:none}.navMenu{position:absolute;z-index:2;display:flex;flex-direction:column;align-items:center;height:fit-content;width:100%;list-style:none;color:#fff;background:#6961618c;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(105,97,97,.3);top:10vh;left:0}.navMenu li{cursor:pointer;margin:.2rem 0}@media screen and (max-width:720px){.navbar{padding:1rem}.mobMenu{display:flex;color:#fff;cursor:pointer}.desktopMenu,.desktopMenuBtn{display:none}}@media screen and (max-width:900px){.logo{display:none}.logoCell{display:flex}}@media screen and (min-width:1200px){.desktopMenu li{font-size:1.4rem;margin:0 1.5rem}}*{margin:0;padding:0;box-sizing:border-box;font-family:Work Sans,sans-serif}:root{--orange50:#fffbea;--orange100:#fff2c5;--orange200:#ffe585;--orange400:#ffbc1b;--orange500:#ff9800;--orange600:#e27100;--orange700:#bb4c02;--orange900:#7c300b;--orange950:#481700}.slide-in{position:fixed;z-index:1000;top:0;left:0;width:100%;height:100vh;background:#0f0f0f;transform-origin:bottom}.slide-out{position:fixed;z-index:1000;top:0;left:0;width:100%;height:100vh;background:#0f0f0f;transform-origin:top}
