@import url(https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap);.custom-cursor{--mouse-x:-100;--mouse-y:-100;width:16px;height:16px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:fixed;pointer-events:none;left:var(--mouse-x);top:var(--mouse-y)}.custom-cursor.delayed{width:12px;height:12px;transition:top .5s linear,left .5s linear}.oldhome{cursor:none}.bio-container{display:flex;flex-direction:row;justify-content:space-between;margin:0 auto;width:70%;border-top:2px solid #d3d3d3;border-bottom:2px solid #d3d3d3}.bio-container>img{width:calc(25% - 5rem);margin:auto 2.5rem;border:1.25rem solid #fff;height:100%}.bio-container>p{text-align:left;margin:1rem 2rem;max-width:calc(75% - 4rem);height:-webkit-max-content;height:max-content}.bio-links{display:flex;width:70%;margin:0 auto 6rem;border-bottom:2px solid #d3d3d3}.bio-links>a{font-family:brandon-grotesque,sans-serif;letter-spacing:.1rem;text-transform:lowercase;font-size:1.2rem;width:25%;padding:1.5rem 0;margin:0 2rem;text-align:center;text-decoration:none;color:#000;font-weight:600}.code-container{display:flex;flex-direction:row;text-align:center;align-items:center}.code-container>button:first-child,.code-container>button:last-child{margin:auto;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:8rem}.code-images{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;border-top:2px solid #d3d3d3;border-bottom:2px solid #d3d3d3}.code-images>img{display:block;height:32rem;width:64rem;object-fit:cover}.section-text{text-align:center;font-size:1.5rem}@media screen and (orientation:portrait){.bio-container{flex-direction:column}.bio-container>img{width:100%;margin:1rem auto 0;border:none}.bio-container>p{margin-left:0;margin-right:0;max-width:100%}.bio-links{flex-direction:column;width:70%;text-align:center}.bio-links>a{width:100%;margin:0}.code-images{display:flex;justify-content:center}.code-images>img{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.code-container>button:first-child,.code-container>button:last-child{font-size:3rem}.section-text{font-size:1.2rem;height:4rem;margin:2rem}}.color-container{display:flex;justify-content:center}.colorbox{padding:10%;font-size:30px}#colorbox1{border-radius:10% 0 0 10%}#colorbox3{border:0;border-radius:0 10% 10% 0}.slider{width:99.3%}.slider-container{max-width:63%;display:flex;flex-direction:column;margin:2rem auto 0}.answer-box{margin:0 auto 1rem}.answer-box,.difference-box{height:36px;text-align:center;max-width:-webkit-max-content;max-width:max-content;font-family:"Gill Sans","Gill Sans MT",Calibri,"Trebuchet MS",sans-serif}.difference-box{font-size:1.5rem;margin:0 auto 4rem}.hue-options{display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;flex-direction:row;margin:0 auto}.hue-option:first-child{border-radius:30% 0 0 30%}.hue-option:nth-child(10){border-radius:0 30% 30% 0}.hue-option{height:2rem;width:2rem;outline-offset:-2px;cursor:pointer}.hue-random{margin:auto 1rem;padding:0 .8rem;border-radius:.5rem;box-sizing:border-box;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer;-webkit-user-select:none;user-select:none}.text-field{height:36px;font-size:1.2rem;text-align:center;margin:0 auto 1rem;max-width:-webkit-max-content;max-width:max-content;height:-webkit-max-content;height:max-content;font-family:"Gill Sans","Gill Sans MT",Calibri,"Trebuchet MS",sans-serif}.text-container{display:flex;justify-content:center;flex-direction:row}.text-box{margin:4% 0;padding:3rem;border-right:3px;border-left:0;width:30%;border-style:none solid;border-color:#00c277;flex-direction:row}.text-box:last-child{border-right:none}.text-box>h1{margin-top:0;font-family:"Permanent Marker"}.text-box>p{font-size:1.4rem;font-family:"Gill Sans","Gill Sans MT",Calibri,"Trebuchet MS",sans-serif}.button-icon{cursor:pointer;width:2rem;height:2rem;background-color:#fff;padding:.5rem;border-radius:50%;background-color:none;font-size:2rem;text-align:center}@media screen and (orientation:portrait){.slider-container{max-width:68%}.hue-random{margin:0 auto 2rem}.text-container{flex-direction:column}.text-box>h1{font-size:2rem}.text-box{width:70%;margin:1rem auto;border-style:none}}.words-holder{font-size:3rem}.reset-button,.words-holder{width:75%;margin:1rem auto 3rem;padding:1rem;text-align:center;font-family:"Gill Sans","Gill Sans MT",Calibri,"Trebuchet MS",sans-serif}.reset-button{font-size:2rem;border:2px solid;border-radius:.5rem;box-sizing:border-box;cursor:pointer;-webkit-user-select:none;user-select:none}.settings-popup{justify-content:center}.settings-option{margin:auto 1rem;padding:0 .8rem;border-radius:.5rem;box-sizing:border-box;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer;-webkit-user-select:none;user-select:none}.portfolio-container{overflow:hidden}#portfolio{width:100vw;height:calc(100vh - 10rem);cursor:grab}#portfolio:active:hover{cursor:grabbing}@media screen and (orientation:portrait){#portfolio{height:calc(100vh - 16rem)}}.tests{background:#fff}.clip-animation{width:100px;height:100px;background-color:#00c277;cursor:pointer;-webkit-clip-path:polygon(10% 10%,80% 20%,90% 90%,20% 80%);clip-path:polygon(10% 10%,80% 20%,90% 90%,20% 80%)}.clip-animation-2{-webkit-clip-path:polygon(10% 5%,90% 15%,85% 92%,7% 90%);clip-path:polygon(10% 5%,90% 15%,85% 92%,7% 90%)}.button-wrapper:hover .clip-animation-2{-webkit-animation:clip2 .5s infinite;animation:clip2 .5s infinite;cursor:pointer}.button-wrapper{-webkit-transform:rotate(-4deg);transform:rotate(-4deg);width:480px;height:120px;display:flex;justify-content:center;align-items:center;position:relative;left:-32px}.test-dropshadow{position:absolute;width:100%;height:100%;-webkit-filter:drop-shadow(8px 8px 0 #000);filter:drop-shadow(8px 8px 0 #000000)}.button-text{-webkit-transform:rotate(1deg);transform:rotate(1deg);text-align:center;z-index:1;font-size:56px;font-weight:bolder;cursor:pointer;font-family:"Roboto Slab",serif}.diagonal-wrapper{width:100%;display:flex;justify-content:center;align-items:center;height:100%}.diagonal{position:absolute;width:640px;height:120vh;-webkit-transform:rotate(4deg);transform:rotate(4deg)}.rect-section{-webkit-clip-path:polygon(-2.16% 31.48%,106.9% 25.5%,98.69% 69.77%,.16% 70.82%);clip-path:polygon(-2.16% 31.48%,106.9% 25.5%,98.69% 69.77%,.16% 70.82%)}.green-rect{-webkit-clip-path:polygon(0 0,100% 0,90% 100%,0 100%);clip-path:polygon(0 0,100% 0,90% 100%,0 100%)}.diagonal-content{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.test-h1{left:16px;margin:0;font-size:5rem;-webkit-filter:drop-shadow(6px 6px 0 #000);filter:drop-shadow(6px 6px 0 #000000);-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}.test-h1,.test-p{position:relative;font-family:"Roboto Slab",serif;color:#fff}.test-p{font-size:1.5rem;margin:80px 0;right:16px;z-index:1;max-width:400px;text-align:center}@-webkit-keyframes clip{0%{-webkit-clip-path:polygon(20% 20%,80% 20%,90% 90%,20% 80%);clip-path:polygon(20% 20%,80% 20%,90% 90%,20% 80%)}50%{-webkit-clip-path:polygon(22% 18%,84% 26%,84% 88%,18% 84%);clip-path:polygon(22% 18%,84% 26%,84% 88%,18% 84%)}to{-webkit-clip-path:polygon(20% 20%,80% 20%,90% 90%,20% 80%);clip-path:polygon(20% 20%,80% 20%,90% 90%,20% 80%)}}@keyframes clip{0%{-webkit-clip-path:polygon(20% 20%,80% 20%,90% 90%,20% 80%);clip-path:polygon(20% 20%,80% 20%,90% 90%,20% 80%)}50%{-webkit-clip-path:polygon(22% 18%,84% 26%,84% 88%,18% 84%);clip-path:polygon(22% 18%,84% 26%,84% 88%,18% 84%)}to{-webkit-clip-path:polygon(20% 20%,80% 20%,90% 90%,20% 80%);clip-path:polygon(20% 20%,80% 20%,90% 90%,20% 80%)}}@-webkit-keyframes clip2{0%{-webkit-clip-path:polygon(10% 5%,90% 15%,85% 92%,7% 90%);clip-path:polygon(10% 5%,90% 15%,85% 92%,7% 90%)}50%{-webkit-clip-path:polygon(8% 7%,92% 13%,83% 95%,10% 95%);clip-path:polygon(8% 7%,92% 13%,83% 95%,10% 95%)}to{-webkit-clip-path:polygon(10% 5%,90% 15%,85% 92%,7% 90%);clip-path:polygon(10% 5%,90% 15%,85% 92%,7% 90%)}}@keyframes clip2{0%{-webkit-clip-path:polygon(10% 5%,90% 15%,85% 92%,7% 90%);clip-path:polygon(10% 5%,90% 15%,85% 92%,7% 90%)}50%{-webkit-clip-path:polygon(8% 7%,92% 13%,83% 95%,10% 95%);clip-path:polygon(8% 7%,92% 13%,83% 95%,10% 95%)}to{-webkit-clip-path:polygon(10% 5%,90% 15%,85% 92%,7% 90%);clip-path:polygon(10% 5%,90% 15%,85% 92%,7% 90%)}}.overlay{position:absolute;z-index:5;overflow:hidden}.canvas,.overlay{height:100%;width:100%}#forest,#me{height:100vh;width:100vh;display:none}.svg{width:100%;height:100%}.button{border:none;background-color:#e2e565;-webkit-clip-path:polygon(4% 0,100% 0,94% 100%,0 100%);clip-path:polygon(4% 0,100% 0,94% 100%,0 100%);-webkit-transform:rotate(-2deg);transform:rotate(-2deg);width:-webkit-max-content;width:max-content}.button:hover{cursor:pointer}.button>p{font-family:"Roboto Slab",serif;font-size:3rem;font-weight:800;margin:0;padding:1rem 4rem;color:#000}.button.small{-webkit-transform:none;transform:none}.button.small>p{font-size:2rem;padding:.25rem 2rem}.button.pattern-s{-webkit-clip-path:polygon(4% 0,100% 0,94% 100%,0 100%);clip-path:polygon(4% 0,100% 0,94% 100%,0 100%)}.button.pattern-z{-webkit-clip-path:polygon(0 0,96% 0,100% 100%,4% 100%);clip-path:polygon(0 0,96% 0,100% 100%,4% 100%)}.button.pattern-w{-webkit-clip-path:polygon(0 0,100% 0,94% 100%,4% 100%);clip-path:polygon(0 0,100% 0,94% 100%,4% 100%)}.button.pattern-m{-webkit-clip-path:polygon(4% 0,96% 0,100% 100%,0 100%);clip-path:polygon(4% 0,96% 0,100% 100%,0 100%)}.button.turn-left,.button.turn-right{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.button.turn-right:hover{-webkit-transform:rotate(-1deg);transform:rotate(-1deg)}.button.turn-left:hover{-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}@media (max-width:1000px){.button>p{font-size:2rem;padding:.5rem 2rem}.button.small>p{font-size:1.5rem}}@media (min-width:1001px) and (max-width:1400px){.button>p{font-size:2.5rem;padding:.75rem 3rem}.button.small>p{font-size:1.5rem}}@-webkit-keyframes load-track{0%{left:50%}to{left:20%}}@keyframes load-track{0%{left:50%}to{left:20%}}.image-track{display:flex;flex-direction:row;position:relative;left:50%;-webkit-animation:load-track 2s forwards;animation:load-track 2s forwards;cursor:grab}.image-track:active{cursor:grabbing}.image-track>div>img{width:40vmin;height:60vmin;margin:0 4vmin;object-fit:cover;object-position:0 center;-webkit-user-select:none;user-select:none}@media screen and (orientation:portrait){.image-track{display:flex;flex-direction:column;justify-content:space-between;margin:2rem auto;width:90%;position:static}.image-track>div{width:100%;margin:0 0 2rem}.image-track>div:last-child{margin:0}.image-track>div>img{height:100%;width:100%;margin:0;object-fit:cover}}.menu_button-wrapper{position:fixed;left:2rem;top:2rem;z-index:2}.menu_button{display:flex;justify-content:center;align-items:center;width:6rem;height:6rem;background-color:#577355;-webkit-filter:drop-shadow(8px 8px 0 #000);filter:drop-shadow(8px 8px 0 #000000);-webkit-clip-path:polygon(10% 10%,97.5% 7.5%,92.5% 92.5%,7.5% 87.5%);clip-path:polygon(10% 10%,97.5% 7.5%,92.5% 92.5%,7.5% 87.5%);cursor:pointer}.menu_button p{color:#fff}.menu_button>svg{font-size:2.5rem;color:#fff;-webkit-filter:drop-shadow(4px 4px 0 #000);filter:drop-shadow(4px 4px 0 #000000)}.menu-wrapper{position:fixed;z-index:4;width:45%;transition:left .5s}.menu-container{background-color:#577355;-webkit-clip-path:polygon(0 0,100% 0,95% 100%,0 97.5%);clip-path:polygon(0 0,100% 0,95% 100%,0 97.5%)}.menu-bar{padding:4rem 0}.menu-bar>div{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:0 4rem 0 2rem}.menu-bar:first-child>div{margin:0 2rem}.menu-bar:first-child{padding:2rem 0}.menu-bar:first-child p,.menu-bar div>.menu_button{color:#fff}.menu-bar:first-child div .button{margin:0 2rem;display:flex;align-items:center;color:#fff;background-color:#435347}.menu-bar:first-child div .button>p{-webkit-filter:drop-shadow(4px 4px 0 #000);filter:drop-shadow(4px 4px 0 #000000)}.menu-bar .menu_button{background-color:#435347}.menu-bar .active .button{-webkit-text-decoration:underline solid 4px;text-decoration:underline solid 4px;text-underline-offset:2px}.menu-bar.top{-webkit-clip-path:polygon(0 0,100% 10%,100% 90%,0 100%);clip-path:polygon(0 0,100% 10%,100% 90%,0 100%)}.menu-bar.bottom{-webkit-clip-path:polygon(0 10%,100% 0,100% 100%,0 100%);clip-path:polygon(0 10%,100% 0,100% 100%,0 100%)}.menu-bar.top>div{justify-content:flex-start}.menu-bar.middle>div{justify-content:center}.menu-bar.bottom>div{justify-content:flex-end}.menu-bar:nth-child(2n){background-color:#435347}.menu-blackout{position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);z-index:3}@media screen and (orientation:portrait){.menu_button-wrapper{top:1rem;left:1rem}.menu_button{width:4rem;height:4rem}.menu_button>svg{font-size:1.5rem}.menu-container{width:100vw;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 98.75%);clip-path:polygon(0 0,100% 0,100% 100%,0 98.75%)}.menu-bar:first-child{padding:1rem 0;margin:0}.menu-bar>div{margin:0 1rem!important}.menu-bar{padding:3rem 0}}.imageview-blackout,.videoview-blackout{position:fixed;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.5);z-index:4}.imageview-blackout>img,.videoview-blackout>iframe{width:90%;height:90%;object-fit:contain}.zoomable-image{cursor:zoom-in;overflow:hidden}.zoomable-image:hover>.newercontent-project-img{-webkit-transform:scale(1.05);transform:scale(1.05)}.zoomable-video{cursor:pointer;overflow:hidden}.body{margin:0!important}.section{margin:2rem auto 6rem}.divider{border:0;margin:0;border-top:2px solid #d3d3d3}.title{font-size:3.5rem;margin:1.5rem auto;text-align:center;font-family:"Permanent Marker";letter-spacing:.6rem}.navbar-container{display:flex;justify-content:space-between;padding:.5rem 3rem}.navbar-links{display:flex}.menu-content>.menu-item,.navbar-home>.navbar-item,.navbar-links>.navbar-item{font-family:brandon-grotesque,sans-serif;letter-spacing:.1rem;text-transform:lowercase;font-size:1.2rem;text-decoration:none;color:#000}.navbar-links>a:hover{text-decoration:none}.navbar-home>.navbar-item{border-right:1px solid #d3d3d3;border-left:1px solid #d3d3d3}.navbar-item{padding:1rem;display:inline-block;border-left:1px solid #d3d3d3;cursor:pointer}.navbar-item>svg{font-size:1.3rem}.navbar-item-rightmost{min-width:64px;background-color:#fff;border:1px solid #d3d3d3;border-top:none;border-bottom:none}.menu{position:absolute;background-color:#fff;right:0;padding-right:3rem;width:-webkit-max-content;width:max-content;height:-webkit-max-content;height:max-content;box-shadow:0 0 10px #85888c}.menu-content{display:flex;flex-direction:column}.menu-item{padding:1rem;display:inline-block;border-bottom:1px solid #d3d3d3}.menu-item-bottom{border:none}.settings-container{width:75%;margin:0 auto;font-size:1.5rem;font-family:"Gill Sans","Gill Sans MT",Calibri,"Trebuchet MS",sans-serif}.settings-button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:1.2rem;margin:0 auto 2rem;padding:.2rem .5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.settings-popup{flex-direction:column}.settings-label{text-align:center;padding-top:.5rem;border-top:2px solid #d3d3d3}.settings-label:first-child{border-top:none}.settings-setting{display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;flex-direction:row;margin:1rem auto}.footer-question{font-size:1.2rem;text-align:center;margin:1rem auto;max-width:-webkit-max-content;max-width:max-content;height:-webkit-max-content;height:max-content;font-family:"Gill Sans","Gill Sans MT",Calibri,"Trebuchet MS",sans-serif}.footer-question>a{text-decoration:none;color:#4287f5}.footer-text{font-family:"Gill Sans","Gill Sans MT",Calibri,"Trebuchet MS",sans-serif;margin:auto;color:grey;text-align:center}.game-container{overflow:hidden}@media screen and (orientation:portrait){.title{font-size:2.5rem}.settings-container{margin:0;width:100%}.navbar-container{display:flex;justify-content:space-between;padding:0 0 .5rem}.navbar-item{display:none}.navbar-home>.navbar-item,.navbar-item-rightmost{display:inline-block}.settings-setting{flex-direction:column}}.home{background-image:var(--bg-image-forest);background-size:cover;background-position:50%;height:100vh;overflow:hidden}.home-container{display:grid;justify-content:center;grid-template-columns:40% 60%}.home-picture-container{position:relative;right:-15%;z-index:1;display:flex;height:100vh;flex-direction:row;justify-content:flex-end;align-items:center;-webkit-animation-name:picture-fly-in;animation-name:picture-fly-in;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease;animation-timing-function:ease}.home-picture{width:40vw}.home-diagonal{position:relative;left:-15%;background-color:var(--bg-color-light);height:100vh;box-sizing:border-box;padding:0 20%;display:flex;flex-direction:column;justify-content:center;align-items:center;-webkit-clip-path:polygon(20% 0,100% 0,80% 100%,10% 100%);clip-path:polygon(20% 0,100% 0,80% 100%,10% 100%);-webkit-animation-name:diagonal-fly-in;animation-name:diagonal-fly-in;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease;animation-timing-function:ease}.home-diagonal-title{text-align:right;font-size:5rem;white-space:nowrap;margin:0;right:-10%;-webkit-transform:rotate(-2deg);transform:rotate(-2deg);-webkit-filter:drop-shadow(8px 8px 0 #000);filter:drop-shadow(8px 8px 0 #000000)}.home-diagonal-text,.home-diagonal-title{font-family:var(--text-font);color:var(--text-color-light);position:relative}.home-diagonal-text{text-align:center;font-size:1.6rem;margin:10% 0;width:90%;right:-5%;-webkit-clip-path:polygon(0 8%,100% 0,100% 100%,0 94%);clip-path:polygon(0 8%,100% 0,100% 100%,0 94%);background-color:var(--bg-color-dark);padding:10% 50%}@-webkit-keyframes picture-fly-in{0%{top:-100vh;right:-35%}50%{top:-100vh;right:-35%}to{top:0;right:-15%}}@keyframes picture-fly-in{0%{top:-100vh;right:-35%}50%{top:-100vh;right:-35%}to{top:0;right:-15%}}@-webkit-keyframes diagonal-fly-in{0%{top:100vh;left:-25%}50%{top:100vh;left:-25%}to{top:0;left:-15%}}@keyframes diagonal-fly-in{0%{top:100vh;left:-25%}50%{top:100vh;left:-25%}to{top:0;left:-15%}}@media (max-width:1000px){.home-diagonal-title{font-size:3rem}.home-diagonal-text{font-size:1rem}}@media (min-width:1001px) and (max-width:1600px){.home-diagonal-title{font-size:4rem}.home-diagonal-text{font-size:1.3rem}}@media screen and (orientation:portrait){.home-container{grid-template-columns:1fr}.home-picture-container{position:relative;right:-5%;top:5vh;z-index:1;display:flex;height:40vh;flex-direction:row;justify-content:center;align-items:center}.home-picture{height:100%;width:auto}.home-diagonal{height:60vh;width:120vw;position:relative;left:0;padding:0;-webkit-clip-path:polygon(0 4%,100% 0,100% 96%,0 100%);clip-path:polygon(0 4%,100% 0,100% 96%,0 100%)}.home-diagonal-title{position:relative;right:0;-webkit-filter:drop-shadow(6px 6px 0 #000);filter:drop-shadow(6px 6px 0 #000000)}.home-diagonal-text{margin:2vh 0;width:90vw;position:relative;right:0;-webkit-clip-path:polygon(0 4%,100% 0,100% 100%,0 94%);clip-path:polygon(0 4%,100% 0,100% 100%,0 94%);background-color:var(--bg-color-dark);padding:5% 50%}@-webkit-keyframes picture-fly-in{0%{top:-100vh;right:-35%}50%{top:-100vh;right:-35%}to{top:5vh;right:-5%}}@keyframes picture-fly-in{0%{top:-100vh;right:-35%}50%{top:-100vh;right:-35%}to{top:5vh;right:-5%}}@-webkit-keyframes diagonal-fly-in{0%{top:100vh;left:-25%}50%{top:100vh;left:-25%}to{top:0;left:0}}@keyframes diagonal-fly-in{0%{top:100vh;left:-25%}50%{top:100vh;left:-25%}to{top:0;left:0}}}.more{background-image:var(--bg-image-forest);background-size:cover;background-position:50%;height:100vh;overflow:hidden}.more-container{flex-direction:column}.more-container,.more-item{display:flex;align-items:center;width:100vw}.more-item{background-size:cover;background-position:50%;justify-content:flex-start;background-blend-mode:luminosity;background-color:#7b8a7b;transition:background-color .5s}.more-item:hover{background-color:unset}.more-item-1{position:relative;height:35vh;-webkit-animation-name:more-item-fly-in-right;animation-name:more-item-fly-in-right;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:ease;animation-timing-function:ease}.more-item-2{flex-direction:row-reverse;top:-10vh;z-index:1;-webkit-clip-path:polygon(0 0,100% 5vh,100% calc(100% - 8vh),0 calc(100% - 1vh));clip-path:polygon(0 0,100% 5vh,100% calc(100% - 8vh),0 calc(100% - 1vh));-webkit-animation-name:more-item-fly-in-left;animation-name:more-item-fly-in-left;-webkit-animation-timing-function:ease;animation-timing-function:ease}.more-item-2,.more-item-3{position:relative;height:40vh;-webkit-animation-duration:2s;animation-duration:2s}.more-item-3{top:-25vh;-webkit-animation-name:more-item-fly-in-right;animation-name:more-item-fly-in-right;-webkit-animation-timing-function:ease;animation-timing-function:ease}.more-divider{height:5vh;width:110vw;-webkit-filter:drop-shadow(8px 8px 0 #000);filter:drop-shadow(8px 8px 0 #000000)}.more-divider-content{background-color:#577355;width:100%;height:100%}.more-divider-1{-webkit-transform:rotate(2.2deg);transform:rotate(2.2deg);top:-5vh;-webkit-animation-name:divider-fly-in-left;animation-name:divider-fly-in-left;-webkit-animation-timing-function:ease;animation-timing-function:ease}.more-divider-1,.more-divider-2{position:relative;z-index:2;-webkit-animation-duration:1s;animation-duration:1s}.more-divider-2{-webkit-transform:rotate(-3deg);transform:rotate(-3deg);top:-17.5vh;-webkit-animation-name:divider-fly-in-right;animation-name:divider-fly-in-right;-webkit-animation-timing-function:ease;animation-timing-function:ease}.more-divider-1>.more-divider-content{-webkit-clip-path:polygon(0 0,100% 30%,100% 70%,0 100%);clip-path:polygon(0 0,100% 30%,100% 70%,0 100%)}.more-divider-2>.more-divider-content{-webkit-clip-path:polygon(0 30%,100% 0,100% 100%,0 70%);clip-path:polygon(0 30%,100% 0,100% 100%,0 70%)}.more-button-1{position:relative;top:-2vh;left:15vw}.more-button-2{position:relative;top:-2vh;-webkit-transform:rotate(4deg);transform:rotate(4deg);right:5vw}.more-button-3{position:relative;-webkit-transform:rotate(-2deg);transform:rotate(-2deg);top:5vh;left:10vw}@-webkit-keyframes divider-fly-in-left{0%{top:-10vh;left:-120vw}50%{top:-10vh;left:-120vw}to{top:-5vh;left:0}}@keyframes divider-fly-in-left{0%{top:-10vh;left:-120vw}50%{top:-10vh;left:-120vw}to{top:-5vh;left:0}}@-webkit-keyframes divider-fly-in-right{0%{top:-22.5vh;right:-120vw}50%{top:-22.5vh;right:-120vw}to{top:-17.5vh;right:0}}@keyframes divider-fly-in-right{0%{top:-22.5vh;right:-120vw}50%{top:-22.5vh;right:-120vw}to{top:-17.5vh;right:0}}@-webkit-keyframes more-item-fly-in-left{0%{left:-120vw}25%{left:-120vw}50%{left:-120vw}75%{left:-120vw}to{left:0}}@keyframes more-item-fly-in-left{0%{left:-120vw}25%{left:-120vw}50%{left:-120vw}75%{left:-120vw}to{left:0}}@-webkit-keyframes more-item-fly-in-right{0%{right:-120vw}25%{right:-120vw}50%{right:-120vw}75%{right:-120vw}to{right:0}}@keyframes more-item-fly-in-right{0%{right:-120vw}25%{right:-120vw}50%{right:-120vw}75%{right:-120vw}to{right:0}}.newercontent{background-image:var(--bg-image-forest);background-size:cover;background-position:50%;font-family:"Roboto Slab",serif;background-repeat:no-repeat;background-attachment:fixed}.newercontent-container>div{position:relative;-webkit-animation-name:content-fly-in-right;animation-name:content-fly-in-right;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease;animation-timing-function:ease}.newercontent-container>div:first-child{z-index:1;-webkit-animation-name:content-fly-in-left;animation-name:content-fly-in-left;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease;animation-timing-function:ease}.newercontent-container{margin:auto;display:flex;flex-direction:column;width:90vw;align-items:center}.newercontent-title{background-color:#577355;padding:3rem;-webkit-clip-path:polygon(0 4%,100% 0,100% 100%,0 96%);clip-path:polygon(0 4%,100% 0,100% 100%,0 96%);font-size:2rem;color:#fff;position:relative;top:10vh;z-index:1}.newercontent-title>h1{margin:0;font-size:4rem;color:#fff;-webkit-filter:drop-shadow(8px 8px 0 #000);filter:drop-shadow(8px 8px 0 #000000)}.newercontent-projects-container{display:flex;flex-direction:column;background:#435347;padding:10vh 0 64px;-webkit-clip-path:polygon(0 0,100% 32px,100% calc(100% - 32px),0 100%);clip-path:polygon(0 0,100% 32px,100% calc(100% - 32px),0 100%)}.newercontent-projects-container:has(>div:first-child:nth-last-child(2n)){background:linear-gradient(180deg,#435347 90%,#577355 0)}.newercontent-project{display:grid;grid-template-columns:1fr 1fr 1fr;padding:8vh 4vw;height:-webkit-max-content;height:max-content}.newercontent-project-img-container{height:100%;overflow:hidden;order:-1}.newercontent-project-img{display:flex;justify-content:flex-start;align-items:flex-end;height:100%;width:100%;background-size:cover;background-position:50%;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.newercontent-project-img-icon{font-size:2rem;margin:1rem;color:hsla(0,0%,100%,.75);-webkit-transform:none;transform:none}.newercontent-project-img-icon.black{color:rgba(0,0,0,.75)}.newercontent-project-text{color:#fff;grid-column:2/4;padding-left:2rem}.newercontent-project-text-title{font-size:2rem;margin:8px 0;-webkit-filter:drop-shadow(4px 4px 0 #000);filter:drop-shadow(4px 4px 0 #000000)}.newercontent-project-text-intro{margin:8px 0;font-weight:400;font-size:1.5rem}.newercontent-project-text-intro>a,.newercontent-project-text-intro>a:visited{color:#fff;text-decoration:underline}.newercontent-project:nth-child(2n){background-color:#577355;-webkit-clip-path:polygon(0 4%,100% 0,100% 100%,0 96%);clip-path:polygon(0 4%,100% 0,100% 100%,0 96%)}.newercontent-project:nth-child(2n) .newercontent-project-img-container{order:1}.newercontent-project:nth-child(2n) .newercontent-project-text{grid-column:1/3;padding-right:2rem;padding-left:0;text-align:right}.newercontent-project:nth-child(2n) .newercontent-project-img{justify-content:flex-end}.newercontent-project .newercontent-project-img.video{justify-content:center;align-items:center}@-webkit-keyframes content-fly-in-left{0%{left:-120vw}25%{left:-120vw}50%{left:-120vw}75%{left:-120vw}to{left:0}}@keyframes content-fly-in-left{0%{left:-120vw}25%{left:-120vw}50%{left:-120vw}75%{left:-120vw}to{left:0}}@-webkit-keyframes content-fly-in-right{0%{right:-120vw}25%{right:-120vw}50%{right:0}75%{right:0}to{right:0}}@keyframes content-fly-in-right{0%{right:-120vw}25%{right:-120vw}50%{right:0}75%{right:0}to{right:0}}@media (max-width:1000px){.newercontent-title{padding:1rem;top:6vh}.newercontent-title>h1{font-size:2rem;-webkit-filter:drop-shadow(4px 4px 0 #000);filter:drop-shadow(4px 4px 0 #000000);width:-webkit-min-content;width:min-content}.newercontent-projects-container{padding:0}.newercontent-project-text-title{font-size:1.3rem}.newercontent-project-text-intro{font-size:1rem}}@media (min-width:1001px) and (max-width:1400px){.newercontent-title>h1{font-size:3rem;-webkit-filter:drop-shadow(6px 6px 0 #000);filter:drop-shadow(6px 6px 0 #000000)}.newercontent-project-text-title{font-size:1.6rem}.newercontent-project-text-intro{font-size:1.25rem}}@media screen and (orientation:portrait){.newercontent-project{display:flex;flex-direction:column-reverse}.newercontent-project-img-container{width:100%;height:40vh;margin-top:5vh}.newercontent-project-text{padding:0}.newercontent-project:nth-child(2n){flex-direction:column}.newercontent-project:nth-child(2n) .newercontent-project-text{text-align:left}.newercontent-project-img{justify-content:flex-end}}.newercontent-project.contact .newercontent-project-img-container{grid-column:1/3}.newercontent-project.contact .newercontent-project-text{grid-column:3/4}.newercontent-project-header{grid-column:1/4;text-align:center;color:#fff;font-size:3rem;margin:0;-webkit-filter:drop-shadow(6px 6px 0 #000);filter:drop-shadow(6px 6px 0 #000000)}.newercontent-project-column{margin:0 32px;display:flex;flex-direction:column;align-items:center}.newercontent-project-skill{display:flex;flex-direction:column;align-items:center;width:100%}.newercontent-project-skill-title{color:#fff;font-size:2rem;font-weight:500;margin:8px 0}.newercontent-project-skill-bar,.newercontent-project-skill-title{-webkit-filter:drop-shadow(4px 4px 0 #000);filter:drop-shadow(4px 4px 0 #000000)}.newercontent-project-skill-bar{background-color:#435347;height:2rem;width:100%}.newercontent-project-skill-fill{height:100%;background-color:#e2e565}.newercontent-socials{padding:8vh 4vw}.buttonbar{margin-top:64px;display:flex;justify-content:space-between;grid-column:1/4}.buttonbar p{padding:.75rem 4rem}@media screen and (orientation:portrait){.buttonbar{flex-direction:column;align-items:center;grid-gap:2rem;gap:2rem}}.grid-container{width:80vh;height:80vh;margin:auto;border:1px solid #000;display:grid;grid-template-columns:20% 20% 20% 20% 20%;grid-template-rows:20% 20% 20% 20% 20%}.grid-cell{display:flex;justify-content:center;align-items:center;border:1px solid #000;text-align:center}:root{background:#000;--text-color-light:#fff;--text-color-dark:#000;--text-font:"Roboto Slab",serif;--bg-color-light:#577355;--bg-color-dark:#435347;--bg-image-forest:url(/static/media/forest.5505d1c2.png)}a,a:visited{color:#000;text-decoration:none}.dropshadow{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-filter:drop-shadow(8px 8px 0 #000);filter:drop-shadow(8px 8px 0 #000000)}.page.old{background:#fff}