:root{--background-color:#506380;--body-background-color:#f8f6f2;--link-blue:#006daa;--text-purple:#171019;--header-orange:#bf6900;--header-purple:#5b3f64;--fs-smallest:max(0.5rem, 9px);--fs-small:0.833rem;--fs-base:1rem;--fs-medium:1.2rem;--fs-large:1.44rem;--fs-xl:1.728rem;--fs-xxl:2.074rem;--fs-xxxl:2.488rem;--fs-huge:15rem}@media screen and (min-width:768px){:root{--fs-huge:25rem}}@media screen and (min-width:1200px){:root{--fs-huge:30rem}}:root{line-height:calc(4px + 2ex);font-size:16px}@media screen and (min-width:1200px){:root{font-size:calc(10px + .5vw)}}@media screen and (min-width:1920px){:root{font-size:20px}}html{box-sizing:border-box;background-color:var(--background-color);color:var(--text-purple);font-family:Yantramanav,sans-serif;height:100%;padding:15px}*,::after,::before{box-sizing:inherit}h1,h2,h3,h4,h5,h6{color:var(--header-orange);font-family:"Crimson+Text",serif;margin:0;padding:0}h1{font-size:var(--fs-xxl);line-height:calc(4px + 2ex)}@media (max-width:400px){h1{font-size:var(--fs-xl);line-height:calc(4px + 2ex)}}.splash-screen h1,.splash-screen nav ul li,h2,h3,h4,h5,h6{font-size:var(--fs-xl);line-height:calc(4px + 2ex)}.splash-screen h1,h4,h5,h6{font-size:var(--fs-large)}.splash-screen h1,h5,h6{font-size:var(--fs-medium)}.splash-screen h1,h6{font-size:var(--fs-base)}a{text-decoration:none}p{margin-bottom:1rem;line-height:calc(1px + 3ex)}p a{text-decoration:underline}img{max-width:100%}body{min-height:100%;margin:0;padding:.5rem;border-radius:.5rem;background-color:var(--body-background-color);display:grid;grid-template-areas:"header navigation" "main main" "footer footer";grid-template-rows:auto 1fr auto}@media (max-width:1000px){body{grid-template-areas:"header" "navigation" "main" "footer";grid-template-rows:auto auto 1fr auto;grid-template-columns:1fr}}body>header{border-bottom:1px solid var(--text-grey);grid-area:header}body>header a{display:flex;justify-content:space-evenly;align-items:center}@media (min-width:500px){body>header a{justify-content:flex-start}}body>header a img{border-radius:50%;padding:0 5px;width:var(--fs-xxl)}@media (max-width:400px){body>header a img{width:var(--fs-xl)}}body>footer,body>nav{display:flex;justify-content:flex-end}body>nav{border-bottom:1px solid var(--text-grey);grid-area:navigation}body>nav ul{display:flex;flex-direction:row;list-style-type:none}body>nav li{padding-right:1rem}body>main{grid-area:main;min-width:0;padding:.5em 2em}body>footer{grid-area:footer}a,a:active,a:visited{color:var(--link-blue)}.post-list,.talk-list{margin-top:1rem}.splash-screen{place-self:center;width:80%}.splash-screen h1{font-size:var(--fs-xxxl);text-align:right}@media (max-width:1000px){.splash-screen h1{font-size:var(--fs-xxl);line-height:calc(4px + 2ex);text-align:center}}.splash-screen nav{display:grid;gap:1rem;grid-template-areas:"top top top" "left left right" "left left right" "bottom bottom bottom";grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,31%) 25%}@media (max-width:1000px){.splash-screen nav{display:flex;flex-direction:column}}.splash-screen nav img{border-radius:50%;grid-area:right;padding:5px;place-self:right;width:300px}@media (max-width:1000px){.splash-screen nav img{width:150px}}.splash-screen nav ul{list-style-type:none;padding:0}.splash-screen nav ul:nth-of-type(1){grid-area:left}.splash-screen nav ul:nth-of-type(2){display:flex;flex-direction:row;grid-area:bottom;justify-content:space-around}@media (max-width:1000px){.splash-screen nav ul:nth-of-type(2){width:80%}}.resume h1{display:none}.resume h2:first-of-type,.resume h2:nth-of-type(2){text-align:center;color:var(--header-purple)}.resume h3{font-size:var(--fs-large);line-height:calc(4px + 2ex);color:var(--header-purple);margin-top:.5rem}.resume p{margin-top:.25rem}.resume ul{display:flex;justify-content:space-around;list-style-type:none;margin-top:0}@media (max-width:860px){.resume ul{flex-direction:column;margin:0;padding:0}}.resume ul li{display:flex}.resume ul li img{margin-right:.1rem}.resume h2+p,.resume h2+ul,.resume h3+p,.resume p+p{margin:0 0 0 .75rem}.resume #education+ul li{flex-direction:column;text-align:center}.resume #talks+ul{flex-direction:column;flex-wrap:wrap;height:7rem;justify-content:flex-start;align-content:space-between;padding:0}@media (max-width:860px){.resume #talks+ul{height:auto}}.resume #talks+ul li{width:50%}@media (max-width:860px){.resume #talks+ul li{width:100%}}.resume #skills+ul{display:flex;justify-content:space-between;padding:0}.resume #skills+ul li{font-size:var(--fs-large);line-height:calc(4px + 2ex);font-family:"Crimson+Text",serif;color:var(--header-purple);list-style-type:none;display:block;font-weight:700;width:50%}@media (max-width:860px){.resume #skills+ul li{width:100%}}.resume #skills+ul li ul{display:block;padding-left:0}.resume #skills+ul li li{font-size:var(--fs-base);line-height:calc(1px + 3ex);font-family:Yantramanav,sans-serif;font-weight:400;color:var(--text-purple);list-style-type:disc;width:100%}