:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{box-sizing:border-box;font-family:PT Sans,sans-serif;margin:0;padding:0}.contact,.cv,.home,.projects{align-items:center;display:flex;font-size:3rem;height:90vh;justify-content:center}.projects{background-size:cover}.cv,.projects{background-position:50%;background-repeat:no-repeat;color:#fff;font-size:100px}.cv{background-size:fill}.contact{background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;font-size:100px}.navbar{background:linear-gradient(90deg,#fff,#fff);font-size:1.2rem;position:sticky;top:0;z-index:999}.navbar,.navbar-container{align-items:center;display:flex;height:80px;justify-content:center}.navbar-container{width:90%}.navbar-logo{align-items:center;color:#000;cursor:pointer;display:flex;font-family:Raleway,Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:2rem;font-weight:700;justify-self:start;position:relative;text-decoration:none;width:300px}.navbar-logo img{height:35px;margin-left:5px;margin-top:6px;width:35px}.fa-typo3{font-size:1.8rem;margin-left:.5rem}.nav-menu{align-items:center;display:flex;justify-content:space-between;list-style:none;margin-right:2rem;max-height:calc(100vh - 80px);overflow-y:auto;width:100%}.nav-menu:before{content:"";flex:1 1}.nav-item{height:80px}.nav-links{align-items:center;color:#000;display:flex;font-family:Raleway,Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;height:100%;padding:.5rem 1rem;text-decoration:none}.nav-links:hover{border-bottom:4px solid #000;font-weight:bolder;transition:all .2s ease-out}.fa-bars{color:#000}.menu-icon,.nav-links-mobile{display:none}@media screen and (max-width:960px){.NavbarItems{position:relative}.nav-menu{display:inline;flex-direction:column;height:100vh;left:-100%;position:absolute;top:80px;width:100%}.nav-menu,.nav-menu.active{opacity:1;transition:all .5s ease}.nav-menu.active{background:#fff;left:0;z-index:1}.nav-links{display:table;font-family:Raleway,Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;padding:2rem;text-align:center;width:100%}.nav-links:hover{background-color:#fff;border-radius:0;color:#242424;font-weight:bolder}.navbar-logo{left:0;position:absolute;top:0;transform:translate(10%,36%)}.menu-icon{cursor:pointer;display:block;font-size:1.8rem;position:absolute;right:0;top:0;transform:translate(-100%,60%)}.fa-times{color:#000;font-size:2rem}.nav-links-mobile{background-color:initial;border:2px solid #000;border-radius:4px;color:#000;display:block;font-size:1.5rem;margin:2rem auto;padding:14px 20px;text-align:center;text-decoration:none;transition:all .3s ease-out;width:80%}.nav-links-mobile:hover{background:#c2c2c2;color:#242424;transition:.25s}}:root{--primary-color:#000}.btn{border:none;border-radius:2px;cursor:pointer;padding:8px 20px}.btn,.btn:active,.btn:focus{outline:none}.btn--primary{background-color:#000;background-color:var(--primary-color);border:1px solid #000;border:1px solid var(--primary-color);color:#242424}.btn--outline{border:2px solid #000;border:2px solid var(--primary-color);color:#000}.btn--outline,.btn--text{background-color:initial;padding:8px 20px;transition:all .3s ease-out}.btn--text{color:#8e8e8e}.btn--medium,.btn--medium2{font-family:Raleway,Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:20px;font-weight:700;padding:8px 20px}.btn--medium2{outline:none}.btn--large{font-size:20px;padding:12px 26px}.btn--large:hover,.btn--medium:hover{background:#c2c2c2;color:#242424;font-weight:bolder;transition:.25s}.btn--medium2:hover{background:#fff;color:#000;font-weight:bolder;outline:none;transition:.25s}body{overflow-y:scroll}.main-container{align-items:center;box-shadow:inset 0 0 0 1000px #fff3;display:flex;flex-direction:column;justify-content:center;margin:0 auto;object-fit:contain;padding-bottom:138px;width:90%}.main-container>h1{color:#000;font-family:Raleway,Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:80px;margin-top:100px}.main-text-container{align-items:left;display:flex;flex-direction:column;justify-content:center;margin-top:40px;width:80%}.main-text-container>p.name{font-size:30px;width:270px}.main-text-container>p.intro,.main-text-container>p.name{color:#000;font-family:Raleway,Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif}.main-text-container>p.intro{font-size:25px;font-weight:400;margin-top:20px}@media screen and (max-width:1160px){.main-container{align-items:center;box-shadow:inset 0 0 0 1000px #fff3;margin:0 auto;object-fit:contain;width:90%}.main-container,.main-text-container{display:flex;flex-direction:column;justify-content:center}.main-text-container{align-items:left;margin-top:40px;width:80%}}@media screen and (max-width:960px){.main-container{align-items:center;box-shadow:inset 0 0 0 1000px #fff3;display:flex;flex-direction:column;justify-content:center;margin:0 auto;object-fit:contain;width:90%}.main-container>h1{font-size:70px;margin-top:100px}.main-container>p.name{color:#000;font-family:Raleway,Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:30px;margin-top:8px}}@media screen and (max-width:768px){.main-container>h1{font-size:60px;margin-top:100px}.main-container>p{font-size:30px}.btn-mobile{display:block;text-decoration:none}.btn{width:100%}}@media screen and (max-width:400px){.main-container{align-items:center;box-shadow:inset 0 0 0 1000px #fff3;display:flex;flex-direction:column;justify-content:center;object-fit:contain;width:90%}.main-container>h1{margin-top:30px}.main-text-container{align-items:left;display:flex;flex-direction:column;justify-content:center;margin-top:40px;width:80%}}.cards{background:#fff;display:flex}.cards__container{align-items:flex-start;display:flex;flex-flow:column;margin:auto;object-fit:contain;width:75%}.cards__container h1{font-size:70px;margin-top:55px}.cards__container h1,.cards__container p{font-family:Raleway,Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif}.cards__container p{font-size:25px;margin-top:30px}.cards__wrapper{margin:50px 0 45px;position:relative}.cards__items{margin-bottom:24px;width:100%}.cards__item{border-radius:10px;display:flex;flex:1 1;margin:0 1rem}.cards__item__link{border-radius:10px;box-shadow:0 6px 20px 10px #387dff2b;display:flex;filter:drop-shadow(0 6px 20px rgba(56,125,255,.017));flex-flow:column;overflow:hidden;text-decoration:none;width:100%}.cards__item__pic-wrap{overflow:hidden;padding-top:67%;position:relative;width:100%}.fade-img{animation-duration:2s;animation-name:fade-img}.cards__item__pic-wrap:after{background-color:#00a6ff;bottom:0;box-sizing:border-box;color:#fff;content:attr(data-category);font-size:20px;font-weight:700;margin-left:10px;max-width:calc(100% - 60px);padding:6px 8px;position:absolute}.cards__item__img{bottom:0;display:block;height:100%;left:0;max-height:100%;max-width:100%;object-fit:cover;position:absolute;right:0;top:0;transition:all .2s linear;width:100%}.cards__item__img:hover{transform:scale(1.1)}.cards__item__info{padding:20px 30px 30px}.cards__item__text{color:#252e48;font-size:18px;line-height:24px}@media only screen and (min-width:1200px){.content__blog__container{width:84%}}@media only screen and (min-width:1024px){.cards__items{display:inline-flex;width:100%}}@media only screen and (max-width:1024px){.cards__item{margin-bottom:2rem}.cards__container{align-items:center;display:flex;flex-flow:column;margin:0 auto;object-fit:contain;width:90%}.cards__container h1{font-size:50px;margin-top:55px}.cards__container h1,.cards__container p{font-family:Raleway,Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;margin-left:auto;margin-right:auto}.cards__container p{font-size:20px;margin-top:30px}}.success-toast{background-color:#fff;border-radius:10px;color:#000;font-size:20px;padding:12px}.contact-container,.success-toast{margin-left:auto;margin-right:auto}.contact-container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:67px;width:75%}.contact-container>h1,::placeholder{font-family:Raleway,Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif}.contact-container>h1{align-self:start;color:#000;font-size:70px;margin-top:55px}.contact-info{align-items:flex-start;display:flex;justify-content:space-between;width:100%}.text-container{align-self:flex-start;margin-top:75px;width:450px}.text-container,.text-container p{font-family:Raleway,Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif}.text-container p{font-size:24px}.text-container p.contact-heading-text,.text-container p.contact-heading-text1{font-size:17px;margin-top:10px}.input-areas{align-self:flex-end;margin-top:75px;width:620px}.contact-email-input,.contact-name-input{font-family:Raleway,Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:15px;font-weight:600;height:45px;padding:.5rem;width:300px}.contact-email-input{margin-left:20px}.contact-message-input{font-family:Raleway,Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:15px;font-weight:600;height:150px;margin-top:20px;padding-bottom:100px;padding-left:9px;width:620px}.input-areas .btn{background-color:#000;color:#fff;margin-top:20px;width:620px}.input-areas .btn:hover{background-color:#fff;color:#000}@media screen and (max-width:1430px){.contact-container{align-items:center;display:flex;flex-direction:column}.contact-container>h1{align-self:center;color:#000;font-family:Raleway,Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:70px;margin-top:55px}.contact-info{align-items:center;display:inline-block;justify-content:center;width:100%}.text-container{display:flex;flex-direction:column;font-family:Raleway,Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;margin-top:55px;width:450px}.input-areas,.text-container{align-items:center;justify-content:center;margin-left:auto;margin-right:auto}.input-areas{margin-top:30px}}@media screen and (max-width:840px){.contact-container{align-items:center;display:flex;flex-direction:column}.contact-container>h1{align-self:center;color:#000;font-family:Raleway,Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:50px;margin-top:55px}.contact-info{display:inline-block}.contact-info,.text-container{align-items:center;justify-content:center;width:100%}.text-container{display:flex;flex-direction:column;font-family:Raleway,Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;margin-left:auto;margin-right:auto;margin-top:75px}.text-container p.contact-heading-text{font-size:17px;margin-top:10px;text-align:center}.input-areas{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-left:auto;margin-right:auto;margin-top:30px;width:100%}.contact-email-input,.contact-name-input{display:flex;font-size:15px;height:45px;margin-left:auto;margin-right:auto;padding:.5rem;width:300px}.contact-email-input{margin-top:20px}.contact-message-input{display:flex;font-size:15px;height:150px;margin-left:auto;margin-right:auto;margin-top:20px;padding-left:9px;width:300px}.input-areas .btn{background-color:#000;color:#fff;margin-top:20px;width:300px}.input-areas .btn:hover{background-color:#fff;color:#000}}.footer-container{align-items:center;background-color:#fff;bottom:0;display:flex;flex-direction:column;height:20vh;justify-content:center;left:0;margin-left:auto;margin-right:auto;padding:0;position:relative;right:0;width:95%}.social-icon-link{color:#000;font-size:30px;transform:translateY(-5px)}.social-icon-link-email img{height:35px;margin-left:0;transform:translateY(-5px);width:35px}.social-media{max-width:1000px;width:100%}.social-media-wrap{margin:40px auto 0;max-width:1000px;width:90%}.social-icons,.social-media-wrap{align-items:center;display:flex;justify-content:space-between}.social-icons{width:200px}.social-logo{align-items:center;color:#000;cursor:pointer;display:flex;font-family:Raleway,Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:20px;font-weight:500;justify-self:start;margin-bottom:16px;margin-left:20px;text-decoration:none}.social-logo img{height:20px;margin-left:5px;margin-top:4px;width:20px}.website-rights{color:#000;font-family:Raleway,Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-weight:600;margin-bottom:16px}@media screen and (max-width:840px){.footer-container{align-items:center;background-color:#fff;bottom:0;display:flex;flex-direction:column;height:20vh;justify-content:center;left:0;padding:0;position:relative;right:0}.social-logo{margin-left:auto;margin-right:auto}.social-media-wrap{flex-direction:column}.social-icon-link{margin-left:-15px;transform:translateY(-5px)}.social-icon-link-email img{height:35px;transform:translateY(-5px);width:35px}.social-icons,.website-rights{margin-left:auto;margin-right:auto}}.project-display{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-left:auto;margin-right:auto;margin-top:10px;max-width:80%;text-align:center}.back-link>img.back-icon{box-shadow:0 0 0 0 #ffffff2b;height:30px;margin-left:0;margin-right:0;width:30px}.back-link{align-items:center;color:#8e8e8e;display:flex;font-family:Raleway,Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:30px;font-weight:lighter;height:40px;justify-content:center;margin-bottom:7px;margin-left:20px;margin-top:20px;transition:filter .3s ease-in,transform .2s ease-out;width:100px}.back-link:hover{filter:grayscale(100%) brightness(0);transform:scale(1.1)}.project-display a{text-decoration:none}.project-display h1{font-family:Raleway,Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:50px;margin-bottom:10px;margin-left:100px;margin-top:20px}.project-display img{border-radius:10px;box-shadow:0 6px 20px 10px #387dff2b;display:flex;margin:20px auto;max-width:60%}.project-display p{font-family:Raleway,Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:25px;font-weight:700;-webkit-hyphens:auto;hyphens:auto;margin-bottom:20px;margin-left:100px;margin-top:20px;max-width:90%;text-align:justify}.project-display p.proj-lang{font-size:25px;font-weight:lighter}.project-display a.link{align-items:center;border:2px solid #000;border-radius:40px;color:#000;display:flex;font-family:Raleway,Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:20px;font-weight:bolder;justify-content:center;margin-bottom:20px;margin-left:100px;padding:5px 10px;text-decoration:none}.project-display a.link i{height:24px;margin-right:5px;margin-top:3px;width:24px}@media screen and (max-width:1160px){.project-display img{box-shadow:0 2px 4px #00000080;margin:20px auto;max-width:70%}}@media screen and (max-width:850px){.project-display h1{font-size:45px;margin-bottom:10px;margin-left:0;margin-top:20px}.back-link{margin-left:-7px}.project-display p{font-size:25px;-webkit-hyphens:auto;hyphens:auto;margin-bottom:20px;margin-left:0;margin-top:20px;max-width:100%;text-align:justify}.project-display a.link{align-items:center;border:2px solid #000;border-radius:40px;color:#000;display:flex;font-size:20px;justify-content:center;margin-bottom:20px;margin-left:0;padding:5px 10px;text-decoration:none}.project-display a.link i{height:24px;margin-right:5px;margin-top:5px;width:24px}.project-display img{box-shadow:0 2px 4px #00000080;margin:20px auto;max-width:100%}}@media screen and (max-width:300px){.project-display h1{font-size:50px;margin-bottom:10px;margin-top:20px;text-align:justify}.project-display p{font-size:25px;margin:20px auto;max-width:90%;text-align:justify}.project-display a.link{align-items:center;border:2px solid #000;border-radius:40px;color:#000;display:flex;font-size:25px;justify-content:center;margin-bottom:20px;margin-left:auto;margin-right:auto;padding:5px 10px;text-decoration:none}.project-display img{box-shadow:0 2px 4px #00000080;margin:20px auto;max-width:60%}}
/*# sourceMappingURL=main.8952d4cc.css.map*/