@import url(https://fonts.googleapis.com/css2?family=Jura&family=Krona+One&display=swap);
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.row{display:flex}.col{display:flex;flex-direction:column;width:100%}section{padding:100px 0px}section{background:#332e3c}html{font-family:Jura,Candara,Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif;font-size:15pt}.headline{font-size:2em;font-family:"krona One",Jura,Candara,Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif;width:100%}.headline,.lead-in{color:#fff;text-align:center;padding-bottom:40px}.hero-content h1,.hero-content h2{font-family:"krona One",Jura,Candara,Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif}.hero-content h1{font-size:2.3em}@media (min-width: 600px){.navlink{font-size:0.8em}}@media (min-width: 900px){.navlink{font-size:1em}}@media (max-width: 599px){.hero-content h1{font-size:1.5em}.hero-content h2{font-size:1em}}.navbar{display:flex;align-items:center;background-color:#4472ca;animation:navbar-appear 500ms;box-shadow:0px 8px 8px #000}.navbar.center{justify-content:center}.navbar.right{justify-content:flex-end}.navbar.fixed{position:fixed;width:100%;z-index:10}.navbar ul{display:flex}.navbar ul li{display:inline-block}.navbar ul li a{display:inline-block;color:#fff;padding:20px;text-decoration:none;transition:background-color 250ms}.navbar ul li a.active,.navbar ul li a:hover{background-color:rgba(0,0,0,0.4);cursor:pointer}.navbar #menu-button{display:none}@media (max-width: 599px){.navbar{display:block;right:-201px;width:200px !important;transition:right 200ms}.navbar.open{right:0}.navbar #menu-button{display:flex;flex-direction:column;justify-content:space-between;position:absolute;height:20px;top:10px;left:-30px;cursor:pointer}.navbar #menu-button.open .top{transform:rotateZ(45deg)}.navbar #menu-button.open .middle{opacity:0}.navbar #menu-button.open .bottom{transform:rotateZ(-45deg)}.navbar #menu-button .bar{display:block;width:18px;height:2px;background-color:#fff;border:2px solid #000;transition:transform 300ms, opacity 300ms}.navbar #menu-button .top{transform-origin:top left}.navbar #menu-button .bottom{transform-origin:bottom left}.navbar ul{flex-direction:column;height:100vh}.navbar ul a{width:100%}}.btn{color:#fff;font-weight:bold;text-decoration:none;background-color:#73bfb8;padding:12px;border:3px solid #37817e;border-radius:5px;transition:transform 200ms, background-color 200ms}.btn.big{font-size:1.2em;padding:15px}.btn:hover{cursor:pointer;transform:scale(1.07);box-shadow:0px 10px 7px #000;background-color:#37817e;border:3px solid #73bfb8}.btn:active{transform:scale(0.95)}.hello{color:#fff;opacity:0;display:flex;flex-direction:column;justify-content:center;bottom:10px;width:50%;height:40px;position:absolute;text-align:center;background-color:#4472ca;border-radius:10px;transition:opacity 200ms}.hello.show{opacity:1}.valign-wrapper{display:flex;flex-direction:column;justify-content:center;height:100%}@keyframes navbar-appear{0%{top:-50px;opacity:0}100%{top:0px;opacity:1}}@keyframes scale-in{0%{opacity:1;transform:scale(0)}75%{transform:scale(1.03)}100%{opacity:1;transform:scale(1)}}@keyframes slide-in-right{0%{opacity:0;transform:translateX(300px)}100%{opacity:1;transform:translateX(0px)}}@keyframes slide-in-left{0%{opacity:0;transform:translateX(-300px)}100%{opacity:1;transform:translateX(0px)}}@keyframes slide-in-bottom{0%{opacity:0;transform:translateY(100px)}100%{opacity:1;transform:translateY(0px)}}@keyframes slide-in-top{0%{opacity:0;transform:translateY(-100px)}100%{opacity:1;transform:translateY(0px)}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes skills-reveal{0%{height:48%}100%{height:0%}}@keyframes skills-hide{0%{height:0%}100%{height:48%}}@keyframes notch-top-open{0%{right:-28px}100%{right:0px}}@keyframes notch-bottom-open{0%{left:-28px}100%{left:0px}}html{scroll-behavior:smooth;background-color:#332e3c}.animate{opacity:0;position:relative}.icon{display:inline-block;background-repeat:no-repeat;width:50px;height:50px}.icon.email{background-image:url(/assets/img/email.svg)}.icon.github{background-image:url(/assets/img/github.svg)}.icon.linkedin{background-image:url(/assets/img/linkedin.svg)}.icon.freecodecamp{background-image:url(/assets/img/freecodecamp.svg)}#welcome-section{background:linear-gradient(rgba(0,0,0,0.85), rgba(0,0,0,0.7)),url(/assets/img/code.png) no-repeat;background-size:cover;height:100vh;padding:0}#welcome-section .hero-wrapper{display:flex;justify-content:space-around;align-items:center}#welcome-section .hero-wrapper .hero-content{position:relative;color:#fff;display:flex;flex-direction:column;align-items:start}#welcome-section .hero-wrapper .hero-content h1,#welcome-section .hero-wrapper .hero-content h2{margin-bottom:10px}#welcome-section .hero-wrapper .hero-content .btn{margin-top:20px}#welcome-section .hero-wrapper .hero-picture{position:relative;margin:20px;transition:transform 200ms}#welcome-section .hero-wrapper .hero-picture img{width:100%;height:auto;border-radius:50%;box-shadow:0px 15px 15px #000}#welcome-section .hero-wrapper .hero-picture:hover{transform:scale(1.05);cursor:pointer}#welcome-section .hero-wrapper .hero-picture:hover img{box-shadow:0px 20px 7px #000}#welcome-section .hero-wrapper .hero-picture:active{transform:scale(0.97)}@media screen and (max-width: 800px){#welcome-section .hero-wrapper{flex-direction:column}#welcome-section .hero-wrapper .hero-picture{order:1;max-width:225px}#welcome-section .hero-wrapper .hero-content{order:2;align-items:center}}#projects{background:linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0)),#332e3c;overflow:hidden}#projects .project-tiles{display:flex;justify-content:center;flex-wrap:wrap;width:100%;margin-left:-20px}#projects .project-tiles .project-tile{position:relative;display:flex;flex-direction:column;width:300px;margin-left:40px;margin-bottom:80px;box-shadow:0px 8px 8px #111;border-radius:8px;transition:transform 200ms, box-shadow 200ms}#projects .project-tiles .project-tile.personal{background-color:#73bfb8;border:3px solid #37817e}#projects .project-tiles .project-tile.pro{background-color:#4472ca;border:3px solid #fcba04}#projects .project-tiles .project-tile:hover{transform:scale(1.02);box-shadow:0px 4px 20px #101010}#projects .project-tiles .project-tile a{text-decoration:none}#projects .project-tiles .project-tile .tile-image img{width:100%;height:auto;border-top-left-radius:5px;border-top-right-radius:5px}#projects .project-tiles .project-tile .tile-title{display:inline-block;font-family:"krona One",Jura,Candara,Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif;text-align:center;width:100%;margin:15px 0px;color:#fff}#projects .project-tiles .project-tile .tile-content{opacity:0;position:absolute;display:flex;flex-direction:column;justify-content:center;height:100%;top:0px;color:#fff;background-color:rgba(0,0,0,0.75);border-radius:5px;transition:opacity 200ms}#projects .project-tiles .project-tile .tile-content:hover{opacity:1}#projects .project-tiles .project-tile .tile-content p{text-align:justify;font-weight:bold;padding:20px}#projects .project-tiles .project-tile .project-type{color:#fff;display:block;text-align:center;width:100%;position:absolute;bottom:-40px}#skills{position:relative;padding:0;overflow:hidden;background:linear-gradient(#fff, #cfdbf2, #a7bde7)}#skills .container{padding:100px 0}#skills .skill{opacity:0}#skills .headline{color:#000}#skills .icons{display:flex;flex-wrap:wrap;justify-content:center;max-width:800px;margin:30px auto 0}#skills .icons img{padding:20px;width:auto;max-width:100px;height:100px}#skills .top-tab,#skills .bottom-tab{display:flex;flex-direction:column;position:absolute;width:100%;height:100%}#skills .top-tab{top:0;justify-content:flex-start}#skills .top-tab .body{background:linear-gradient(0deg, #8c2e3c, #3f151b)}#skills .bottom-tab{bottom:0;justify-content:flex-end}#skills .bottom-tab .body{background:linear-gradient(#8c2e3c, #3f151b)}#skills .body{width:100%;height:48%;z-index:5;opacity:1}#skills .notch{display:block;position:relative;width:50%;height:60px}#skills .notch.top img{right:-28px}#skills .notch.bottom{align-self:flex-end}#skills .notch.bottom img{left:-28px}#skills .notch img{display:block;position:absolute}#skills .notch img.inverse{transform:rotate(180deg)}#contact{display:flex;justify-content:center;align-items:center}#contact .row:first-of-type{display:flex;justify-content:center;margin:30px 0}#contact .logo{position:relative;width:40%}#contact .logo img,#contact .logo .shadow{display:block;position:relative;width:100%;height:auto;margin:auto}#contact .logo .shadow{position:absolute;top:7px;left:7px;opacity:0.5}#contact .contact-links{display:flex;flex-wrap:wrap;justify-content:center;width:100%}#contact .contact-links a{display:flex;align-items:center;color:white;text-decoration:none;margin:10px 10px;transition:transform 400ms}#contact .contact-links a:hover{transform:scale(1.13)}#contact .contact-links a .icon{margin-right:15px}#footer{background-color:#1d1a23;padding:20px 0}#footer .credits{text-align:center;color:#fff;margin-bottom:20px}#footer .credits a{color:#4472ca}#footer .credits a:hover{color:#73bfb8}#footer .copyright{color:#fff;margin:0 auto}

