*{box-sizing:border-box;margin:0;padding:0}.lightTheme *{background-color:#fff;color:#121212}.lightTheme * :link,.lightTheme * :visited{color:#115f92}.lightTheme * textarea{background:rgba(255,255,100,.075);box-shadow:inset 1px 1px 0 rgba(0,0,0,.2),inset -1px -1px 0 rgba(0,0,0,.04);max-width:80ch;white-space:normal}.darkTheme *{background-color:#141414;color:#dadada}.darkTheme * :link,.darkTheme * :visited{color:#41e4ae}.darkTheme * textarea{background:rgba(109,230,183,.5);box-shadow:inset 1px 1px 0 hsla(0,0%,100%,.2),inset -1px -1px 0 hsla(0,0%,100%,.04);color:#fff;max-width:80ch;white-space:normal}body::-webkit-scrollbar{width:.5em}.slides::-webkit-scrollbar{width:0}body::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.3)}body::-webkit-scrollbar-thumb{background-color:#a9a9a9;border-radius:10%/50%;outline:1px solid #708090}body{color:var(--textcolor);font-family:system-ui,sans-serif;font-size:18px;line-height:1.4;margin:0 auto;overflow-y:scroll;position:relative}body,section{background:var(--bgcolor)}section{
  /* ! Everything below is needed ! */min-height:100vh;padding:calc(6em + 2vw) 5vw 8vw}section,section:target~section:last-of-type{display:none}section:last-of-type,section:target{display:inherit}section:target{display:block}header{display:flex;flex-wrap:wrap;padding:2vw 5vw 0;position:absolute;width:100%;z-index:2}header h1{flex:1;font-size:1em;padding:0 5vw .5em 0;white-space:nowrap}nav a:not(:last-of-type){margin-right:1.5vw}footer{bottom:0;display:block;height:5vh;margin:0 auto;padding:1vh;position:fixed;text-align:center;width:100vw;z-index:2}@media only screen and (-webkit-min-device-pixel-ratio:3){h1 *{font-size:1.6em}h2,h3,nav *{font-size:1.4em}article,div,nav,p,section{font-size:1.2em}header>nav{align-items:center;bottom:0;display:flex;flex-direction:row;justify-content:space-around;left:0;padding:1vh 2vw;position:fixed;right:0;width:100vw}footer{display:none}.slides{height:100vh;left:0;overflow-y:scroll;position:fixed;right:0;scroll-snap-type:y mandatory;top:0}.slides figure{align-content:center;display:grid;height:100vh;margin:0;padding:0 5vw;place-items:center;scroll-snap-align:center}.slides figure img{max-height:88vh}}@media only screen and (max-width:812px){header>nav{align-items:center;bottom:0;display:flex;flex-direction:row;justify-content:space-around;left:0;padding:1vh 2vw;position:fixed;right:0;width:100vw}footer{display:none}}footer h1{flex:1;font-size:1em;padding:0 5vw .5em 0;white-space:nowrap}button{font:inherit;padding:1vw}a{color:var(--highlight);text-decoration:none}a:hover{border-bottom:1px solid}section h1{font-size:1em;margin:0 0 1em}h2,h3,h4{font-size:1em;font-weight:600;margin:1.6em 0 .6em}article,ol,p,ul{margin-bottom:.6em;max-width:80ch}ul{list-style-type:none}ul li::marker{content:"\2022   "}li{margin-bottom:.2em}ol,ul{padding-left:2ch}b,strong{font-weight:600}small{font-size:.85em}hr{background:currentColor;border:0;height:1px;margin:1.2em 0;opacity:.1}abbr{text-decoration:none}abbr[title]:hover{cursor:help;opacity:.7}blockquote{margin-bottom:.6em;opacity:.7;padding-left:2ch;position:relative}blockquote:before{background:currentColor;bottom:.3em;content:"";left:0;opacity:.2;position:absolute;top:.3em;width:1px}audio,img,svg,video{fill:currentColor;display:block;height:auto;max-width:100%}code,textarea{font-family:ui-monospace,SF Mono,Menlo,Monaco,Andale Mono,monospace;font-size:1em;opacity:.7}a code{opacity:1}pre,textarea{border:0;border-radius:4px;color:inherit;display:block;font-size:.9em;line-height:inherit;margin:.8em 0 1em;padding:.6em .9em;position:relative;white-space:pre;width:100%}label{cursor:pointer;font-size:.75em;line-height:1;padding-left:.1em;vertical-align:super}label:hover{color:var(--highlight)}label:before{content:"["}label:after{content:"]"}label+input,label+input+small{display:none}input:checked+small{display:block;padding:.8em 0 1em 2.5vw}figure{margin:2em 0 1.5em}figure figcaption{font-size:.85em;margin:.8em 0 0;opacity:.7}figure.video{height:0;overflow:hidden;padding-bottom:56.25%;position:relative}figure.video embed,figure.video iframe,figure.video object{border:0;height:100%;left:0;position:absolute;top:0;visibility:hidden;width:100%}section:target iframe{visibility:visible}a[href*="//"]:after{color:var(--textcolor);content:"\2197";font-size:.85em;font-weight:300;opacity:.25}a[href*="//"]:hover:after{color:var(--highlight);opacity:1}a:before{font-size:.7em;margin-right:.4em}a[href$=".pdf"]:before{content:"PDF"}a[href$=".txt"]:before{content:"TXT"}a[href$=".mp3"]:before{content:"MP3"}a[href$=".zip"]:before{content:"ZIP"}a[href$=".rar"]:before{content:"RAR"}a[href$=".gif"]:before,a[href$=".jpeg"]:before,a[href$=".jpg"]:before,a[href$=".png"]:before{content:"IMG"}article+article{margin-top:4.5em}article h2{font-weight:700;margin:0 0 1em}article time{font-size:.8em;font-weight:400;margin-left:.6em;opacity:.7}.grid{grid-gap:5vmin;display:grid;grid-auto-flow:dense;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));padding:2em 0}.grid a{border:0;position:relative}.grid a:hover{transform:scale(.975)}.grid a:before{content:"";display:block;padding-top:100%}.grid a img{height:100%;object-fit:contain;position:absolute;top:0;width:100%}.slides{height:100vh;left:0;overflow-y:scroll;position:fixed;right:0;scroll-snap-type:y mandatory;top:0}.slides figure{align-content:center;display:grid;height:100vh;margin:0;padding:0 5vw;place-items:center;scroll-snap-align:center}.slides figure img{max-height:77vh}.slides figure.cover{padding:0}.slides figure.cover img{height:100vh;max-height:none;object-fit:cover;position:absolute;width:100vw}.slides figure.cover p{z-index:1}.lightbox{color:var(--textcolor);display:none}.lightbox:target{align-content:center;border:0;bottom:0;display:grid;left:0;place-items:center;position:fixed;right:0;top:0;z-index:3}.lightbox img{max-height:100vh;z-index:4}.lightbox:target:before{animation:spin .8s linear infinite;border:1px solid;border-radius:50%;border-right:1px solid transparent;content:"";display:block;height:2em;opacity:.25;position:absolute;transform:translateX(-50%);width:2em}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.lightbox:target:after{content:"\00D7";font-size:2em;font-weight:200;line-height:0;position:fixed;right:.5em;top:.75em;z-index:4}@media print{.lightbox:target:after,nav{display:none}article,figure,img{break-inside:avoid;page-break-inside:avoid}label+input+small{display:inline}label+input+small:before{content:"["}label+input+small:after{content:"]"}.slides,.slides figure{height:auto;padding:0;position:relative}.slides figure.cover img,.slides figure img{height:100vh;max-height:auto;object-fit:contain;position:relative;width:auto;z-index:1}}
/*# sourceMappingURL=index.css.map*/