@import url(https://fonts.googleapis.com/css2?family=VT323&display=swap);@import url(https://fonts.googleapis.com/css2?family=Gemunu+Libre:wght@200..800&display=swap);@import url(https://fonts.googleapis.com/css2?family=DotGothic16&display=swap);@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200);div.section{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;margin:0 auto;max-width:1440px;width:100%}div.section.even{background-color:#000;color:#fff}div.section p{font-family:Gemunu Libre,sans-serif;font-size:18px;font-weight:500;line-height:135%;text-align:justify}div.section p b{font-weight:800}@media screen and (min-width:768px){div.section{font-size:24px}}@media screen and (min-width:1280px){div.section p{font-size:28px}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:initial}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:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}div.container{background-color:#fff;padding:10px 20px 20px}div.container.even{background-color:#000;color:#fff}@media screen and (min-width:1024px){div.container{margin:0 auto;padding:20px 40px 40px}}.timeline .MuiTimelineItem-missingOppositeContent:before{content:none}.mobileTimeline{margin-top:10px}.mobileTimeline,.mobileTimeline .singleMobileTimelineItem{display:flex;flex-direction:column}.mobileTimeline .singleMobileTimelineItem h3{font-family:Gemunu Libre,sans-serif;font-size:17px;font-weight:700;text-align:center}.mobileTimeline .singleMobileTimelineItem h3 span.pulsatingText{animation:pulsatingText 2s ease-in-out infinite}.mobileTimeline .singleMobileTimelineItem ul{margin:10px 0;max-width:375px}.mobileTimeline .singleMobileTimelineItem ul li{font-family:Gemunu Libre,sans-serif;font-size:18px;margin-bottom:8px}.mobileTimeline .singleMobileTimelineItem ul li:last-of-type{margin-bottom:0}.mobileTimeline .singleMobileTimelineItem ul li>*{vertical-align:middle}.mobileTimeline .singleMobileTimelineItem ul li .timelineActivitiesDot{font-size:5px;margin-right:10px}.mobileTimeline .mobileTimelineSeparator{align-items:center;display:flex;flex-direction:row;height:60px;justify-content:center;margin-bottom:10px;width:100%}.mobileTimeline .mobileTimelineSeparator .separator{border:3px dashed #000;height:100%;width:0}@media screen and (min-width:375px){.mobileTimeline .singleMobileTimelineItem h3{font-size:20px}}@media screen and (min-width:768px){.mobileTimeline{display:none}.timeline .css-v6mo1y-MuiTimelineDot-root{background-color:#000}.timeline .lastJobDot{animation:pulsatingDot 1.5s infinite;box-shadow:none}.timeline .css-1ami7lv-MuiTimelineConnector-root{background-color:#000}.timeline .css-1ami7lv-MuiTimelineConnector-root.lastJobConnector{background-color:initial;border:2px dashed #000;width:0}.timeline .muiTimelineRule{display:flex}.singleTimelineItem{margin-bottom:8px}.singleTimelineItem h3{font-family:Gemunu Libre,sans-serif;font-size:24px;font-weight:700;line-height:24px;margin-bottom:5px}.singleTimelineItem ul li{font-family:Gemunu Libre,sans-serif;font-size:18px;padding-left:15px}.singleTimelineItem ul li>*{vertical-align:middle}.singleTimelineItem ul li .timelineActivitiesDot{font-size:6px;margin-right:10px}}@media screen and (min-width:1280px){.timeline{margin-top:10px}.singleTimelineItem{margin-bottom:16px}.singleTimelineItem h3{font-size:36px;line-height:36px;margin-top:-6px}.singleTimelineItem ul li{font-size:26px}.singleTimelineItem ul li .timelineActivitiesDot{font-size:8px}}@keyframes pulsatingDot{0%{background-color:#000}50%{background-color:initial}to{background-color:#000}}@keyframes pulsatingText{0%{color:#000}50%{color:#fff}to{color:#000}}footer{align-items:center;background-color:#131313;display:flex;height:30px;justify-content:center;text-align:center}footer p{color:#fff;font-family:DotGothic16,sans-serif;font-size:14px;font-style:normal;font-weight:400}@media screen and (min-width:1024px){footer{height:50px}footer p{font-size:20px}}.active{background-color:#fff;color:#000}nav{align-items:flex-start;background-color:#000;color:#fff;display:flex;flex-direction:column;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;z-index:99999999999999}nav .navbarTitle{color:#fff;font-family:Gemunu Libre,sans-serif;font-size:28px;font-weight:400;margin:1rem;text-decoration:none}nav ul{background-color:#121212;display:none;flex-direction:column;padding:10px 0;position:fixed;top:-260px;width:100%;z-index:999999999999}nav ul.open{display:flex;top:60px}nav ul li{list-style:none;text-align:center;width:100%}nav ul li a{color:#fff;display:block;font-family:VT323,monospace;font-size:30px;margin:5px 0;padding:10px;text-decoration:none}nav ul li a:not(.active):hover{background-color:#454545}nav .menuBars{display:flex;flex-direction:column;height:1.8rem;justify-content:space-between;position:absolute;right:0;width:2.8rem}nav .menuBars svg{position:absolute;top:50%}@media screen and (min-width:1024px){.active{background-color:initial;color:#fff;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:5px}nav{align-items:center;flex-direction:row}nav .navbarTitle{font-size:48px;margin:1rem 2rem}nav .menuBars{display:none}nav ul{background-color:#000;display:flex;flex-direction:row;margin:0 1rem;padding:0;position:relative;top:auto;width:auto}nav ul li{padding:0 15px;width:auto}nav ul li a{margin:0;padding:0}nav ul li a:hover{color:#cfcfcf}nav ul li a:not(.active):hover{background-color:initial}nav ul li a.active:hover{color:#fff}}@keyframes openMenu{0%{top:-260px}to{top:60px}}@keyframes closeMenu{0%{top:60px}to{top:-260px}}div.sectionTitle{align-items:center;display:flex;justify-content:center;margin-bottom:15px;width:100%}div.sectionTitle h2{font-family:VT323,monospace;font-size:46px;text-align:center;text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:7px}@media screen and (min-width:768px){div.sectionTitle h2{font-size:56px}}@media screen and (min-width:1280px){div.sectionTitle h2{font-size:64px}}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.material-symbols-outlined.filled{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}.singleSkill{display:flex;flex-direction:column;flex-wrap:wrap;text-align:center}.singleSkill .skillName{display:block;font-family:VT323,monospace;font-size:24px}.singleSkill .skillDots{display:block}.singleSkill .skillDots .material-symbols-outlined{font-size:18px}@media screen and (min-width:768px){.singleSkill .skillName{font-size:32px}.singleSkill .skillDots .material-symbols-outlined{font-size:24px}}@media screen and (min-width:1024px){.singleSkill{flex-direction:row;gap:0 10px;justify-content:flex-end}.singleSkill .skillDots{align-self:center}}div.container.contact{height:calc(100vh - 120px)}div.contact ul.contactLinks{align-items:center;column-gap:40px;display:flex;flex-direction:row;justify-content:center;list-style-type:none;width:100%}div.contact ul.contactLinks li.contactLink a{color:#000}div.contact ul.contactLinks li.contactLink a svg{font-size:50px;scale:1}div.contact ul.contactLinks li.contactLink a.hovered svg{animation:blurAnim .5s;scale:1}div.contact ul.contactLinks li.contactLink a:hover svg{animation:hoverAnim .5s;scale:1.15}div.contact p{max-width:850px}div.contact p.emailLink{margin-top:20px}div.contact p.emailLink a{align-items:center;color:#000;column-gap:5px;display:flex;flex-direction:row;justify-content:center;text-decoration:none}div.contact p.emailLink a:hover{text-decoration:underline;text-underline-offset:8px}div.contact p.emailLink a svg{font-size:35px}@media screen and (min-width:1280px){div.container.contact{height:calc(100vh - 190px)}div.contact p.emailLink a svg{font-size:50px}}@keyframes hoverAnim{0%{scale:1}to{scale:1.15}}@keyframes blurAnim{0%{scale:1.15}to{scale:1}}div.whoami img{border:4px solid #000;margin:0 0 15px;max-width:220px;width:60%}.skillTree{margin:15px 0 10px;max-width:1100px;width:100%}.skillTree,.skillTree .skillsThird{display:flex;flex-direction:column;flex-wrap:wrap;gap:8px 0}@media screen and (min-width:768px){div.whoami{flex-direction:row;justify-content:space-around}div.whoami div.sectionTitle{width:100%}div.whoami img{max-width:260px}div.whoami p{width:50%}div.section.experience p,div.section.skills p{padding:0 5%}.skillTree{flex-direction:row;justify-content:space-around}}@media screen and (min-width:1024px){.skillTree{justify-content:space-between;margin:30px 0 0}}@media screen and (min-width:1280px){div.whoami img{max-width:300px}}@media screen and (min-width:1440px){div.whoami img{max-width:340px}div.section.experience p,div.section.skills p{padding:0 6%}}.image-gallery-icon{-webkit-appearance:none;appearance:none;background-color:initial;border:0;color:#fff;cursor:pointer;filter:drop-shadow(0 2px 2px #1a1a1a);outline:none;position:absolute;transition:all .3s ease-out;z-index:4}@media(hover:hover)and (pointer:fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media(max-width:768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media(max-width:480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width:768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width:480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;-webkit-user-select:none;-o-user-select:none;user-select:none}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{line-height:0;position:relative;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media(max-width:768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;text-align:center;white-space:nowrap}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{object-fit:contain;width:100%}.image-gallery-slide .image-gallery-description{background:#0006;bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media(max-width:768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{-webkit-appearance:none;appearance:none;background-color:initial;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media(max-width:768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media(max-width:480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{background:#337ab7;border:1px solid #337ab7;transform:scale(1.2)}.image-gallery-bullets .image-gallery-bullet.active{background:#fff;border:1px solid #fff;transform:scale(1.2)}@media(hover:hover)and (pointer:fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{display:inline-block;vertical-align:top;width:100px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:81px}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{height:100%;left:0;padding:0;position:absolute;top:0;width:100%}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 5px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media(max-width:768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{background:#0000;border:4px solid #0000;display:inline-block;padding:0;transition:border .3s ease-out;width:100px}@media(max-width:768px){.image-gallery-thumbnail{border:3px solid #0000;width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{line-height:0;vertical-align:middle;width:100%}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:4px solid #337ab7;outline:none}@media(max-width:768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media(hover:hover)and (pointer:fine){.image-gallery-thumbnail:hover{border:4px solid #337ab7;outline:none}}@media(hover:hover)and (pointer:fine)and (max-width:768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;text-shadow:0 2px 2px #1a1a1a;top:50%;transform:translateY(-50%);white-space:normal;width:100%}@media(max-width:768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:#0006;color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width:768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}img{max-width:100%}.image-gallery{border:4px solid #000;margin-bottom:15px;max-width:300px}.even .image-gallery{border-color:#fff}.imgContainer{border:4px solid #fff;margin-bottom:15px;max-width:300px}.odd .imgContainer{border-color:#000}.imgContainer img{display:block}div.links{display:flex;flex-direction:column;gap:10px;justify-content:center;margin-top:10px}div.links a{color:#000;font-family:VT323,monospace;font-size:32px;text-align:center;text-decoration:none}div.links a:hover{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:5px}.smallParagraph{font-family:Gemunu Libre,sans-serif;font-size:13px;margin-top:30px;max-width:1440px;text-align:justify}div.section.portfolio.pcBuilds p.bigParagraph{width:100%}.pcBuilds .bigParagraph{font-family:Gemunu Libre,sans-serif;font-size:20px;font-weight:700;margin-bottom:10px;margin-top:30px;text-align:center}.more .imgContainer{margin-bottom:0}.more .imgContainer img{max-height:141px}.more a{display:flex;flex-direction:column;justify-content:center;text-decoration:none}.more a:hover{text-decoration:underline;text-decoration-color:#000;text-decoration-thickness:2px;text-underline-offset:5px}.more a:first-of-type{margin-bottom:25px}.more a p{color:#000;font-family:VT323,monospace;font-size:20px;margin-top:5px;text-align:center}div.section.portfolio.more a p{width:100%}@media screen and (min-width:768px){div.links,div.section.portfolio{flex-direction:row}div.links{gap:50px}.smallParagraph{font-size:14px}.pcBuilds .bigParagraph{font-size:22px}div.section.more{align-items:baseline;column-gap:60px}}@media screen and (min-width:1024px){div.section.portfolio{column-gap:50px}div.section.portfolio>p{width:60%}div.links{margin-top:30px}.smallParagraph{margin:30px auto 0}}@media screen and (min-width:1280px){div.section.portfolio>p{font-size:24px;width:45%}.image-gallery,.imgContainer{max-width:470px}.smallParagraph{font-size:16px;padding-left:20px}div.section.portfolio.pcBuilds p.bigParagraph{font-size:28px}div.links a{font-size:36px}div.links a:hover{text-decoration-thickness:3px}div.section.portfolio.more{column-gap:230px}.more a{margin-top:50px;scale:1.3}}@media screen and (min-width:1440px){div.section.portfolio>p{font-size:28px;width:55%}div.links a{font-size:48px}div.links a:hover{text-decoration-thickness:4px}div.section.portfolio.pcBuilds p.bigParagraph{font-size:34px}.smallParagraph{font-size:18px;padding-left:60px}div.section.portfolio.more{column-gap:300px}.more a{margin-top:60px;scale:1.5}}
/*# sourceMappingURL=main.087e2d0f.css.map*/