*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}ul,ol{list-style:none}*{overflow-wrap:break-word}body{background-color:#f0f0f0;font-family:Nunito,sans-serif;font-size:1rem}main,.home{max-width:1200px;margin:0 auto}h1{font-family:Gelasio,serif;font-size:clamp(3rem,5vw,6rem);font-weight:400;font-optical-sizing:auto}h2{font-family:Gelasio,serif;font-size:1.5rem;font-weight:600;font-optical-sizing:auto}h3{font-family:Gelasio,serif;font-size:1.25rem;font-weight:600;font-optical-sizing:auto}h1,h2{color:#d47738}h3,h4,h5,h6{color:#60788a}p{color:#25343d}section{margin:2rem}@media(min-width:48rem){section{margin:3rem 3rem 0}}@media(min-width:64rem){section{margin:8rem 3rem 0}}.divider-line{width:100%;height:2px;background-color:#b8b08d80}header{position:absolute;width:100%}@media(min-width:23.4375rem){header{margin:2rem 0}}header .nav{margin:0 auto;max-width:1200px;display:none}@media(min-width:48rem){header .nav{padding:0 2rem;display:flex;justify-content:space-evenly}}header .nav__link{font-family:Nunito,sans-serif;font-size:1.25rem;font-weight:800;font-optical-sizing:auto;text-transform:lowercase;color:#60788ab3;transition:color .3s ease}header .nav__link:hover,header .nav__link.active{color:#d47738}.home{margin:0;text-align:center;height:100vh}.home .hero{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.home .hero__image-wrapper{width:100%;overflow:hidden;display:flex;justify-content:center}.home .hero__image{min-width:900px;height:auto;object-fit:cover;object-position:center}.home .hero__heading{width:100%;text-align:center;letter-spacing:.5rem;word-wrap:break-word}@media(min-width:48rem){.home .hero__heading{letter-spacing:1rem}}.home .hero__tagline{color:#60788a;font-family:Nunito,sans-serif;font-size:1.5rem;font-weight:400;font-optical-sizing:auto}.home .hero__heading,.home .hero__tagline{margin:0 1rem}@media(min-width:64rem){.home .hero__heading,.home .hero__tagline{margin:0}}.about{margin-top:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.about__heading,.about__photo,.about__bio,.about__facts{margin-bottom:1rem}.about__heading{text-align:center}.about__photo{max-width:350px;width:100%;height:auto;border-radius:50%}@media(min-width:48rem){.about__photo{float:left;shape-outside:circle(50%);margin-right:1rem}}.about__facts{display:flex;flex-direction:column;gap:1rem;width:100%;background-color:#fff;padding:1.5rem;border-radius:1rem;border:solid #b8b08d 1px;text-align:center}@media(min-width:48rem){.about__facts{flex-direction:row;justify-content:space-evenly;border-radius:999px}}.about .fact{flex:1}.about .fact__description{font-size:.875rem;color:#8a8365;letter-spacing:-.05rem}.about .bio-container{display:flex;flex-direction:column;align-items:center;overflow:hidden}@media(min-width:48rem){.about .bio-container{display:block;align-self:flex-start}}.skills h3{margin:.5rem 0;font-family:Nunito,sans-serif;font-weight:400;text-transform:uppercase}.skills__card{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;text-align:center;background-color:#fff;width:100%;aspect-ratio:1/1;border:solid #b8b08d 1px;border-radius:1rem;box-shadow:0 2px 2px #b8b08d}@media(min-width:48rem){.skills__card{width:7rem}}.skills__card:hover{transform:translateY(-.2rem)}.skills__card p{font-weight:600;font-size:.875rem;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.skills__card img{max-width:100%;width:40%;aspect-ratio:1/1}.card-container{margin:0 0 1rem;width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}@media(max-width:300px){.card-container{grid-template-columns:repeat(auto-fit,minmax(70px,1fr))}}@media(min-width:23.4375rem){.card-container{grid-template-columns:repeat(4,1fr)}}@media(min-width:48rem){.card-container{display:flex;flex-wrap:wrap;column-gap:.5rem}}.efficiency{display:flex;flex-wrap:wrap;column-gap:1.5rem;margin-bottom:1rem}.efficiency__comfortable,.efficiency__learning,.efficiency__exploring{display:flex;gap:.5rem;font-size:.875rem}.circle-container{display:flex;justify-content:center;align-items:center;gap:2px}.circle-container .circle-filled,.circle-container .circle-unfilled{width:6px;height:6px;border-radius:50%}.circle-container .circle-filled{background-color:#d47738}.circle-container .circle-unfilled{background-color:#b8b08d}@media(min-width:48rem){.projects__list{margin:1rem 0;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}}.project{margin-top:1rem;background-color:#fff;padding:1rem;border:solid #b8b08d 1px;border-radius:1rem;transition:transform .2s ease}@media(min-width:48rem){.project{margin:0;padding:0;border-radius:0}}.project:hover{transform:scale(1.025);box-shadow:0 2px 4px #00000054}.project__link{display:block}.project__link--text{display:none}@media(min-width:48rem){.project__link--text{display:inline-block;padding:.5rem 1rem;background-color:#d47738;border-radius:999px;font-weight:600;color:#f0f0f0;transition:transform .2s ease}.project__link--text:hover{transform:scale(1.05)}}.project__image-wrapper{width:100%;background-color:#fff}@media(min-width:48rem){.project__image-wrapper{position:relative;overflow:hidden}}.project__image-wrapper img{display:block;width:100%}@media(min-width:48rem){.project__info{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:1rem;background-color:#25343df2;opacity:0;transition:opacity .5s ease}}@media(min-width:64rem){.project__info{padding:2rem}}.project__info:hover{opacity:1}.project__name{margin-top:.5rem}@media(min-width:48rem){.project__name{margin:0;color:#f0f0f0}}.project__description{text-align:left}@media(min-width:48rem){.project__description{color:#f0f0f0}}.project__tags{margin-top:.5rem;display:flex;flex-wrap:wrap;column-gap:.5rem;row-gap:.2rem}.project__tags .tag{background-color:#25343d;color:#f0f0f0;font-weight:600;font-size:.875rem;padding:.1rem .5rem;border-radius:999px;transition:background-color .3s ease}@media(min-width:48rem){.project__tags .tag{background-color:#f0f0f0;color:#25343d}}@media(min-width:64rem){.project__tags .tag{font-size:1rem}}.project__tags .tag:hover{background-color:#d47738;cursor:default}.contact{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}@media(min-width:48rem){.contact{margin-bottom:3rem}}.contact__text{margin-bottom:2rem}.contact__links{display:flex;flex-direction:column;gap:.5rem;max-width:350px;width:100%}.contact__links a{flex:1;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.5rem;background-color:#fff;padding:.7rem 0;border-radius:999px;border:solid #b8b08d 1px}.contact__links a img{max-width:100%;width:20px}.contact__links a:hover{transform:scale(1.05)}@media(min-width:48rem){.contact__links{flex-direction:row;gap:1.5rem;max-width:600px}}.contact .icon-attribution{margin-top:2rem}.icon-link{text-decoration:underline}.icon-link:hover{color:#8a8365}.footer{background-color:#25343d}.footer .footer-container{display:flex;justify-content:center;align-items:center;flex-direction:column-reverse;gap:1.5rem;margin:0 auto;max-width:1200px;padding:1.5rem 0}@media(min-width:48rem){.footer .footer-container{justify-content:space-between;flex-direction:row;padding-left:3rem;padding-right:3rem}}.footer__links{display:flex;flex-direction:column;align-items:center;gap:.5rem}@media(min-width:48rem){.footer__links{flex-direction:row;align-items:start;gap:1rem}}.footer__links a:hover{color:#60788a}.footer p,.footer a{color:#f0f0f0}
