@import url(https://use.typekit.net/ntz5foh.css);
*{padding:0;margin:0;box-sizing:border-box}
body{font-family:"acumin-pro",sans-serif}#root{background-color:#f5f5f5}a{text-decoration:none;color:inherit}.main-page-container{min-height:100vh}.main-page-container .greeting-backboard{background-color:#000}.--fade-in{animation:fadein .5s;animation-fill-mode:forwards}.--fade-in-slow{animation:fadein 1s;animation-fill-mode:forwards}.--fade-out{animation:fadeout .5s;animation-fill-mode:forwards}.--fade-out-slow{animation:fadeout 1s;animation-fill-mode:forwards}@keyframes fadein{from{opacity:0}to{opacity:1}}@keyframes fadeout{from{opacity:1}to{opacity:0}}
.greeting-container{background-color:#000;color:#fff;font-weight:700;font-size:5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100vw}.greeting-container .text-content .line-one{opacity:0;animation:fadein .7s linear;animation-fill-mode:forwards}.greeting-container .text-content .line-two{opacity:0;animation:fadein .7s linear;animation-delay:1.5s;animation-fill-mode:forwards}.greeting-container .text-content .line-three{opacity:0;animation:fadein .7s linear;animation-delay:3s;animation-fill-mode:forwards}.greeting-container .continue-button{opacity:0;margin-top:6rem;animation:fadein .7s linear;animation-delay:4.5s;animation-fill-mode:forwards}@media only screen and (max-width: 1100px){.greeting-container{font-size:3rem}}@media only screen and (max-width: 775px){.greeting-container{font-size:2rem}}
.about-me{width:100%;height:100%;padding:3rem 3rem}.about-me .content-container .profile-picture{width:100%;filter:grayscale(100%);object-fit:cover;border-radius:1rem}.about-me .content-container .info-section{font-weight:500;padding:1rem 0 0 0}.about-me .content-container .info-section .info-section-heading{font-size:1rem;font-weight:700;padding:0 0 1rem 0}.about-me .content-container .info-section .name{font-weight:700;font-size:1.2rem}.about-me .content-container .info-section .title{font-size:.9rem;color:#373737}.about-me .content-container .info-section .icon-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:1rem}.about-me .content-container .info-section .icon-grid .grid-element{display:flex;align-items:center;text-align:center;flex-direction:column;font-size:.7rem;color:#242424}.about-me .content-container .info-section .icon-grid .grid-element .grid-icon{font-size:1.5rem}.about-me .buttons-container .mobile-button{display:none}@media only screen and (max-width: 1750px){.about-me{padding:1.5rem 1.5rem}}@media only screen and (max-width: 1200px){.about-me{padding:1rem}.about-me .content-container .info-section .info-section-heading{font-size:.85rem}.about-me .content-container .info-section .name{font-weight:700;font-size:1.1rem}.about-me .content-container .info-section .title{font-size:.8rem;color:#373737}.about-me .content-container .info-section .--main-grid{grid-template-columns:1fr 1fr}.about-me .content-container .info-section .--grid-of-four{grid-template-columns:1fr 1fr}}@media only screen and (max-width: 775px){.about-me{width:100vw;min-height:90vh;height:unset;background-color:#fff;display:flex;flex-direction:column;align-items:center;padding:2rem 1rem 1rem 1rem}.about-me .content-container{flex-grow:1;display:flex;flex-direction:column;align-items:center}.about-me .content-container .profile-picture{object-fit:cover;flex-grow:1;width:300px}.about-me .content-container .info-section{display:flex;flex-direction:column;width:300px}.about-me .content-container .info-section .icon-grid{grid-template-columns:1fr 1fr 1fr 1fr;gap:1rem}.about-me .content-container .info-section .icon-grid .grid-element{font-size:.7rem}.about-me .content-container .info-section .icon-grid .grid-element .grid-icon{font-size:1.3rem}.about-me .buttons-container{display:flex;flex-direction:column}.about-me .buttons-container .mobile-button{display:block;margin:0 0 1rem 0;width:300px}.about-me .buttons-container .mobile-button:first-of-type{margin-top:1rem}}
.mainbio-container{background-color:#fff;display:flex;max-width:100%;height:100%;min-height:100vh;color:#000;max-width:1920px;margin:auto}.mainbio-container .left-column{position:sticky;top:0;width:20%;height:100%}.mainbio-container .right-column{flex-grow:1;min-width:75%;min-height:100vh;border-left:2px solid rgba(0,0,0,.5);position:relative}.mainbio-container .right-column .grid-title{font-weight:700;font-size:1.5rem;padding:3rem 3rem 1rem 3rem}.mainbio-container .right-column .grid-container{display:grid;grid-template-columns:1fr 1fr 1fr;gap:3rem;padding:0rem 3rem 3rem 3rem}.mainbio-container .right-column .grid-container .project-card{width:100%;height:auto}.--page-zoom-in{animation:pageZoomIn 2s ease-out;animation-delay:.3s}.--slide-up{top:-120% !important}@keyframes pageZoomIn{from{transform:scale(0.3)}to{transform:scale(1)}}@media only screen and (max-width: 1500px){.mainbio-container .left-column{width:25%}.mainbio-container .right-column{width:75%}.mainbio-container .right-column .grid-container{grid-template-columns:1fr 1fr}}@media only screen and (max-width: 1200px){.mainbio-container .left-column{width:20%}.mainbio-container .right-column{width:80%}}@media only screen and (max-width: 775px){.mainbio-container{flex-direction:column}.mainbio-container .left-column{top:0;width:100%;position:fixed;z-index:99;transition:.5s}.mainbio-container .mobile-menu-bar{display:flex;align-items:center;justify-content:center;font-size:1rem;padding:.5rem 0;background-color:#000;color:#fff;font-weight:500;position:sticky;top:0;z-index:10}.mainbio-container .right-column{width:100%;border-left:none}.mainbio-container .right-column .grid-title{padding:1.5rem 1.5rem 2rem 1.5rem}.mainbio-container .right-column .grid-container{padding:0rem 1.5rem 1.5rem 1.5rem;grid-template-columns:1fr}}
.project-card{display:flex;flex-direction:column;transition:.3s}.project-card .project-thumbnail{width:100%;aspect-ratio:16/9;object-fit:cover;background-color:gray;border:1px solid #000}.project-card .project-name{font-size:1.2rem;font-weight:600;text-decoration:none !important}.project-card:hover{transform:scale(1.05)}.project-card:hover .project-thumbnail{box-shadow:0 0 .7rem rgba(0,0,0,.7)}
.modal{position:absolute;top:0%;left:0%;background-color:#fff;height:100%;width:100%;position:relative;color:#000;z-index:5;padding:4rem 6rem}.modal .close-button{font-size:2rem;position:absolute;top:0;right:0;margin:1rem;cursor:pointer}.modal .content{width:100%}.modal .content .top-content{display:flex;width:100%;margin-bottom:3rem}.modal .content .top-content .project-image{object-fit:cover;max-height:400px;max-width:400px;border:1px solid #000}.modal .content .top-content .top-info{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;padding-right:2rem}.modal .content .top-content .top-info .project-name-and-description .project-name{font-weight:700;font-size:2rem;margin-bottom:1.5rem}.modal .content .top-content .top-info .project-name-and-description .project-description{margin-bottom:1rem}.modal .content .top-content .top-info .project-links{display:flex}.modal .content .top-content .top-info .project-links .project-link{display:flex;flex-direction:column;align-items:center;margin-right:2rem;font-size:.9rem;font-weight:300;text-decoration:none;color:inherit}.modal .content .top-content .top-info .project-links .project-link .project-link-icon{font-size:2.5rem}.modal .content .main-features{font-weight:600;margin-bottom:2rem}.modal .content .main-features .feature-list{font-weight:400;font-style:italic}.modal .content .feature-paragraphs .feature-paragraph{margin-bottom:2rem}.modal .content .feature-paragraphs .feature-paragraph .feature-title{font-weight:700;font-size:1.2rem;margin-bottom:1rem}@media only screen and (max-width: 1750px){.modal{padding:3rem 4rem}}@media only screen and (max-width: 1450px){.modal{padding:3rem 3rem}.modal .content .top-content{flex-direction:column-reverse;align-items:center}.modal .content .top-content .top-info{margin-top:3rem;width:100%}}@media only screen and (max-width: 775px){.modal{padding:4rem 1rem;top:0}.modal .content .top-content{margin-bottom:2rem}.modal .content .top-content .project-image{max-width:unset;max-height:unset;width:100%}.modal .content .top-content .top-info .project-links .project-link .project-link-icon{font-size:2rem}}
.animation-container{overflow:hidden;position:absolute;height:100vh;width:100vw}.animation-container .left-slice,.animation-container .right-slice{width:0;height:0;position:absolute;top:0;left:0;z-index:99}.animation-container .left-slice{border-right:101vw solid rgba(0,0,0,0);border-top:101vh solid #000;animation:slide-left 2s;animation-fill-mode:forwards;animation-delay:.3s}.animation-container .right-slice{border-left:100vw solid rgba(0,0,0,0);border-bottom:100vh solid #000;animation:slide-right 2s;animation-fill-mode:forwards;animation-delay:.3s}@keyframes slide-right{to{transform:translateX(120%)}}@keyframes slide-left{to{transform:translateX(-120%)}}
