:root{--text-color:#1b1b1c;--text-light:#525252;--background-sand:#f7f5eb;--background-pink:#eac7c7;--highlight-color:#04294f;--signal-red:#b20c4b;box-sizing:border-box;color:var(--text-color);margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}:focus-visible{outline:dashed var(--signal-red) 3px;outline-offset:5px}body{background-color:var(--background-pink);margin:0;display:grid}.content-wrapper{justify-self:center;max-width:1180px;margin:3rem 0;font-size:1.2rem}@media (width<=500px){.content-wrapper{margin:0;font-size:1.5rem}}section{margin:4rem 0;padding:0 1rem}h3{text-transform:uppercase;letter-spacing:.15rem;margin:1rem 0 2rem;font-weight:300}a{color:var(--highlight-color)}a[target=_blank]:after{content:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%2304294f'%20d='M497.6,0,334.4.17A14.4,14.4,0,0,0,320,14.57V47.88a14.4,14.4,0,0,0,14.69,14.4l73.63-2.72,2.06,2.06L131.52,340.49a12,12,0,0,0,0,17l23,23a12,12,0,0,0,17,0L450.38,101.62l2.06,2.06-2.72,73.63A14.4,14.4,0,0,0,464.12,192h33.31a14.4,14.4,0,0,0,14.4-14.4L512,14.4A14.4,14.4,0,0,0,497.6,0ZM432,288H416a16,16,0,0,0-16,16V458a6,6,0,0,1-6,6H54a6,6,0,0,1-6-6V118a6,6,0,0,1,6-6H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V304A16,16,0,0,0,432,288Z'/%3e%3c/svg%3e");width:.8em;margin-left:.5rem;display:inline-block}a:hover{text-decoration:underline}footer{justify-items:center;display:grid}header{background-color:var(--background-pink);grid-template:"nav nav""heading astronaut"/1fr 1fr;align-items:center;padding:2rem;display:grid}.hidden-a11y-link{color:#fff;background:#04294f;border-radius:0 0 1rem 1rem;margin-left:-2rem;padding:1rem 1rem .5rem;transition:transform .5s;position:absolute;top:-5rem}.hidden-a11y-link:focus{transform:translateY(4.5rem)}header .heading{grid-area:heading;justify-self:end;margin-right:2rem}header h1,header h2{color:var(--highlight-color);text-transform:uppercase;letter-spacing:.1em;place-self:start end;margin:0;line-height:150%}h1{font-size:2rem;font-style:normal;font-weight:600}h2{font-size:1.8rem;font-weight:300}nav{text-align:right;grid-area:nav;align-self:start;margin-bottom:2rem}nav ul{margin:0 0 5rem;padding:0}nav li{margin-left:2rem;list-style:none;display:inline}nav a{letter-spacing:.1em;text-transform:uppercase;font-size:1rem;font-weight:600;line-height:160%;text-decoration:none}nav a:hover{text-decoration:underline}@keyframes astronaut{0%{transform:translate(-.1rem)translateY(-.5rem)}to{transform:rotate(10deg)translate(.1rem)translateY(.5rem)}}header #astronaut{z-index:1;animation:5s linear infinite alternate both astronaut}header .astronaut{grid-area:astronaut;justify-self:start;width:100%;max-width:15rem}@media (width<=500px){nav ul{text-align:center}nav li{text-align:center;margin-left:.8rem}header h1{font-size:1.5rem}header h2{font-size:1.2rem}}#about{grid-gap:0 2rem;background-color:var(--background-sand);grid-template:".h3"1fr"img p"/1fr 3fr;padding:4rem 2rem;display:grid}#about .p-wrapper{grid-area:p;font-size:1.5rem}#about p.socials{grid-template-columns:1.75rem auto;align-items:center;gap:.8rem;display:grid}#about p.socials-first{margin-top:4rem}#about p.socials img{width:1.75rem;height:1.75rem}#about .img-wrapper{grid-area:img;align-self:center;justify-items:center;margin-left:1rem;display:grid}#about .img-wrapper small{text-align:center;color:var(--text-light);display:block}#about img.profile{width:12.5rem;height:12.5rem;margin-bottom:1rem}#about h3{grid-area:h3}@media (width<=590px){#about img.profile{width:9rem;height:9rem}}@media (width<=530px){#about{grid-template:"h3""p""img"/auto}#about img.profile{justify-self:center;width:12.5rem;height:12.5rem;margin-top:2rem;margin-left:0}}#talks{background-color:var(--background-pink);padding:4rem 2rem}#talks article{padding:.5rem 0 2rem}#talks article h4,#talks article p{margin:1rem 0}#talks .video{aspect-ratio:16/9;width:100%;max-width:30rem}footer{justify-content:end;display:grid}footer img{width:150px;height:150px;transform:scaleX(-1)}
