﻿html{width:100%;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:300;font-size:1.1rem;background:var(--lightBg);--lightBtn: var(--fireOrange);--lightBg: #fff;--lightColor: #232323;--fireOrange: #e9654c}html[data-theme="dark"]{background:var(--lightBg);--lightBtn: #e9654c;--lightBg: #232323;--lightColor: #fff}@media (prefers-color-scheme: dark){html,html[data-theme="dark"]{background:var(--lightBg);--lightBtn: #e9654c;--lightBg: #232323;--lightColor: #fff}html[data-theme="light"]{width:100%;background:var(--lightBg);--lightBtn: #fe016c;--lightBg: #fff;--lightColor: #232323}}html,body{padding:0;margin:0}html.transition,html.transition *,html.transition *:before,html.transition *:after{transition:cubic-bezier(0.68, -0.55, 0.27, 1.55) 420ms}@keyframes bgmove{0%{background-position:top center}50%{background-position:bottom center}100%{background-position:top center}}@keyframes fadeInLeft{from{opacity:0;animation-timing-function:ease-in}to{opacity:1;animation-timing-function:ease-out}}@keyframes experienceIn{from{opacity:0;transform:translate3d(0, 10px, 0) scale3d(0.9, 1, 0)}to{opacity:1;transform:translate3d(0, 0, 0),scale3d(1, 1, 0)}}@keyframes boastsIn{from{opacity:0;transform:scale(0.5)}to{opacity:1;transform:scale(1)}}@keyframes gradientAnimation{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.photo-img{box-shadow:0 1.8px 2.2px rgba(0,0,0,0.02),0 4.3px 5.3px rgba(0,0,0,0.028),0 8px 10px rgba(0,0,0,0.035),0 14.3px 17.9px rgba(0,0,0,0.042),0 26.7px 33.4px rgba(0,0,0,0.05),0 64px 80px rgba(0,0,0,0.07);border-radius:3px}.text-center{text-align:center}.flex{display:flex}.flex.v-center{align-items:center}.flex.v-column{align-items:center;flex-direction:column;align-self:center}.fire-bg{background-color:var(--fireOrange)}.wrapper{margin:20px auto}@media all and (min-width: 500px){.wrapper{padding:0 20px;padding-top:20px}}@media all and (min-width: 1500px){.wrapper{max-width:1500px}}[class*="col-"]{min-height:30px;padding:20px 0}@media all and (min-width: 750px){.row{display:flex}.row-reverse{flex-direction:row-reverse}[class*="col-"]{margin-right:20px}[class*="col-"] :last-child{margin-right:0}.col-1{flex:1}.col-2{flex:2}.col-3{flex:3}.col-4{flex:4}.col-5{flex:5}.col-6{flex:6}.col-7{flex:7}.col-8{flex:8}.col-9{flex:9}.col-10{flex:10}.col-11{flex:11}.col-12{flex:12}}@media all and (max-width: 500px){.no-mobile{display:none}}h1,h2{margin:0;color:var(--lightColor)}p{color:var(--lightColor);line-height:1.8rem}.img{max-width:100%;height:auto}header{padding:20px 40px 0;display:flex;flex-direction:row;justify-content:center}@media screen and (min-width: 750px){header{justify-content:flex-end}}input[type="checkbox"]{height:0;width:0;visibility:hidden;display:none}label{cursor:pointer;text-indent:-9999px;width:55px;height:30px;background:var(--lightBtn);margin:0 auto;display:flex;justify-content:center;align-items:center;border-radius:100px;position:relative}label::after{content:"";background:#fff;width:20px;height:20px;border-radius:50%;position:absolute;top:5px;left:4px;transition:cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms}input:checked+label{background:#ffbd07}input:checked+label::after{left:calc(100% - 5px);transform:translateX(-100%)}section.welcome{text-align:center;font-family:"Fredoka One", Helvetica, sans-serif;display:flex;flex-direction:column;justify-content:center;margin-bottom:0;padding:1rem 10px 0}@media screen and (min-width: 500px){section.welcome{padding:5rem 10px}}@media screen and (min-width: 700px){section.welcome{padding:7rem 10px}}section.welcome h1{font-weight:800;text-transform:uppercase;letter-spacing:3px;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-image:url(https://images.unsplash.com/photo-1541701494587-cb58502866ab?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1000&q=80);background-position:top center;animation:bgmove 250s infinite;font-size:3rem}@media screen and (min-width: 500px){section.welcome h1{font-size:5rem}}@media screen and (min-width: 700px){section.welcome h1{font-size:7rem}}section.welcome h2{color:var(--fireOrange);font-size:2rem;font-weight:400}@media screen and (min-width: 500px){section.welcome h2{font-size:4rem}}section.welcome h2 span{display:inline-block;opacity:0;animation:fadeInLeft 500ms steps(10) forwards}section.welcome h2 span:nth-child(1){-webkit-animation-delay:.1s;animation-delay:.1s}section.welcome h2 span:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}section.welcome h2 span:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}section.welcome h2 span:nth-child(4){-webkit-animation-delay:.4s;animation-delay:.4s}section.welcome h2 span:nth-child(5){-webkit-animation-delay:.5s;animation-delay:.5s}section.welcome h2 span:nth-child(6){-webkit-animation-delay:.6s;animation-delay:.6s}section.welcome h2 span:nth-child(7){-webkit-animation-delay:.7s;animation-delay:.7s}section.welcome h2 span:nth-child(8){-webkit-animation-delay:.8s;animation-delay:.8s}.skewed-bg{background:#e9654c;background:linear-gradient(153deg, #e9654c 0%, #d95b43 57%, #af402b 100%);transition:padding-top 0.5s}@media screen and (min-width: 750px){.skewed-bg{padding-top:150px;clip-path:polygon(0 10%, 100% 0, 100% 100%, 0% 100%);padding-top:100px;padding-bottom:50px}}ul{padding:0}ul li{color:var(--lightColor);list-style-type:none;margin-bottom:5px;font-size:1.2rem}p{font-size:1.2rem}p span{color:var(--fireOrange)}section#intro p{font-family:"Fredoka One", Helvetica, sans-serif;text-align:center;margin:0}@media all and (min-width: 900px){section#intro p{line-height:3rem;font-size:2rem}}section#intro .img{transform:rotate(-2deg);transition:transform 0.3s}section#intro .img:hover{transform:rotate(-3deg)}section#professional h1,section#professional h2,section#professional p,section#professional ul,section#professional li{color:#fff}section#professional h1{opacity:0;font-size:3.5rem;color:#fff;font-weight:500;font-family:"Fredoka One", Helvetica, sans-serif}section#professional h1.headerIn{transition-timing-function:cubic-bezier(0, 0, 0.58, 1);animation:experienceIn 500ms steps(100) forwards}section#professional h1.headerIn:nth-child(1){-webkit-animation-delay:.1s;animation-delay:.1s}section#professional h1.headerIn:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}section#professional h1.headerIn:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}section#professional h1.headerIn:nth-child(4){-webkit-animation-delay:.4s;animation-delay:.4s}section#professional h1.headerIn:nth-child(5){-webkit-animation-delay:.5s;animation-delay:.5s}section#professional h1.headerIn:nth-child(6){-webkit-animation-delay:.6s;animation-delay:.6s}section#professional h1.headerIn:nth-child(7){-webkit-animation-delay:.7s;animation-delay:.7s}section#professional h1.headerIn:nth-child(8){-webkit-animation-delay:.8s;animation-delay:.8s}section#professional h1.headerIn:nth-child(9){-webkit-animation-delay:.9s;animation-delay:.9s}section#professional h1.headerIn:nth-child(10){-webkit-animation-delay:1s;animation-delay:1s}section#professional h1.headerIn:nth-child(11){-webkit-animation-delay:1.1s;animation-delay:1.1s}section#professional h1.headerIn:nth-child(12){-webkit-animation-delay:1.2s;animation-delay:1.2s}section#professional h1.headerIn:nth-child(13){-webkit-animation-delay:1.3s;animation-delay:1.3s}section#professional h2{font-family:"Fredoka One", Helvetica, sans-serif;font-weight:400}section#professional p{opacity:0;max-width:800px;margin:30px auto}@media screen and (max-width: 750px){section#professional p{padding:0 10px}}section#professional p.detailsIn{transition-timing-function:cubic-bezier(0, 0, 0.58, 1);animation:experienceIn 500ms steps(100) forwards}section#professional p.detailsIn:nth-child(1){-webkit-animation-delay:.1s;animation-delay:.1s}section#professional p.detailsIn:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}section#professional p.detailsIn:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}section#professional p.detailsIn:nth-child(4){-webkit-animation-delay:.4s;animation-delay:.4s}section#professional p.detailsIn:nth-child(5){-webkit-animation-delay:.5s;animation-delay:.5s}section#professional p.detailsIn:nth-child(6){-webkit-animation-delay:.6s;animation-delay:.6s}section#professional p.detailsIn:nth-child(7){-webkit-animation-delay:.7s;animation-delay:.7s}section#professional p.detailsIn:nth-child(8){-webkit-animation-delay:.8s;animation-delay:.8s}section#professional p.detailsIn:nth-child(9){-webkit-animation-delay:.9s;animation-delay:.9s}section#professional p.detailsIn:nth-child(10){-webkit-animation-delay:1s;animation-delay:1s}section#professional p.detailsIn:nth-child(11){-webkit-animation-delay:1.1s;animation-delay:1.1s}section#professional p.detailsIn:nth-child(12){-webkit-animation-delay:1.2s;animation-delay:1.2s}section#professional p.detailsIn:nth-child(13){-webkit-animation-delay:1.3s;animation-delay:1.3s}section#professional ul.boasts li{transition:transform 0.3s cubic-bezier(0.28, 0.17, 0.37, 1.35),background 0.5s;color:#000;background:white;display:inline-block;clear:both;padding:10px 31px;border-radius:50px;box-shadow:0 10px 20px rgba(0,0,0,0.15);margin-bottom:10px}@media screen and (min-width: 800px){section#professional ul.boasts li{opacity:0}section#professional ul.boasts li.boasts-in{transition-timing-function:cubic-bezier(0, 0, 0.58, 1);animation:boastsIn 500ms steps(100) forwards}section#professional ul.boasts li.boasts-in:nth-child(1){-webkit-animation-delay:.1s;animation-delay:.1s}section#professional ul.boasts li.boasts-in:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}section#professional ul.boasts li.boasts-in:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}section#professional ul.boasts li.boasts-in:nth-child(4){-webkit-animation-delay:.4s;animation-delay:.4s}section#professional ul.boasts li.boasts-in:nth-child(5){-webkit-animation-delay:.5s;animation-delay:.5s}section#professional ul.boasts li.boasts-in:nth-child(6){-webkit-animation-delay:.6s;animation-delay:.6s}section#professional ul.boasts li.boasts-in:nth-child(7){-webkit-animation-delay:.7s;animation-delay:.7s}section#professional ul.boasts li.boasts-in:nth-child(8){-webkit-animation-delay:.8s;animation-delay:.8s}section#professional ul.boasts li.boasts-in:nth-child(9){-webkit-animation-delay:.9s;animation-delay:.9s}section#professional ul.boasts li.boasts-in:nth-child(10){-webkit-animation-delay:1s;animation-delay:1s}section#professional ul.boasts li.boasts-in:nth-child(11){-webkit-animation-delay:1.1s;animation-delay:1.1s}section#professional ul.boasts li.boasts-in:nth-child(12){-webkit-animation-delay:1.2s;animation-delay:1.2s}section#professional ul.boasts li.boasts-in:nth-child(13){-webkit-animation-delay:1.3s;animation-delay:1.3s}}section#personal .col-1{margin:0;max-width:50%}section#personal .box-aligner{display:flex;flex-direction:row-reverse}section#personal .box-aligner .box{align-self:flex-end;flex:1;background-color:#fff;padding:30px;max-width:50%;transition:max-width 0.3s}@media all and (max-width: 900px){section#personal .box-aligner .box{max-width:100%}}section#personal .box-aligner .box h1{color:#000;font-size:2rem;font-family:"Fredoka One", Helvetica, sans-serif;font-weight:400}section#personal .box-aligner .box p{color:#000}section#personal .background-image{display:flex;background-image:url("./img/big-adventure.jpg");background-size:cover;padding:40px;background-position:center center;min-height:700px;max-height:80vh}section#personal .background-image .col-1{background-color:#fff;padding:40px 30px;width:100%;max-width:100%}@media all and (min-width: 750px){section#personal .background-image .col-1{width:50%;max-width:50%}}section#future-me h1{font-weight:800;text-transform:uppercase;font-size:3.5rem;letter-spacing:3px;-webkit-text-stroke:4px #000;background:linear-gradient(-45deg, #ffa63d, #ff3d77, #b933f9, #5f19dd);background-size:400% 400%;background-clip:border-box;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientAnimation 5s ease infinite;font-family:"Fredoka One", Helvetica, sans-serif;font-weight:400}section#future-me h2{display:block;font-size:1.2rem;color:var(--fireOrange);padding:5px;font-family:"Caveat", "Helvetica Neue", Helvetica, Arial, sans-serif}section#future-me .future-sub{font-size:1.8rem;font-weight:400;font-family:"Fredoka One", Helvetica, sans-serif;margin-bottom:10px}section#future-me ul li{padding-left:15px}section#future-me ul li::marker{font-size:1.2em;content:"✔";color:#673ab7}section#future-me figcaption{position:relative;padding-top:10px;font-family:"Caveat", "Helvetica Neue", Helvetica, Arial, sans-serif;font-size:1.4rem;color:var(--lightColor)}section#future-me figcaption .funky-arrow{position:absolute;top:-40px;left:55%}section#future-me figcaption .funky-arrow svg{width:50px;height:auto;transform:rotate(-160deg)}footer{text-align:center}footer .wrapper{margin-bottom:0}footer figure{margin:0;padding:0;margin-bottom:-100px}@media screen and (max-width: 700px){footer figure{margin-bottom:-50px}}footer figure textPath{font-size:3rem;font-weight:800;fill:#673ab7;font-family:"Fredoka One", Helvetica, sans-serif}footer h1{font-family:"Fredoka One", Helvetica, sans-serif;font-size:2rem}footer h1,footer p{color:#fff}footer p.final{max-width:60%;margin:0 auto !important;font-size:0.9rem;font-weight:400;line-height:1.5rem}
