body{margin:0;font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body>#root{height:100vh;width:100%;display:flex;overflow-y:scroll;scroll-behavior:smooth;flex-direction:column}.overlay-box{position:relative;overflow:hidden;height:100vh;border-bottom:10px dotted #cefdff;background:#000;box-sizing:border-box}.overlay-box .bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.overlay-box .overlay{position:absolute;inset:0;background:#000000d9;z-index:1;pointer-events:none}.overlay-box .text-layer{text-align:center;display:flex;justify-content:flex-end;flex-direction:column;position:relative;z-index:2}.home{gap:0;height:100vh;padding-top:60px;display:flex;flex-direction:column;justify-content:center;align-items:center}.home .header{display:flex;flex-direction:"row";gap:2rem}@media screen and (min-width:300px)and (max-width:730px){.home .header{flex-direction:column;gap:0}}.home .header .first-name{display:flex;flex-direction:"row"}@media screen and (min-width:300px){.home .header .pro-pic{width:70px;height:70px;border-radius:100px;align-self:center;border:2px dotted white}}@media screen and (min-width:300px)and (max-width:730px){.home .header .pro-pic{width:100px;height:100px;border-radius:200px;align-self:center;border:8px dotted white}}@media screen and (min-width:730px){.home .header .pro-pic{width:120px;height:120px;border-radius:200px;align-self:center;border:8px dotted white}}.home .subtitle{display:flex;gap:20px}.books{height:100vh;display:flex;flex-direction:column;align-items:center;padding:100px 20px 0}.books .header{padding-bottom:20px;display:flex;gap:1rem;flex-direction:column}.books .year-list-row{display:flex;gap:1rem}.books .year-list-row .year{padding:0 10px;border:1px solid #cefdff}.books .year-list-row .year:hover{cursor:pointer;background:#cefdff}.books .year-list-row .year:hover .button-text{color:red}.books .year-list-row .year .year-button-text{color:#ccffcb}.books .year-list-row .year .active-text{color:red}.books .scrollview{display:flex;flex-direction:column;scrollbar-color:#cefdff #a288e3;align-items:center;overflow-y:scroll;border:1px solid white;align-self:stretch;height:50vh}@media screen and (max-width:760px){.books .scrollview{height:60vh}}.books .scrollview .book-card{box-sizing:border-box;display:flex;flex-direction:column;gap:.2rem;padding-top:10px}.books .scrollview .book-card .title{text-wrap:pretty;display:flex;align-self:center;font-size:2rem;color:#a288e3;margin:0;padding:0}.books .scrollview .book-card .title .media{color:#fff;font-size:1rem;margin:0;padding:0}.books .scrollview .book-card .subheader-text{color:#fff;margin:0;padding:0}h1{color:#cefdff;margin:0}@media screen and (min-width:300px){h1{font-size:5rem}}@media screen and (min-width:730px){h1{font-size:10rem}}@media screen and (max-width:1200px)and (min-width:730px){h1{font-size:8rem}}h2{color:#ccffcb;margin:0}@media screen and (min-width:300px){h2{font-size:2rem}}@media screen and (min-width:730px){h2{font-size:7rem}}@media screen and (max-width:1200px)and (min-width:730px){h2{font-size:5rem}}h3{color:#ccffcb;margin:0}@media screen and (min-width:300px){h3{font-size:1rem}}@media screen and (min-width:730px){h3{font-size:4rem}}@media screen and (max-width:1200px)and (min-width:730px){h3{font-size:3rem}}ul,p{color:#cefdff}a{text-decoration:none}.navbar-container{position:absolute;top:0;z-index:999;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;background-color:#a288e3;box-sizing:border-box;padding:0 1em;height:60px}.navbar-container .dropdown-menu{display:flex;flex-direction:column;position:absolute;top:100%;right:20px;gap:1rem;padding:30px;background-color:#38023b}@media screen and (max-width:300px){.navbar-container .dropdown-menu{right:10px}}.navbar-container .dropdown-menu .dropdown-menu-item{color:#cefdff}.navbar-container .home-nav-button{font-size:1.5em;color:#fff;font-family:monospace;cursor:pointer;background-color:transparent;border:none}.navbar-container .navbar-button-container{height:100%;display:flex;position:relative}.navbar-container .navbar-button-container .mobile-burger-button{display:none}@media(max-width:768px){.navbar-container .navbar-button-container .mobile-burger-button{font-size:1.5em;display:block;background-color:transparent;border:none;padding:0 1em;cursor:pointer}}.navbar-container .navbar-button-container .nav-tag{display:flex}.navbar-container .navbar-button-container .nav-tag .navbar-button{padding:0 1em;color:#fff;font-size:1.2em;align-items:center;display:flex;font-family:monospace;cursor:pointer;background-color:transparent;border:none}.navbar-container .navbar-button-container .nav-tag .navbar-button :hover{color:#ff0;font-family:monospace;font-size:1.2em;cursor:pointer}@media(max-width:768px){.navbar-container .navbar-button-container .nav-tag .navbar-button{display:none}}.about{height:100vh;padding:100px 50px 0}.fitfort{height:100vh;padding-top:100px;box-sizing:border-box}.essays{display:flex;flex-direction:column;padding:100px 20px 0;align-items:center;gap:1rem}.essays .essay-list{display:flex;flex-direction:column;gap:1rem;scrollbar-color:#cefdff #a288e3;align-items:center;overflow-y:scroll;border:1px solid white;align-self:stretch;height:50vh}@media screen and (max-width:760px){.essays .essay-list{height:60vh}}.essays .essay-list .essay-card{cursor:pointer;padding:10px;max-width:80%;display:flex;flex-direction:column}.essays .essay-list .essay-card .title{font-size:1.5rem;text-wrap:wrap;margin:0;color:#fff}.essays .essay-list .essay-card .subtitle{color:#ccffcb;font-size:1rem;margin:0}.essays .essay-list .essay-card .date{font-size:.8rem;margin:0}.essay-view{background:#ccffcb;flex:1}.essay-view .ad-banner{box-sizing:border-box;align-items:center;justify-content:center;background-color:#000;background-image:url(/assets/ff_logo-CSyrFo8J.png);background-repeat:no-repeat;background-size:contain;display:flex;flex-direction:row;height:90px;position:sticky;top:0;width:100%;z-index:100}@media(max-width:768px){.essay-view .ad-banner{min-height:50px;background-size:contain}}.essay-view .ad-banner:hover{cursor:pointer}.essay-view .ad-banner .sponsor-text{color:#ccffcb;font-size:.75rem;flex:1;height:100%;display:flex;justify-content:flex-end;align-items:flex-end;padding-right:1rem;padding-bottom:.5rem;box-sizing:border-box}.essay-view p{text-align:right;padding-right:1rem;font-size:1rem;color:#38023b}.essay-view .reactMarkdown{padding:1rem}.essay-view .reactMarkdown h1{color:#38023b;font-size:4rem}.essay-view .reactMarkdown h2{font-size:3rem;color:#a288e3}.essay-view .reactMarkdown h3{font-size:2rem;color:#a288e3}.essay-view .reactMarkdown ol,.essay-view .reactMarkdown ul,.essay-view .reactMarkdown li,.essay-view .reactMarkdown p{text-align:left;font-size:1rem;color:#38023b}@media(max-width:768px){.essay-view .reactMarkdown h1{color:#38023b;font-size:3rem}.essay-view .reactMarkdown h2{font-size:1.5rem;color:#a288e3}.essay-view .reactMarkdown h3{font-size:1.3rem;color:#a288e3}.essay-view .reactMarkdown ol,.essay-view .reactMarkdown ul,.essay-view .reactMarkdown li,.essay-view .reactMarkdown p{font-size:1rem;color:#38023b}}.contact{display:flex;flex-direction:column;height:100vh;padding-top:100px}.screen{background:linear-gradient(45deg,#2a1034,#202240,#000);height:100vh;width:100%;align-items:center;display:flex;flex-direction:column;box-sizing:border-box;overflow:hidden}.list-item{border:1px dashed yellow}
