*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{background-color:#f9f9f9;font-family:Vollkorn,serif}a{color:inherit;text-decoration:none}.page-container{flex-direction:row;display:flex;padding:120px 0 0;margin:0 auto;justify-content:center}.page-container-expanded{display:none}.navigation{width:100%;display:flex;align-items:center;position:fixed;padding:.5rem 0;background-color:#f9f9f9;color:#000;z-index:100}.brand-name{margin-left:1rem}.navigation-menu{margin-left:auto;margin-right:15px}.navigation-menu ul{display:flex;padding:0}.navigation-menu li{list-style-type:none;margin:0 1rem}.navigation-menu li a{display:block;width:100%;opacity:.6;border-bottom:3px solid transparent}.navigation-menu li a:hover{opacity:1}.navigation-menu li a.navigation-item-selected,.navigation-menu li a:hover{border-bottom:3px solid #000}.hamburger{border:0;height:40px;width:40px;padding:.5rem;border-radius:50%;background-color:#f9f9f9;cursor:pointer;transition:background-color .2s ease-in-out;position:absolute;top:50%;right:25px;transform:translateY(-50%);display:none;fill:#000}.brand-img{width:263px;height:65px}@media screen and (max-width:768px){.hamburger{display:block}.navigation-menu{margin:0}.navigation-menu ul{display:none}.navigation-menu-expanded ul{display:block}.navigation-menu ul{position:absolute;top:60px;left:0;flex-direction:column;width:100%;height:calc(100vh - 50px);background-color:#f9f9f9;border-top:1px solid #000}.navigation-menu li{text-align:center;margin:0}.navigation-menu li a{color:#000;width:100%;padding:1.5rem 0}.navigation-menu li:hover{background-color:#eee}.brand-img{width:161.83px;height:40px}.brand-name{margin-right:auto;margin-left:auto}}