@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Pacifico&display=swap);@keyframes go-down{25%{opacity:100%}75%{opacity:0}to{opacity:0;transform:rotate(45deg) translateX(50px) translateY(50px)}}.arrow{border:solid #000;border-width:0 25px 25px 0;display:inline-block;max-height:0;max-width:0;padding:25px}.down-animation{animation:go-down 2s infinite forwards}.down-arrow{transform:rotate(45deg);-webkit-transform:rotate(45deg)}#home-header{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;margin:0;padding:.3em;scroll-snap-align:center;text-align:center}#home-header img{height:100px;width:150px}#home-header h1{font-size:2.5em}#home-header p{font-size:1.25em}@media screen and (min-width:700px){#home-header img{height:fit-content;width:200px}#home-header h1{font-size:3.5em}#home-header p{font-size:1.5em}}@media screen and (min-width:1200px){#home-header{padding:1em}#home-header img{width:250px}#home-header h1{font-size:4.5em}#home-header p{font-size:1.75em;max-width:80%}}@keyframes border-transition{0%{border-radius:0}to{border-radius:50px}}@keyframes border-transition-reverse{0%{border-radius:50px}to{border-radius:0}}#home-section{align-items:center;background-color:#2f4a57;display:flex;height:100vh;justify-content:center;margin:0;padding:1em;scroll-snap-align:center}#home-section:nth-child(2n){background-color:#283f4a}#home-section h2{animation-duration:.5s;animation-fill-mode:forwards;animation-name:border-transition-reverse;border:5px solid #fff;color:#fff;font-size:2.5em;margin:1em;padding:1em;text-align:center}#home-section h2:hover{animation-duration:.5s;animation-fill-mode:forwards;animation-name:border-transition;cursor:pointer}@media screen and (min-width:700px){#home-section h2{font-size:3.5em;margin:0}}@media screen and (min-width:1200px){#home-section h2{font-size:4.5em;padding:1.5em}}html{font-family:Montserrat,Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;scroll-behavior:smooth}h3,h4,h5,h6{font-family:Lato}h4{font-size:17px}a{color:#000;text-decoration:none}a:hover{color:#cfcbf7}body{margin:0}.experience{display:flex;flex-direction:row;gap:.5em;padding:.5em 0}.experience h3,.experience h4{margin:0}.experience img{border:3px dashed #0000;border-radius:100px}.experience img:hover{border-color:#000}.experience p{align-items:center;display:flex;margin:.25rem 0}.experience-separator{border-top:3px #000}figure{margin:0}#home{height:100vh;overflow-y:scroll;scroll-snap-type:y mandatory}main{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:2em 0}main h1{margin:0;padding:.25em}main>section{border:1px solid gray;border-radius:25px;box-shadow:10px 10px 1px gray;display:flex;flex-direction:column;margin:1em 0;padding:1em;width:75vw}table{background-color:#000;text-align:left}td,th,tr{background-color:#fff;border:1px solid #000;padding:1em;z-index:1}ul{margin:.25em 0}@media screen and (min-width:500px){.experience{display:grid;grid-template-columns:auto 1fr}.experience>div:first{align-self:center;display:flex;flex-direction:column}.experience-description{grid-gap:.5em;align-items:center;display:grid;gap:.5em;grid-template-columns:auto 1fr auto;padding:.5em 0}.experience-duration{text-align:right}.experience-separator{border-top-style:dotted}}@media screen and (min-width:700px){main>section{width:50vw}}footer{background-color:#518196;padding:.5em 0}footer img{border:3px dashed #0000}footer img:hover{border-color:#fff;border-radius:100px}footer>ul{display:flex;flex-direction:row;gap:0 2em;justify-content:center;list-style-type:none;padding:0}@media screen and (min-width:700px){footer{padding:.75em}footer img{height:60px;width:60px}footer>ul{display:grid;grid-template-columns:repeat(2,minmax(0,5em))}}nav{background-color:#518196;padding:1em 0}nav a,nav a:link,nav a:visited{color:#000;padding:.25rem 0}nav a:after{content:"";display:block;height:.1rem;margin-top:5px;position:relative;transition:width .2s ease;-webkit-transition:width .2s ease;width:0}nav a:hover:after{background:#000;font-weight:700;width:100%}nav>ul{align-items:center;display:flex;flex-direction:column;justify-content:center;list-style-type:none;margin:auto;padding:0}nav>ul li{font-size:1.25em;padding:.5em 0;text-align:center}@media screen and (min-width:700px){nav{padding:.75em}nav>ul li{font-size:1.5em}}@media screen and (min-width:1200px){nav>ul{display:flex;flex-direction:row;justify-content:normal;max-width:60%}nav>ul li{padding:0 1.5em 0 0}}.about img{border:2px solid #000;box-shadow:3px 3px 1px gray;margin:1em 0}#skills{grid-gap:1em;display:grid;gap:1em;grid-template-columns:1fr 1fr}#skills h3{margin:.1em}#skills ul{display:flex;flex-direction:row;flex-wrap:wrap;gap:.25em;list-style-type:none;margin:.3em 0;padding:0}#skills ul li{background-color:#74b7d6;border-radius:5px;padding:.5em;text-align:center}.project .tech-stack ul{display:flex;flex-direction:row;flex-wrap:wrap;gap:.25em;list-style-type:none;margin:.3em 0;padding:0}.project .tech-stack ul li{background-color:#74b7d6;border-radius:5px;padding:.5em;text-align:center}.country-icon{border:3px dashed #0000;border-radius:100px;height:70px;margin:.2em;padding:.1rem;width:70px}.country-icon:hover{border-color:#000}@media screen and (min-width:700px){.about{column-gap:2em;display:flex;flex-direction:row}.about>p{align-items:center;display:flex}}.project a,.work-exp a{color:#74b7d6;font-weight:700;margin:.5em 0}.project a:hover,.work-exp a:hover{text-decoration:underline}.project h3,.project h4,.project p{margin:.25em 0}.project ul li{margin:.2rem 0}@media screen and (min-width:1200px){.project header{align-items:center;display:flex;justify-content:space-between}}.work-exp h4{margin:0}.work-exp p{margin:.25em 0}.work-exp ul li{margin:.2rem 0}@media screen and (min-width:1200px){.work-exp .work-header{align-items:center;display:flex;justify-content:space-between}}.react-photo-album{display:flex}.react-photo-album,.react-photo-album *{box-sizing:border-box}.react-photo-album--track{align-items:flex-start;display:flex}.react-photo-album--photo{padding:calc(var(--react-photo-album--padding)*1px);position:relative}.react-photo-album--image{aspect-ratio:var(--react-photo-album--photo-width)/var(--react-photo-album--photo-height);display:block;height:auto;width:100%}.react-photo-album--button{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;border:initial;cursor:pointer}.react-photo-album--masonry{justify-content:space-between}.react-photo-album--masonry .react-photo-album--track{flex-direction:column;justify-content:flex-start;row-gap:calc(var(--react-photo-album--spacing)*1px);width:calc((100% - var(--react-photo-album--spacing)*1px*(var(--react-photo-album--columns) - 1))/var(--react-photo-album--columns))}.react-photo-album--masonry .react-photo-album--photo{width:100%}.photos{width:95vw}.photos-separator{align-items:center;border:none;border-bottom:.5px dotted #000;border-radius:0;box-shadow:none;display:flex;flex-direction:column;width:85vw}.photos-separator:last-child{border:none}@media screen and (min-width:700px){.photos{width:75vw}}.emulateH2{font-size:1.5rem;font-weight:700}.countryLink,.countryLink:link,.countryLink:visited{color:#000;cursor:pointer;display:inline-block;padding:.25rem 0}.countryLink:after{content:"";display:block;height:.1rem;margin-top:5px;position:relative;transition:width .2s ease;-webkit-transition:width .2s ease;width:0}.countryLink:hover:after{background:#000;font-weight:700;width:100%}
/*# sourceMappingURL=main.e422dbf6.css.map*/