html{-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}body,html{margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#444452;font-family:'Proxima Nova',Georgia,sans-serif;line-height:1.5;width:100%}a{-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;text-decoration:none;font-weight:700;color:inherit}a:not(.button){font-weight:700;text-decoration:none;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;position:relative}a:not(.button):after{content:"";border-bottom:.5em solid rgba(246,50,56,.2);-webkit-transform:scaleX(0);transform:scaleX(0);position:absolute;bottom:2px;left:0;width:100%;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}a:not(.button):hover:after{-webkit-transform:scaleX(1);transform:scaleX(1)}img{max-width:100%;vertical-align:middle}strong{font-weight:700}.center{text-align:center}.active{color:#ff5057!important}.section-header{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;font-size:2rem;margin-bottom:-50px!important;color:#282739!important}.section-header .section-line{display:block;margin:14px auto 0;width:25px;height:6px;background:#444}.section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:100px 170px}@media screen and (max-width:1280px){.section{padding:100px}}@media screen and (max-width:1024px){.section{padding:50px}}@media screen and (max-width:768px){.section{display:block}}@media screen and (max-width:480px){.section{padding:50px 35px}}.section-info{position:absolute;left:0;right:0;bottom:0;font-size:1.5rem;color:#fff;line-height:2em;text-align:center}.section-title{-ms-flex-negative:0;flex-shrink:0;width:200px;margin-right:70px;color:#ff5057!important;text-transform:uppercase;text-align:right;font-weight:700;letter-spacing:2px}@media screen and (max-width:1024px){.section-title{margin-right:50px}}@media screen and (max-width:850px){.section-title{width:150px}}@media screen and (max-width:768px){.section-title{text-align:left;width:auto}}.section-content{font-weight:300;font-size:1.5rem;width:100%;max-width:980px}@media screen and (max-width:768px){.section-content{padding-top:30px;padding-left:50px}}@media screen and (max-width:480px){.section-content{padding-left:30px}}.section-content p{margin-top:0;margin-bottom:25px}.section-content .underline-link{position:relative;display:inline-block}.section-content .underline-link:after{position:absolute;top:100%;left:0;width:100%;height:1px;background:#36363c;content:'';opacity:0;-webkit-transition:height .3s,opacity .3s,-webkit-transform .3s;transition:height .3s,opacity .3s,-webkit-transform .3s;transition:height .3s,opacity .3s,transform .3s;transition:height .3s,opacity .3s,transform .3s,-webkit-transform .3s;-webkit-transform:translateY(-5px);transform:translateY(-5px)}.section-content .underline-link:focus:after,.section-content .underline-link:hover:after{height:2px;border-radius:3px;opacity:1;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.small{font-size:1.275rem;display:inline-block;margin-top:15px}.small:after{display:none}.tooltip{position:relative;display:inline-block;border-bottom:1px dotted #000}.tooltip .tooltip-text{visibility:hidden;width:120px;background-color:#000;color:#fff;text-align:center;padding:5px 0;border-radius:6px;position:absolute;z-index:1}.tooltip:hover .tooltip-text{visibility:visible}.fade-in{opacity:0;-webkit-animation:fadeIn 2s forwards;animation:fadeIn 2s forwards}@-webkit-keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}30%{opacity:.3}60%{opacity:.6}90%{opacity:.9}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}30%{opacity:.3}60%{opacity:.6}90%{opacity:.9}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.menu-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:30px;right:40px}@media screen and (max-width:480px){.menu-wrapper{top:10px;right:20px}}.menu-wrapper a{margin-right:30px}.menu-wrapper a:hover{-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;text-decoration:none;color:#ff5057!important}.loading-container{padding:120px 100px;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;max-width:100%;margin:0 auto;background:#ff5057!important}.loading{position:absolute;left:50%;top:50%;margin:-60px 0 0 -60px;background:0;width:100px;height:100px;border-radius:100%;border:10px solid #fff}
.loading:after{content:'';background:trasparent;width:140%;height:140%;position:absolute;border-radius:100%;top:-20%;left:-20%;opacity:.7;-webkit-box-shadow:rgba(255,255,255,.6) -4px -5px 3px -3px;box-shadow:rgba(255,255,255,.6) -4px -5px 3px -3px;-webkit-animation:rotate 2s infinite linear;animation:rotate 2s infinite linear}@-webkit-keyframes rotate{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@keyframes rotate{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}.welcome{padding:120px 100px;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;max-width:1440px;margin:0 auto}@media screen and (max-width:550px){.welcome{padding:120px 50px}}@media screen and (max-width:480px){.welcome{padding:70px 50px}}.welcome-contact,.welcome-headline{font-size:2.5rem}@media screen and (max-width:1024px){.welcome-contact,.welcome-headline{font-size:2.25rem}}@media screen and (max-width:768px){.welcome-contact,.welcome-headline{font-size:2rem}}@media screen and (max-width:550px){.welcome-contact,.welcome-headline{font-size:1.75rem}}@media screen and (max-width:360px){.welcome-contact,.welcome-headline{font-size:1.5rem}}@media screen and (max-width:330px){.welcome-contact,.welcome-headline{font-size:1.4rem}}.welcome-info{bottom:0}.welcome-headline{color:#ff5057!important}.welcome-content{font-weight:300;max-width:700px}.welcome-content .name{font-weight:700}.welcome-contact{font-size:1.25rem;font-weight:400}.welcome-contact .button{font-size:.85rem;text-transform:uppercase;letter-spacing:1.5px;padding:.8em 1.5em;border:2px solid #eee;text-decoration:none;color:#272838;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.welcome-contact .button:hover{color:#ff5057!important}@media screen and (max-width:550px){.welcome-contact{font-size:1rem}}@-webkit-keyframes ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}@keyframes ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}.scroll-btn{display:block;position:absolute;left:0;right:0;text-align:center}.scroll-btn :active,.scroll-btn :focus,.scroll-btn :hover{color:#ff5057!important;opacity:.5;filter:alpha(opacity=80);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.scroll-btn .mouse{position:relative;display:block;width:35px;height:55px;margin:0 auto 20px;-webkit-box-sizing:border-box;box-sizing:border-box;border:3px solid #ff5057!important;border-radius:23px}.scroll-btn .mouse *{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#ff5057!important;border-radius:50%;-webkit-animation:ani-mouse 2.5s linear infinite;animation:ani-mouse 2.5s linear infinite}ul{list-style:none;padding:0;margin:0}.skills{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:768px){.skills{-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap}}.skills .talent{margin:10px;padding:20px}.skills .talent-category-label{font-weight:700;color:#36363c;text-transform:uppercase;font-size:1.5rem}.skills .talent-category-item{margin:3px 0;font-size:1rem}.experience .jobs{margin-bottom:100px;max-width:720px;margin-left:auto;margin-right:auto}.experience .job{margin-bottom:25px}.experience .job-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:480px){.experience .job-header{display:block}}.experience .job-position{font-weight:300;font-size:.85rem}.experience .job-company{font-weight:700}.experience .job-time{font-size:.9rem}@media screen and (max-width:480px){.experience .job-time{font-size:.8rem}}.projects a:after{display:none}.projects .project{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:100px;margin-left:-5%;width:125%}@media screen and (max-width:1280px){.projects .project{width:115%}}@media screen and (max-width:1024px){.projects .project{width:105%}}@media screen and (max-width:768px){.projects .project{width:100%;display:block;margin-bottom:70px}}.projects .project:last-of-type{margin-bottom:0}.projects .project-image{max-width:700px;overflow:visible;margin:0}.projects .project-image img{width:100%;max-width:100%;vertical-align:bottom}.projects .project-caption{width:250px;-ms-flex-negative:0;flex-shrink:0;margin-left:30px}@media screen and (max-width:768px){.projects .project-caption{width:100%;margin-top:25px;margin-left:0}}.projects .project-name{margin-bottom:10px}
.projects .project-name :hover{color:#ff5057!important}.projects .project-name a{font-weight:700}.projects .project-stack-item{display:inline-block;margin:3px 3px 3px 0;font-size:.75rem;font-weight:700;padding:2px 7px;border-radius:3px;color:#ff5057!important;border:1px solid #ff5057!important;background:0}.projects .project p{font-size:.9rem;line-height:1.5}footer{margin-top:2.5em;padding-top:2.5em;border-top:1px solid rgba(39,40,56,.1);display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}footer p{font-size:.85rem;text-align:center}.not-found{width:100%;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;background:#ff5057!important;color:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;padding:0 20px}.not-found h1{font-size:4rem;margin:10px 0}.not-found h2{font-size:2.5rem}@media screen and (max-width:480px){.not-found h2{font-size:1.75rem}}@media screen and (max-width:360px){.not-found h2{font-size:1.5rem}}.contact-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.contact-items a{cursor:pointer;position:relative;display:inline-block;color:#ff5057!important;text-transform:uppercase;font-weight:700;margin:0 15px;outline:0;-webkit-transition:all 1s ease-in-out;transition:all 1s ease-in-out}.contact-items a:hover{border-bottom:1px solid #ff5057!important;text-decoration:none}.switch-wrapper #switch{height:0;width:0;visibility:hidden;position:absolute}.switch-wrapper #switch:checked+label{background:#ff5057!important}.switch-wrapper #switch:checked+label:after{left:calc(100% - 3px);-webkit-transform:translateX(-100%);transform:translateX(-100%)}.switch-wrapper label{cursor:pointer;width:60px;height:30px;text-indent:-9999px;background:#4169e1;display:block;border-radius:100px;position:relative;margin:5px}.switch-wrapper label:after{-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;content:'';position:absolute;top:3px;left:3px;width:24px;height:24px;background:#fff;border-radius:100%}