*{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;color:#d5ddc5}::-webkit-scrollbar{display:none}.scrollContainer{overflow:auto;overflow-x:hidden;height:100vh;scroll-snap-type:y mandatory}.scrollContainer section{height:100vh;scroll-snap-align:start;background-color:#071f1d;font-family:Montserrat;box-shadow:0 -1px 0 #fff}#home{display:flex;flex-direction:row;justify-content:space-around;align-items:center}#home div{width:40%}#home .textDiv{width:60%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;height:70vh}#home .textDiv p{font-size:2vw;margin-top:4vh}#about,#contact,#skills{display:flex;justify-content:space-around;align-items:center}#about .left,#about .textDiv,#contact .left,#contact .textDiv,#skills .left,#skills .textDiv{width:35%;height:60vh}#about .left li,#about .textDiv li,#contact .left li,#contact .textDiv li,#skills .left li,#skills .textDiv li{list-style:circle;list-style-position:inside}#work h2{margin-left:2vw}#work .projects{display:flex;flex-wrap:wrap}#work .projects a{width:15vw;min-width:150px;height:15vw;min-height:150px;border:1px solid #d5ddc5;margin:2vw;position:relative;overflow:hidden}#work .projects a div{width:100%;height:100%;display:flex;justify-content:center;align-items:center}#work .projects a .details{background-color:#d5ddc5;height:100%;width:100%;position:absolute;top:100%;transition:top .4s ease-in;-webkit-transition:top .4s ease-in;-moz-transition:top .4s ease-in;-ms-transition:top .4s ease-in;-o-transition:top .4s ease-in}#work .projects a .details h4{color:#071f1d;text-align:center}#work .projects a:hover .details{top:0}@media screen and (max-width:1280px){#about .left,#about .textDiv,#contact .left,#contact .textDiv,#skills .left,#skills .textDiv{width:40%}#work .projects{padding-top:5vh}#work .projects a{width:20vw;height:20vw}}@media screen and (max-width:780px){#home{flex-direction:column;justify-content:center}#home .textDiv{height:auto;width:80%}#home .textDiv p{font-size:1rem}#home #icosaedrus{height:70vh;width:80%}#about,#contact{flex-direction:column;align-items:center}#about .left,#about .textDiv,#contact .left,#contact .textDiv{width:80%;height:auto}#contact{justify-content:flex-start}#skills{flex-direction:column-reverse}#skills .left,#skills .textDiv{width:80%;height:45vh}#work{padding-left:10%}#work,#work .projects{padding-top:5vh}#work .projects a{width:20vw;height:20vw}#work .projects .details{display:none}#torus{height:30vh;width:80%}}@media (max-width:300px),screen and (max-height:650px){#skills{flex-direction:column;justify-content:flex-start;padding-top:5vh;height:95vh}#skills #techno{display:none}}@media screen and (max-width:479px){.three{display:none}#about{justify-content:flex-start;padding-top:5vh;height:95vh}#contact{height:85vh;padding-top:15vh}#work .projects .mobile{display:none}#work .projects a{min-height:100px;width:80vw;height:10vw}}h1{font-size:8vw;color:#d5ddc5}h1,h2{font-family:Lobster Two}h2{padding:5vh 0;font-size:4vw}h3{font-size:1vw;margin:3vh 0 1.5vh}p{font-size:18px;line-height:23px;text-align:justify;margin-bottom:1vw}@media screen and (max-width:1280px){h2{font-size:50px}h3{font-size:2vw}p{font-size:15px}}@media screen and (max-width:780px){h1{font-size:4rem}h2{font-size:40px}h3{font-size:15px}}@media screen and (max-width:479px){h1{font-size:3rem}}@media screen and (max-width:330px){h1{font-size:2rem}}.hamburger-menu{position:fixed;top:5vh;right:5vw;z-index:3;display:inline-block;margin:35px 25px;transition:all .3s ease-in-out}.hamburger-menu:hover{cursor:pointer}.hamburger-menu:hover .burger-item:nth-child(2){width:30px}.hamburger-menu .burger-item{background:#d5ddc5;display:block;height:3px;margin:0 0 10px;transition:all .3s ease-in-out;width:40px}.hamburger-menu.open .burger-item{margin:0 0 5px}.hamburger-menu.open .burger-item:first-child{transform:rotate(45deg);transform-origin:10px}.hamburger-menu.open .burger-item:nth-child(2){opacity:0}.hamburger-menu.open .burger-item:nth-child(3){transform:rotate(-45deg);transform-origin:8px}.menuContainer{width:100%;position:fixed;background-color:#fff;transition:left 1s ease-in;display:flex;flex-direction:column;justify-content:center;align-items:center;top:0;left:100vw;z-index:2;-webkit-transition:left .5s ease-out;-moz-transition:left 1s ease-in;-ms-transition:left 1s ease-in;-o-transition:left 1s ease-in}.menuContainer ul li{text-align:center;font-size:4vw;text-transform:uppercase;font-family:Butler_Light;cursor:pointer;margin-bottom:2vh}.menuContainer .media{display:flex;flex-direction:row;position:absolute;bottom:8vh}.menuContainer .media p{margin:0 1.5vw}@media screen and (max-width:749px){.menuContainer ul li{font-size:7vw}.menuContainer .media{flex-direction:column;bottom:8vh;text-align:center}.menuContainer .media p{text-align:center;line-height:7px}}#skills .left{position:relative}#skills .left img{width:80px;position:absolute;filter:grayscale(80%);transform:none}#skills .left .angular{top:50%;right:38%}#skills .left .ts{top:15%;left:40%}#skills .left .css{bottom:5%;right:25%}#skills .left .html{top:40%;right:7%}#skills .left .js{top:5%;right:15%}#skills .left .mysql{bottom:12%;left:5%;width:150px}#skills .left .node{top:5%;left:5%;width:150px}#skills .left .postgre{top:35%;left:10%}@media screen and (max-width:1280px){#skills .left img{width:50px;transition:transform .3s ease-in-out;-webkit-transition:transform .3s ease-in-out;-moz-transition:transform .3s ease-in-out;-ms-transition:transform .3s ease-in-out;-o-transition:transform .3s ease-in-out;-webkit-transform:initial;-moz-transform:initial;-ms-transform:initial;-o-transform:initial}#skills .left .mysql,#skills .left .node{width:80px}#skills .left .postgre{top:40%}#skills .left .wp{width:80px}}@media screen and (max-width:749px){#skills .left img{width:40px}#skills .left .mysql,#skills .left .node{width:70px}#skills .left .postgre{top:40%}#skills .left .wp{width:70px}}form{font-size:20px;width:80%}form input,form textarea{width:100%;background-color:#d5ddc5;border:none;color:#000;padding:10px;margin-bottom:.5rem}form textarea{resize:vertical;height:200px}form .half{display:flex;flex-direction:row;justify-content:space-between;width:calc(100% + 20px)}form .half input{width:45%}button[type=submit]{display:block;width:100px;border:1px solid #d5ddc5;background-color:transparent;text-transform:uppercase;font-size:20px;padding:5px;margin-left:auto;cursor:pointer;margin-top:10px;transition:background-color .3s ease;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}button[type=submit]:hover{background-color:#d6e2ec;color:#071f1d}@media screen and (max-width:1280px){form{width:90%}form textarea{resize:vertical;height:200px}form .half{flex-direction:column;width:100%}form .half input{width:100%}}@media screen and (max-width:749px){#contact h2{text-align:center}form{width:90%}form textarea{resize:vertical;height:150px}form .half{display:flex;flex-direction:row;justify-content:space-between;width:calc(100% + 20px)}form .half input{width:45%}}@media screen and (max-width:479px){form .half{flex-direction:column;width:100%}form .half input{width:100%}}
/*# sourceMappingURL=/style.270f4845.css.map */