:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#244562;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--light-lavender: hsl(65 59% 96% / 1);--light-pink: #ffebee;--light-teal: #b2dfdb;--light-yellow: #fffde7;--light-gray: #eeeeee;--alternate:hsl(95 86% 99% / 1)}a{font-weight:500;color:#50606d;text-decoration:inherit}a:hover{color:#444662}body{margin:0;display:flex;flex-direction:column;place-items:center;min-width:320px;min-height:100vh;background-color:var(--light-gray)}header{background-color:var(--light-pink);display:flex;flex-direction:column;width:100%;align-items:center}#sections{width:100%}nav{width:100%;background-color:#fcd99c}.nav-cont{display:flex;flex-wrap:wrap;width:100%;justify-content:center;align-items:baseline}.nav-cont h4{opacity:0;transition:opacity .5s ease-in .2s}.nav-cont #signature{width:0px;overflow:hidden;white-space:nowrap;transition:width .3s ease-in}#signature.animate{width:250px}.animate h4{opacity:1}.sticky{position:sticky;top:0}header>div{align-items:end;display:flex;flex-direction:column}section{padding:10em 4em;background-color:var(--light-lavender)}footer{width:100%}.alternateSection{background-color:var(--alternate)}#professional_photo{max-width:350px}#opener div{display:flex;flex-wrap:wrap;justify-content:center}#opener div .para{flex-direction:column;max-width:400px;justify-content:center;padding:20px 0}@media (prefers-color-scheme: light){:root{color:#244562;background-color:#fff}}
