@import"https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{background-color:#f5efe6;color:#3d3530;font-family:Montserrat Alternates,sans-serif;font-size:100%;scroll-behavior:smooth;-webkit-text-size-adjust:100%;min-height:100%;overscroll-behavior:none}#root{height:100vh;display:flex;flex-direction:column}img,picture,video,svg{display:block;max-width:100%}a{text-decoration:none;color:inherit}ul,ol{list-style:none}button,input,textarea,select{font:inherit;color:inherit;background:none;border:none;outline:none}button{cursor:pointer}h1{font-size:5rem;font-family:Montserrat Alternates,sans-serif;font-weight:300}h2{font-size:4rem;font-weight:300}h3{font-size:3rem;font-weight:300}h4{font-size:2rem;font-weight:300}section{padding:2rem;width:65%;max-width:800px}.container{font-family:raleway,sans-serif;display:flex;flex-direction:column;align-items:center;font-weight:400;flex:1;margin-top:2rem}.home-container{display:flex;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2rem}.home-container__title{display:flex;flex-direction:column;text-align:center;line-height:1.2}.home-container__title h1{font-size:10rem;font-weight:300}.home-container__title h2{font-family:Raleway,sans-serif;font-weight:300;color:#2c3828}@media screen and (max-width:768px){.home-container{justify-content:center;padding:5rem;gap:2rem}.home-container__title{margin-left:.5rem}.home-container__title h1{line-height:1;font-size:5.5rem}.home-container__title{gap:1rem}.home-container__title h2{font-size:1.5rem}}.home-navbar__list{display:flex;gap:1rem}.home-navbar__link{font-family:Raleway,serif;font-size:1.5rem;transition:color ease-in .2s}.home-navbar__link:hover{color:#c8946a}@media screen and (max-width:768px){.home-navbar__link{font-weight:600;font-size:2rem}}.about-section,.education-section{font-size:1.2rem}.about-img{display:flex;flex-direction:column;align-items:center;height:auto;max-width:150px;margin-right:25px;margin-bottom:10px;float:left}.about-img img{border-radius:10px;border:3px solid #8FAF8A}.img-caption{font-size:1rem}.about-title,.skill-title{margin-bottom:1rem}.skill-grid{display:grid;grid-template-columns:repeat(5,1fr);row-gap:1rem}.skill-grid__item{padding:.5rem;justify-self:start;border-left:3px solid #8FAF8A;transition:background-color ease-in .2s;cursor:pointer}.skill-grid__item:hover{background-color:#8faf8a59}.education-section ul{list-style:circle}.resume-link{font-size:4rem;transition:color ease-in .2s}.resume-link:hover{color:#8faf8a}@media screen and (min-width:768px)and (max-width:1023px){section{width:60%}}@media screen and (max-width:767px){section{width:100%}.about-section__content{flex-direction:column}.skill-grid{grid-template-columns:repeat(2,1fr);row-gap:1rem}}.nav-list{display:flex;gap:1rem;align-items:center}.navbar-link{font-size:1.5rem;transition:color ease-in .2s}.navbar-link:hover{color:#c8946a}@media screen and (max-width:767px){.navbar{display:none}}.header-container{box-shadow:0 2px 12px #0000001a;padding:1rem}header{font-family:Montserrat Alternates,sans-serif;display:flex;align-items:center;justify-content:space-between;width:80%;margin:0 auto}.burger-menu,.mobile-menu{display:none}@media screen and (max-width:767px){.home-link{font-size:1.5rem}.burger-menu{display:inline;height:3rem}.mobile-menu{display:block;position:fixed;top:0;transform:translate(-100%);height:100vh;width:100vw;background-color:#000000e6;transition:transform ease .3s;z-index:1000}.open-menu{transform:translate(0)}.mobile-menu__closebtn{display:flex;justify-content:flex-end;padding:1rem 2rem}.mobile-menu__closebtn svg{height:50px;color:#f5efe6;stroke:#f5efe6;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.mobile-menu__nav{color:#f5efe6;display:flex;flex-direction:column;justify-items:center;align-items:center;font-size:5rem}.social-links{display:flex;gap:1rem}}footer{text-align:center;display:flex;justify-content:center;gap:4rem;margin-top:2rem}.modal-overlay{position:fixed;top:0;left:0;height:100vh;width:100vw;background-color:#00000080}.cat-fact-modal{box-shadow:0 2px 12px #00000029;display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#f5efe6;border-radius:10px;padding:1.5rem;font-size:1.5rem;width:50%}.gandalf{display:flex;margin-left:auto;align-items:center;gap:1rem;font-size:1rem;font-style:italic}.modal-img{border-radius:100%;height:100px;width:auto;border:3px solid #8FAF8A}@media screen and (max-width:767px){.cat-fact-modal{font-size:1.25rem;width:90%}}.works{box-shadow:none;display:flex;flex-direction:column;gap:1rem}.work-card{padding:1rem;border-radius:5px;display:flex;flex-direction:column;gap:1rem;flex:1}.work-title{font-size:3rem;font-weight:300}.project-image-wrapper{position:relative}.project-image{height:auto;width:100%}.project-image-wrapper:after{content:"";position:absolute;bottom:0;left:0;right:0;height:70%;background:linear-gradient(to bottom,transparent,#f5efe6)}.project-links{display:flex;gap:2rem}.tech-stack{display:flex;flex-wrap:wrap;gap:.5rem}.tech-stack__item{background-color:#8faf8a;border-radius:5px;padding:.5rem}.contact-form,.contact-form div{display:flex;flex-direction:column}.contact-form{gap:1rem}.contact-form div{gap:.5rem}.email,.message,.name{border:solid 2px #3d3530;border-radius:5px;padding:.5rem;font-size:1.5rem}textarea{resize:vertical}.submit-btn{cursor:pointer;background-color:#8faf8a;width:50%;border-radius:5px;margin:auto;padding:1rem;font-size:1.2rem}@media screen and (max-width:767px){.submit-btn{width:100%}}
