#menu_logo{position:fixed;left:10px;top:0px;height:80px;width:80px;background-image:url('../logo.svg');background-size:contain;background-position:center;background-repeat:no-repeat;cursor:pointer;pointer-events:auto;z-index:2}.menu{display:flex;flex-direction:row;height:80px;align-items:center;box-sizing:border-box;background-color:#f5f8fb;pointer-events:none;z-index:1;font-family:Noto Serif,serif}.menu_items{display:flex;flex-direction:row;align-items:center;height:100%;margin:auto}.menu_item{height:50px;box-sizing:border-box;padding:5px 10px 5px 10px;display:flex;flex-direction:row;align-items:center;cursor:pointer;pointer-events:auto;white-space:nowrap;font-size:2em}.menu_item:hover a{color:#2C4A70}.menu_item a{text-decoration:none;height:100%;width:100%;padding-top:10px;color:#a5b2c3}.menu_item.selected{color:#2C4A70;border-bottom:3px solid #2C4A70}.menu_item.selected a{color:#2C4A70}#menuToggle{display:block;position:fixed;top:6px;right:6px;z-index:3;-webkit-user-select:none;user-select:none}#menuToggle input{display:block;width:40px;height:40px;position:absolute;top:-8px;left:-8px;cursor:pointer;opacity:0;z-index:2;-webkit-touch-callout:none}#menuToggle input:checked~span:nth-child(2){transform:rotate(45deg) translate(9px, 8px)}#menuToggle input:checked~span:nth-child(3){width:1px;opacity:0}#menuToggle input:checked~span:nth-child(4){transform:rotate(-45deg) translate(-2px, 4px)}#menuToggle span{display:block;position:absolute;top:0px;left:0px;width:32px;height:4px;position:relative;background:#2C4A70;border-radius:3px;z-index:1;transition:transform .5s cubic-bezier(.77, .2, .05, 1),width .5s cubic-bezier(.77, .2, .05, 1),opacity .3s ease}#menuToggle span:nth-child(2){transform:rotate(0deg) translate(0, 2px)}#menuToggle span:nth-child(3){transform:rotate(0deg) translate(0, 8px)}#menuToggle span:nth-child(4){transform:rotate(0deg) translate(0, 14px)}@media only screen and (min-width:750px){#menuToggle{display:none}}@media only screen and (max-width:750px){.menu{height:32px}.menu .menu_items{flex-direction:column;background-color:#f5f8fb;position:fixed;top:0px;right:-100%;height:fit-content;padding-right:32px;transition:right .5s cubic-bezier(.77, .2, .05, 1)}.menu.active .menu_items{right:0px}#menu_logo{width:32px;height:32px}}