@import "/fonts/style.css";body,html{padding:0;margin:0;font-family:"Liberation Serif",serif;overflow-y:scroll}a{color:inherit;text-decoration:none}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}h1,h2,h3,h4,h5,h6{font-weight:400}.lightTheme{background-color:#fff;color:#000}.grayTheme{background-color:gray;color:#000}.darkTheme{background-color:#000;color:#fff}.colorWheelContainer{position:relative;bottom:0;width:100%;height:20px;margin:2em 0;text-align:center}.colorWheel{content:" ";position:absolute;display:inline-block;width:20px;height:20px;border-radius:100%;cursor:pointer;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:background-color .5s ease;transition:background-color .5s ease;z-index:999}.topBtn{position:fixed;bottom:20px;right:-35px;z-index:99;width:30px;height:30px;cursor:pointer;border-radius:10px;font-size:18px;text-align:center;-webkit-transition:.2s ease;transition:.2s ease}.grayTheme .topBtn,.lightTheme .topBtn{color:#000}.lightTheme .topBtn{background-color:#fff}.grayTheme .topBtn{background-color:gray}.darkTheme .topBtn{color:#fff;background-color:#000}.topBtn:hover{background-color:hsla(0,0%,59%,.5)}.lightTheme .colorWheel{background-color:gray}.grayTheme .colorWheel{background-color:#000}.darkTheme .colorWheel{background-color:#fff}.nav{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;width:50%;margin:0 auto;font-family:STIX Two Text,serif;font-weight:400;text-transform:uppercase;font-size:.9vw}.nav,.navMobile{-webkit-order:2;order:2}.selected{font-weight:700;position:relative}.grayTheme .nav{color:#fff}.grayTheme .selected{color:#000}.grayTheme .writingTitle{color:#fff}.grayTheme .writingTitle:hover{color:#000}.darkTheme .selected:after{background-color:#fff}.desktop-hide,.mobileNavButton{display:none}main{-webkit-order:3;order:3}.footNotes{font-size:smaller;margin-top:15vh;padding-left:1em}@media (max-width:1000px){.desktop-hide{display:block}.nav{position:relative;width:100%;height:100%;-webkit-flex-direction:column;flex-direction:column;font-size:3.5vw}.nav a{text-align:center;margin:.5em 0}.navMobile{-webkit-order:3;order:3}main{-webkit-order:2;order:2}.topBtn{display:none}}.app_container__vHg_u{position:absolute;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between;top:0;left:0;width:100%;min-height:100%;-webkit-transition:background-color .5s ease;transition:background-color .5s ease}