@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-right:.3rem solid transparent}50%{border-right:.3rem solid var(--primary-accent)}}:root{--primary-color:#222831;--primary-accent:#eeeeee;--secondary-color:#353b42;--secondary-accent:#0092ca;--primary-highlight:#d0d0d0;--border-color:#666;--hidden-content:50px;--visible-content:calc(100vh - var(--hidden-content))}*{margin:0;padding:0;scroll-behavior:smooth;scroll-margin-top:var(--hidden-content)}header,html{position:relative}html{top:var(--hidden-content);background-color:var(--primary-color);border-color:var(--border-color);font-size:14px}h1,h2,h3,h4,h5,h6{color:var(--primary-accent);font-family:"Golos Sans",sans-serif}h2{font-size:3rem}#navbar a:hover,html,p{color:var(--primary-accent)}p{font-family:"Prompt",sans-serif;font-size:1.2rem}#navbar a,a{color:var(--secondary-accent)}#navbar{width:100%;height:fit-content;min-height:50px;position:fixed;top:0;left:0;background-color:var(--secondary-color);box-sizing:border-box;border:solid var(--border-color);z-index:2}#navbar>ul{width:100%;display:flex;justify-content:space-evenly;height:100%;list-style-type:none;left:0;align-items:center}#navbar li{display:inline;min-height:50%;align-items:center;margin:5px}#navbar a{display:block;vertical-align:middle;padding:10px;text-decoration:none;transition-duration:.5s;font-size:1.5rem}#navbar a:hover{transition-duration:.5s}header{height:calc(3*var(--visible-content));width:100%}#header-content,#video-wrapper{height:var(--visible-content);width:100%}#header-content{position:sticky;top:50px;z-index:1;overflow:clip}#video-wrapper{position:absolute;z-index:-1}#background-video{min-height:100%;min-width:100%;position:relative}#video-cover{width:100%;height:var(--visible-content);position:absolute;background-color:var(--primary-color);opacity:.9;z-index:0}#header-main-content,#splash-text{width:100%;height:var(--visible-content);position:relative}#header-main-content{z-index:1}#splash-text{justify-content:center;bottom:15%;display:flex;flex-direction:column;align-items:center}h1.typewriter{overflow:hidden;white-space:nowrap;margin:0 auto;letter-spacing:.15rem;font-size:3.5rem}.title-wrapper{box-sizing:border-box;width:fit-content;margin:5px;padding:0}#title-line-one{width:0;animation:typing 1s steps(17,end) forwards,blink-caret .75s step-end 4}#title-line-two{width:0;animation:typing 1s 3.75s steps(13,end) forwards,blink-caret .75s 3s step-end infinite}#intro-wrapper{position:absolute;right:0;width:0;height:var(--visible-content);top:0;z-index:3;overflow:hidden;scroll-margin-top:50px}#intro-content{margin:max(1vw,45px,1.2rem);height:100%;display:flex;flex-direction:column}#sub-heading{font-size:2.5rem;opacity:0;height:30%;display:flex;justify-content:center;align-items:center}#intro-para{height:70%;top:100vh}#intro-para,.article,footer{position:relative}.article{height:var(--visible-content);width:100%;border:solid var(--border-color) 1px;box-sizing:border-box}.flex-wrapper{position:absolute;display:flex;top:0;width:100%;height:100%}.flex-wrapper>*>*{margin:clamp(5%,15px,1.5vw);color:var(--primary-color)}.flex-wrapper>.image,.main-text{display:flex;justify-content:center}.flex-wrapper>.image{position:relative;align-content:center;width:50%;background-color:var(--primary-color)}.flex-wrapper>.image>img{max-width:80%;max-height:80%;margin:auto}.flex-wrapper>.image>figcaption{position:absolute;bottom:min(20px,5%);font-size:1.3rem;color:var(--primary-accent)}.flex-wrapper>.main-text{width:50%;background:var(--primary-highlight)}.main-text{flex-direction:column}#cited-wrapper>h3,#navbar a,.main-text>h2{text-align:center}#intro-para,.main-text>p{text-indent:4rem}#article-1-image,#article-1-text{width:50%}#article-2-image{width:30%}#article-2-text{width:70%}#article-3-image{width:40%}#article-3-text{width:60%}#works-cited{height:calc(var(--visible-content) - 50px)}#cited-wrapper{display:flex;flex-direction:column;height:100%}#cited-wrapper>*{margin:15px}#cited-wrapper>cite{font-size:1rem}#extra-info-wrapper{display:flex;flex-grow:1;align-items:center;justify-content:center}#extra-info-wrapper>p{height:fit-content}footer{height:50px}#actual-stuff,.cta{border:solid var(--border-color)}#actual-stuff{height:45px;width:100%;position:absolute;bottom:5px;display:flex;box-sizing:border-box}#actual-stuff>p{width:50%;margin:auto 5px}#actual-stuff>#p2{text-align:right}.cta{position:fixed;bottom:20px;right:20px;width:60px;height:60px;border-radius:50%;background:var(--secondary-color);z-index:1;scroll-margin-top:50px;--animate-duration:1s}.hide{opacity:0!important}#return-arrow{display:flex;align-items:center;justify-content:center}.gg-chevron-up{content:"";width:30%;height:30%;border-right:5px solid;border-top:5px solid;transform:rotate(-45deg)}#scroll-indicator{position:fixed;bottom:0;left:0;height:5px;width:.1%;background-color:var(--secondary-accent);z-index:1}@media screen and (max-width:1200px){html{font-size:12px}h2{font-size:2rem}p{font-size:1rem}h1.typewriter{font-size:2.5rem}}@media screen and (max-width:800px){html{font-size:10px}h1.typewriter{font-size:1.5rem}}