header{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between}@media (orientation:portrait){header{justify-content:center}}header .logo{display:block;max-width:100%;width:25em;height:5em;flex:1}header nav{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;font-size:1.25em}header nav>*{margin:.25em 1em;padding-top:.75em;text-decoration:none;color:var(--fg);font-weight:700}header nav a:hover{color:var(--fg-strong)}
/*# sourceMappingURL=header.css.map */