html{font-size:16px}body{background-color:var(--background-color, #fdfdfd);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;line-height:1.45;color:#333;padding:40px;margin:0}@supports (--css: variables){body{color:var(--text-color, #333)}}@media screen and (max-width: 800px){body{padding:20px}}p{margin-bottom:1.3em}h1,h2,h3,h4{margin:1.414em 0 0.5em;font-weight:bold;line-height:1.2}h1{margin-top:0;font-size:2.441em}h2{font-size:1.953em;color:#333}@supports (--css: variables){h2{color:var(--heading-color, #333)}}h3{font-size:1.563em;color:#333}@supports (--css: variables){h3{color:var(--heading-color, #333)}}h4{font-size:1.25em;color:#333}@supports (--css: variables){h4{color:var(--heading-color, #333)}}small,.small{font-size:0.8em}.site-title{text-decoration:none;font-family:"Bungee"}.site-title h1{margin:0;font-weight:200}@media screen and (max-width: 600px){.site-title{display:none}}.mobile-site-title{text-decoration:none;font-family:"Bungee";display:none}.mobile-site-title h1{margin:0}@media screen and (max-width: 600px){.mobile-site-title{display:block}}a{text-decoration-skip-ink:auto;color:#333}@supports (--css: variables){a{color:var(--text-color, #333)}}a:visited{color:#333}@supports (--css: variables){a:visited{color:var(--text-color, #333)}}ul{padding:0;list-style:none}.main{width:40vw;max-width:1000px;min-height:100vh;margin:0 auto}@supports (display: grid){.main{width:70vw}}@media screen and (max-width: 800px){.main{width:60vw}}@media screen and (max-width: 600px){.main{margin:0;width:90vw}}.home{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:20px;grid-template-areas:"header header intro intro" ".        .        .       ." "writing writing projects projects"}.home .projects{grid-area:projects}.home .projects p{margin:10px 0}.home .writing{grid-area:writing}.home .writing p{margin:10px 0}.home .writing a{margin-right:5px}.home .intro{grid-area:intro;margin:0}@media screen and (max-width: 800px){.home{grid-template-columns:1fr;grid-template-areas:"header" "intro" "projects" "writing" "footer"}}header{grid-area:header}@media screen and (max-width: 800px){header{margin-bottom:20px}}footer{grid-area:footer}article.content{width:80%}article.content header h2{margin-bottom:0}article.content header p{margin:0}@media screen and (max-width: 800px){article.content{margin-bottom:20px;width:100%}}p code{color:#333;background-color:#f6f2ef;border:1px solid #d1bdae;border-radius:2px;padding:1px 4px}pre{color:#333;background-color:#f6f2ef;padding:20px;overflow-x:auto}@media screen and (max-width: 800px){pre{padding:20px 10px}}blockquote{color:#595959;margin:2em 4em 2em 2em;font-style:italic;quotes:"“" "”" "‘" "’"}blockquote:before{color:#b3b3b3;content:open-quote;font-size:4em;line-height:0.1em;margin-right:0.25em;vertical-align:-0.4em}blockquote p{display:inline}.books ul,.people ul,.links ul{display:grid;grid-template-columns:1fr 1.5fr}@media screen and (max-width: 800px){.books ul,.people ul,.links ul{grid-template-columns:1fr}}footer{margin-top:60px;font-style:italic;width:max-content}footer .bottom{display:flex;align-items:start}footer .options{margin-left:10px;height:24px;display:flex;justify-content:space-around}footer .options svg{fill:var(--text-color);stroke:var(--text-color);height:100%;transition:transform 300ms;cursor:pointer}footer .options svg:hover{transform:rotate(45deg)}footer .options .color-choices{display:flex;margin:0 0 0 10px;opacity:0;transition:opacity 250ms}footer .options .color-choices li{cursor:pointer;padding:4px;margin-right:5px;background:#aca9a7;width:18px;height:14px;display:flex}footer .options .color-choices li div{width:50%}footer p{margin:0 0 10px 0}.chicago-flag{width:49px;background:#fff;height:22px;margin-right:5px}
