:root{--space-xxxs: .25em;--space-xxs: .375em;--space-xs: .5em;--space-sm: .75em;--space-md: 1.25em;--space-lg: 2em;--space-xl: 3.25em;--space-xxl: 5.25em;--space-xxxl: 8.5em}*{margin:0;padding:0}*+*{margin-top:1rem}body{padding:2vh 10vw}:root{--dark-gray: #333333;--light-blue: #cfe0f2;--dark-blue: #337ab7;--very-dark-blue: #23527c}:root{--font-primary: "Helvetica Neue", Helvetica, Arial, sans-serif;--font-title-weight: normal;--heading-line-height: 1.2;--body-line-height: 1.5;--text-color: var(--dark-gray);--text-base-size: .75em;--text-scale-ratio: 1.618;--text-xs: calc(var(--text-sm) / var(--text-scale-ratio));--text-sm: calc(var(--text-md) / var(--text-scale-ratio));--text-md: var(--text-base-size);--text-lg: calc(var(--text-md) * var(--text-scale-ratio));--text-xl: calc(var(--text-lg) * var(--text-scale-ratio));--text-xxl: calc(var(--text-xl) * var(--text-scale-ratio));--text-xxxl: calc(var(--text-xxl) * var(--text-scale-ratio))}@media (max-width: 1200px){:root{--text-base-size: .7em}}@media (max-width: 480px){:root{--text-base-size: .65em}}*{font-family:var(--font-primary);color:var(--dark-gray)}h1,h2,h3,h4,h5,h6{font-weight:500;line-height:var(--heading-line-height);margin-bottom:var(--space-xxs)}h1{font-family:var(--font-title);font-weight:var(--font-title-weight);font-size:var(--text-xxxl)}h2{font-size:var(--text-xxl)}h3{font-size:var(--text-xl)}h4{font-size:var(--text-lg)}p{font-size:var(--text-lg);line-height:var(--body-line-height);word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:60ch}p+p{text-indent:var(--space-lg);margin-top:var(--space-md)}body{background-color:var(--light-blue)}a{text-decoration:none;color:var(--dark-blue)}a:hover{color:var(--very-dark-blue);text-decoration:underline}nav{text-align:center}nav ul{list-style:none}nav ul li{display:inline-block;padding:1rem;font-size:var(--text-xl);font-weight:300}nav img{display:block;margin:0 auto;max-width:100%}.slide-down-enter-active{opacity:0;transform:translateY(50px);transition:opacity .5s,transform .5s}.slide-down-enter,.slide-down-enter-to{opacity:1;transform:translateY(0)}
