@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;200;300;400;500&display=swap);*{box-sizing:border-box;font-family:Roboto Mono,monospace}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background-color:#fff}::-webkit-scrollbar-thumb{background-color:#d6cfcf;border-radius:5pt}::-webkit-scrollbar-corner{background-color:#fff}body,html{height:100%;margin:0;padding:0;width:100%}.App{height:100vh;max-width:100%;opacity:.85;position:relative;width:100vw}.animated_gradient{background:url(/static/media/backgroundGradient.20ee5e036431ce7f24bd.svg);background-repeat:no-repeat;background-size:cover}.welcome_message_container{display:flex;flex-direction:column;height:85vh;justify-content:center;text-align:center}.message{color:#484343;font-size:35px;font-weight:300;letter-spacing:1pt;margin-bottom:20pt}.highlight{color:#e7e7e7}.links_container{display:flex;justify-content:flex-end;padding-right:50pt;width:100%}.icon{color:rgba(0,0,0,.9);height:120px;justify-content:center;padding:10pt;transition:.3s;width:120px}.icon:hover{color:#e7e7e7;cursor:pointer;opacity:.8}.heading{font-size:22px}@media only screen and (max-width:640px){.heading{font-size:18px}}@media only screen and (max-width:540px){.message{font-size:20px}.icon{height:90px;width:90px}.links_container{justify-content:center;padding-right:0}}.nav{display:flex;font-weight:300;height:9vh;justify-content:space-between;letter-spacing:1pt;min-height:1cm;opacity:.9}.sticky_navbar{position:fixed;top:0;width:100%}.gradient{background:#fb9d3f;background:linear-gradient(90deg,#fb9d3f,#fb9649 19%,#fc8d5d 47%,#fc6555 76%,#fc6446)}.title_container{align-items:center;display:flex;font-size:24px;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media only screen and (max-width:540px){.title_container{font-size:20px}}@media only screen and (max-width:320px){.title_container{font-size:18px}}.title{margin-left:50px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.title:hover{color:#e7e7e7;cursor:pointer}.navbar_elements_container{align-items:center;display:flex;font-size:20px;margin-right:50px;text-align:center}.active{color:#e7e7e7}.navbar_element{margin:10px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;transition:.3s;width:10vw}.navbar_element:hover{color:#e7e7e7;cursor:pointer}.burger{align-self:center;display:none;margin-right:50px}.burger div{background-color:hsla(0,0%,100%,.842);height:3px;margin:5px;transition:all .3s ease;width:25px}.toggle .line1{-webkit-transform:rotate(-45deg) translate(-5px,6px);transform:rotate(-45deg) translate(-5px,6px)}.toggle .line2{opacity:0}.toggle .line3{-webkit-transform:rotate(45deg) translate(-5px,-6px);transform:rotate(45deg) translate(-5px,-6px)}@media screen and (max-width:768px){body{overflow-x:hidden;width:100%}.navbar_elements_container{align-items:center;display:none;flex-direction:column;height:91vh;margin-right:0;position:absolute;right:0;top:9vh;width:100%}.burger{cursor:pointer;display:block}}.sidebar_active{display:flex;padding-top:50px;transition:1s}.sidebar_element{font-size:120%;margin-bottom:20px;margin-top:20px}.project_root{margin-top:50px}.project{display:flex;justify-content:space-between}.projectImage{border-radius:10pt;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2)}.projectDetailsRight{display:flex;flex-direction:column;margin-left:54px}.projectDetailsLeft{display:flex;flex-direction:column;margin-right:54px}.projectTitle{display:flex}.projectName{font-weight:700;margin-bottom:25px}.projectLink{border-radius:100%;font-weight:100;margin-left:100px;transition:.3s}.projectLink:hover{background:#fb9d3f;background:linear-gradient(90deg,#fb9d3f,#fb9649 19%,#fc8d5d 47%,#fc6555 76%,#fc6446);cursor:pointer;opacity:.85}.projectTag{border:1px solid #000;border-radius:10pt;font-size:small;padding:3pt 8pt;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.projectTag:hover{background:#fb9d3f;background:linear-gradient(90deg,#fb9d3f,#fb9649 19%,#fc8d5d 47%,#fc6555 76%,#fc6446);cursor:context-menu;opacity:.85}.projectDesc{display:flex;height:100%;margin-top:50px}@media only screen and (max-width:1015px){.project{flex-direction:column}.project>#a{order:1}.project>#b{order:2}.mobile_margin{margin-top:34px}.projectDetailsRight{margin-left:0;margin-top:34px}.projectDetailsLeft{margin-right:0}.projectImage{margin-top:34px}}@media only screen and (max-width:640px){.projectImage{width:350px}}@media only screen and (max-width:385px){.projectImage{width:280px}}.projects{background-color:#fff;display:flex;flex-direction:column;padding:120px 300px 50px}@media only screen and (max-width:1440px){.projects{padding-left:100px;padding-right:100px}}@media only screen and (max-width:640px){.projects{padding-left:20px;padding-right:20px}}.skill{align-items:center;background-color:rgba(255,225,194,.437);border-radius:10pt;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);display:flex;flex-direction:column;height:160px;justify-content:flex-end;transition:.3s;width:160px}.skill:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.skill_icon_container{max-width:100}.skill_icon{border-radius:10pt;color:rgba(0,0,0,.9);transition:.3s}.skill_icon:hover{color:#000}.skill_name{margin-bottom:5px;margin-top:5px}@media only screen and (max-width:560px){.skill{font-size:10px;height:85px;width:85px}.skill_icon{height:60px;width:60px}.skill_name{margin-bottom:2.5px;margin-top:2.5px}}.skills{padding:120px 300px 50px}@media only screen and (max-width:1440px){.skills{padding-left:100px;padding-right:100px}}.skills_container{grid-row-gap:40px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));justify-items:center;margin-top:50px;row-gap:40px}@media only screen and (max-width:1090px){.skills_container{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:915px){.skills_container{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:740px){.skills_container{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:560px){.skills_container{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:480px){.skills{padding-left:20px;padding-right:20px}}@media only screen and (max-width:330px){.skills_container{grid-template-columns:repeat(2,minmax(0,1fr))}}.gallery_root{display:flex;flex-direction:column;padding:120px 300px 50px}@media only screen and (max-width:1440px){.gallery_root{padding-left:100px;padding-right:100px}}.gallery{grid-row-gap:40px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-items:center;margin-top:50px;row-gap:40px}.gallery_image{border-radius:10pt;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);transition:.3s;width:300px}.gallery_image:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.heading{font-weight:300}@media only screen and (max-width:1160px){.gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:850px){.gallery{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery_image{width:150px}}@media only screen and (max-width:700px){.gallery_root{padding-left:20px;padding-right:20px}.gallery{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:515px){.gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:365px){.gallery{grid-template-columns:repeat(1,minmax(0,1fr))}.gallery_image{width:300px}}
/*# sourceMappingURL=main.7cbfd8de.css.map*/