nav{position:fixed;top:0;left:0;height:90px;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;background:#1c2b30e6;box-shadow:0 0 8px rgba(0,0,0,.25);z-index:20;font-family:'Roboto Mono','Courier New',monospace,sans-serif}nav.unfolded{background:#1c2b30}nav.allUp{box-shadow:none;background:#1c2b30}#home-link{display:flex;flex-direction:row;align-items:center;margin:23px}#header-name{margin:10px;font-weight:700}.language-selector{color:#fff;border:none;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:#1c2b30;outline:0;cursor:pointer}#menu-separator,#nav-menu a{display:flex;align-items:center;justify-content:center}#nav-menu{display:none;background-color:#1c2b30}#menu-button{display:flex;border:none;outline:0;background:0 0}#menu-button img{height:26px!important;margin-right:16px}#open-icon{display:flex}#close-icon{display:none}.unfolded #nav-menu{position:absolute;top:90px;width:100%;height:calc(100vh - 90px);display:flex;justify-content:space-evenly;flex-direction:column;align-items:center;margin:0;padding-left:0}.unfolded #open-icon{display:none}.unfolded #close-icon{display:block;cursor:pointer}.desktop-only{display:none}@media only screen and (min-width:750px){.mobile-only{display:none}.desktop-only{display:block}#menu-button{display:none}#nav-menu{display:flex!important;position:static!important;height:auto!important;justify-content:space-around;width:40vw;max-width:750px;min-width:500px;transform:none;padding:0;margin:23px;background-color:transparent}#menu-separator{border-left:1px solid;height:30px}.language-selector{min-width:50px;background:transparent url(/resources/arrowdown.svg) no-repeat right}}