*,:after,:before{box-sizing:border-box}:root{--ff-primary:"Source Sans Pro",sans-serif;--ff-secondary:"Source Code Pro",monospace;--fw-reg:300;--fw-bold:900;--clr-light:#f8f9fa;--clr-dark:#303030;--clr-accent:#16e0bd;--clr-text-light:#8b949e;--fs-h1:3rem;--fs-h2:2.25rem;--fs-h3:1.25rem;--fs-body:1rem;--bs:0.25em 0.25em 0.75em rgba(0,0,0,0.25),0.125em 0.125em 0.25em rgba(0,0,0,0.15)}@media (min-width:800px){:root{--fs-h1:4.5rem;--fs-h2:3.75rem;--fs-h3:1.5rem;--fs-body:1.125rem}}body,html{overflow-x:hidden}body{position:relative}section{padding:5em 1.5em}.btn{display:inline-block;border-radius:4px;padding:.5em 2.5em;background:#16e0bd;background:var(--clr-accent);color:#303030;color:var(--clr-dark);text-decoration:none;cursor:pointer;font-size:.8rem;text-transform:uppercase;letter-spacing:2px;font-weight:900;font-weight:var(--fw-bold);transition:transform .2s ease-in-out;box-shadow:.25em .25em .75em rgba(0,0,0,.25),.125em .125em .25em rgba(0,0,0,.15);box-shadow:var(--bs)}.btn:hover{transform:scale(1.1)}strong{font-weight:900;font-weight:var(--fw-bold)}:focus{outline:3px solid #16e0bd;outline:3px solid var(--clr-accent);outline-offset:3px}h1,h2,h3{line-height:1;margin:0}h1{font-size:3rem;font-size:var(--fs-h1)}h2{font-size:2.25rem;font-size:var(--fs-h2)}h3{font-size:1.25rem;font-size:var(--fs-h3)}.section__title{margin-bottom:.25em}.section__title--intro{font-weight:300;font-weight:var(--fw-reg)}.section__title--intro strong{display:block}.section__subtitle{margin:0;font-size:1.25rem;font-size:var(--fs-h3)}.section__subtitle--about,.section__subtitle--intro{background:#16e0bd;background:var(--clr-accent);padding:.25em 1em;font-family:"Source Code Pro",monospace;font-family:var(--ff-secondary);margin-bottom:1em}.section__subtitle--work{color:#16e0bd;color:var(--clr-accent);font-weight:900;font-weight:var(--fw-bold);margin-bottom:2em}.header{padding:1em}.nav{position:fixed;background:#303030;background:var(--clr-dark);color:#f8f9fa;color:var(--clr-light);top:0;bottom:0;left:0;right:0;z-index:100;transform:translateX(100%);transition:transform .25s cubic-bezier(.5,0,.5,1)}.nav__list{list-style:none;display:flex;height:100%;flex-direction:column;justify-content:space-evenly;align-items:center;margin:0;padding:0}.nav__link:link,.nav__link:visited{display:inline-block;font-size:2.5rem;font-weight:300;color:inherit;padding:1rem 2rem;text-decoration:none;background-image:linear-gradient(120deg,transparent,transparent 50%,#fff 0);background-size:240%;transition:all .4s}.nav__link:link span,.nav__link:visited span{margin-right:1.5rem;display:inline-block}.nav__link:active,.nav__link:hover{background-position:100%;color:#16e0bd;color:var(--clr-accent);transform:translateX(1rem)}.nav-toggle{padding:.5em;background:transparent;border:0;cursor:pointer;position:fixed;right:1em;top:1em;z-index:1000}.nav-open .nav{transform:translateX(0)}.nav-open .nav-toggle{position:fixed}.nav-open .hamburger{transform:rotate(225deg)}.nav-open .hamburger:before{transform:rotate(90deg) translateX(-10px)}.nav-open .hamburger:after{opacity:0}.hamburger{display:block;position:relative}.hamburger,.hamburger:after,.hamburger:before{background:#16e0bd;background:var(--clr-accent);width:2em;height:3px;border-radius:1em;transition:transform .25s ease-in-out}.hamburger:after,.hamburger:before{content:"";position:absolute;left:0;right:0}.hamburger:before{top:10px}.hamburger:after{bottom:10px}.intro{position:relative;padding-top:30px;padding-bottom:6rem}.intro__img{box-shadow:.25em .25em .75em rgba(0,0,0,.25),.125em .125em .25em rgba(0,0,0,.15);box-shadow:var(--bs)}@media (min-width:600px){.logo{display:grid;grid-template-rows:1fr}.logo-item{width:100px;height:100px;padding:.5em}.intro{padding-bottom:3rem;display:grid;width:-webkit-min-content;width:-moz-min-content;width:min-content;grid-column-gap:1em;grid-template-areas:"img title" "img subtitle";grid-template-columns:-webkit-min-content -webkit-max-content;grid-template-columns:min-content max-content}.intro__img{grid-area:img;min-width:250px;position:relative;z-index:2}.section__subtitle--intro{align-self:start;grid-column:-1/1;grid-row:2;text-align:right;position:relative;left:-1.5em;width:calc(100% + 1.5em)}}.my-services{background-color:#303030;background-color:var(--clr-dark);background-image:url(/static/media/2_img.dc25456c.png);background-size:cover;color:#f8f9fa;color:var(--clr-light);text-align:center}.section__title--services{color:#16e0bd;color:var(--clr-accent);position:relative}.section__title--services:after{content:"";display:block;width:2em;height:1px;margin:.5em auto 1em;background:#f8f9fa;background:var(--clr-light)}.services{margin-bottom:4em}.service{max-width:500px;margin:auto}@media (min-width:800px){.services{display:flex;max-width:1000px;margin-left:auto;margin-right:auto}.service+.service{margin-left:2em}}.about-me{padding-top:6rem;max-width:1000px;margin:0 auto}.about-me__img{box-shadow:.25em .25em .75em rgba(0,0,0,.25),.125em .125em .25em rgba(0,0,0,.15);box-shadow:var(--bs)}@media (min-width:600px){.about-me{padding-top:8rem;display:grid;grid-template-columns:1fr 200px;grid-template-areas:"title img" "subtitle img" "text img";grid-column-gap:2em}.section__subtitle--about,.section__title--about{grid-area:title}.section__subtitle--about{grid-column:1/-1;grid-row:2;position:relative;left:-1em;width:calc(100% + 2em);padding-left:1em;padding-right:calc(200px + 4em)}.about-me__img{grid-area:img;position:relative;z-index:2}}.my-work{background-color:#303030;background-color:var(--clr-dark);color:#f8f9fa;color:var(--clr-light);text-align:center}.portfolio{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:30px;justify-items:center}.portfolio__img{width:240px;height:240px;transition:transform .75s cubic-bezier(.5,0,.5,1),opacity .25s linear}.portfolio__item:focus{position:relative;z-index:2}.portfolio__img:focus .portfolio__img,.portfolio__img:hover{transform:scale(1.2);opacity:.75}.portfolio-item-p{margin-top:-3rem}.portfolio-item-a{text-decoration:none;color:#16e0bd;color:var(--clr-accent)}.portfolio-item-img{margin-bottom:2rem;margin-top:2rem}@media (min-width:600px){.portfolio-item-p{margin-top:0}}.my-techStack{text-align:center}.section__title--techStack{position:relative}.section__title--techStack:after{content:"";display:block;width:3em;height:1px;margin:.5em auto 1em;background:#16e0bd;background:var(--clr-accent)}.techStack{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:30px;justify-items:center}.techStack__svg{width:200px;height:200px;padding:.5em;transition:transform .75s cubic-bezier(.5,0,.5,1),opacity .25s linear}.techStack__svg:focus .techStack__svg,.techStack__svg:hover{transform:scale(1.2);opacity:.75}.footer{background:#111;color:#16e0bd;color:var(--clr-accent);text-align:center;padding:2.5em 0;font-size:1.25rem;font-size:var(--fs-h3)}.footer a{color:inherit;text-decoration:none}.footer__link{font-weight:900;font-weight:var(--fw-bold)}.footer__link:hover,.social-list__link:hover{opacity:.7}.footer__link:hover{text-decoration:underline}.social-list{list-style:none;display:flex;justify-content:center;margin:2em 0 0;padding:0}.social-list__item{margin:0 .5em}.social-list__link{padding:.5em}.portfolio-item-individual{max-width:1000px;margin:0 auto;padding:0 2em 10px}.portfolio-item-individual p{max-width:600px;margin-left:auto;margin-right:auto}.portfolio__nav{padding:0 2em 2em;max-width:1000px;margin:0 auto}.portfolio__nav-projects,.portfolio__nav-website{margin-left:1em;margin-bottom:1em}.portfolio__nav p{font-size:small;max-width:600px;margin-left:auto;margin-right:auto}@media (min-width:600px){.portfolio__nav-projects{float:right;margin-right:1em}.portfolio__nav-website{margin-left:1em}}.certPortfolio{display:grid;grid-template-columns:repeat(auto-fit,minmax(325px,1fr));grid-gap:30px;justify-items:center;padding:2rem 1rem}.section__cert{padding-bottom:6rem;padding-top:0;margin-top:-4rem}.section__cert--img{display:none;width:100%}.section__cert--title{margin-top:2rem;padding-left:2rem;padding-right:2rem;width:100%}.section__cert--heading{width:100%;font-size:1.25rem;font-size:var(--fs-h3);background:#16e0bd;background:var(--clr-accent);padding:.25em 1em;font-family:"Source Code Pro",monospace;font-family:var(--ff-secondary);margin:1.5rem 0 0}.section__cert--button{margin-top:2em}@media (min-width:1100px){.section__cert{display:flex;flex-direction:column;align-items:center;justify-content:space-around;padding:0 3rem 6rem;margin-top:-4rem}}@media (min-width:600px){.certPortfolio{max-width:1100px;max-height:500px;overflow:auto}.section__cert--img{display:block;width:50%}.section__cert--heading{align-self:start;grid-column:-1/1;grid-row:2;text-align:right;position:relative;left:-1.5em;width:50%;font-size:1.25rem;font-size:var(--fs-h3);background:#16e0bd;background:var(--clr-accent);padding:.25em 1em;font-family:"Source Code Pro",monospace;font-family:var(--ff-secondary);margin:1rem 0}.section__cert{padding:0 3rem 6rem;margin-top:-4rem}}.margin_top_3{margin-top:3rem}.theme-switch-wrapper{position:relative;display:flex;align-items:center;top:1em;left:1em}.theme-switch{display:inline-block;height:34px;position:relative;width:60px}.theme-switch input{display:none}.slider{background-color:#ccc;bottom:0;cursor:pointer;left:0;right:0;top:0;width:85%;height:70%}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;bottom:4px;content:"";height:16px;left:4px;width:16px}input:checked+.slider{background-color:#16e0bd}input:checked+.slider:before{transform:translateX(26px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}
/*# sourceMappingURL=main.6734864e.chunk.css.map */