body{margin:0;padding:0;font-family:"Open Sans",sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}h1,h2,h3{margin:0;padding:0}.app{color:#102027;height:100%;width:100%;text-align:center}#navbar{top:0;position:sticky;position:-webkit-sticky;z-index:1}#footer{background-color:#005662;color:#fff;height:125px;width:100%;position:relative}#footer div{height:100%;width:100%;line-height:100px}#footer div p{margin:0;width:100%;position:absolute;bottom:0;text-transform:uppercase}#footer div span{color:#4fb3bf}.back-to-home{background-color:#00838f;border-radius:100%;cursor:pointer;font-size:3em;min-height:50px;min-width:50px;max-height:50px;max-width:50px;overflow:hidden;position:absolute;top:-25px;left:calc(50% - 25px);transition:.25s linear}.back-to-home:hover{background-color:#4fb3bf}.back-to-home i{display:block;margin:auto;height:75%;width:75%}.back-to-home:hover i{-webkit-animation:float-up .5s ease 0s 1 normal;animation:float-up .5s ease 0s 1 normal}@-webkit-keyframes float-up{0%{-webkit-transform:translateY(0)}50%{-webkit-transform:translateY(-40px)}50.1%{-webkit-transform:translateY(40px)}to{-webkit-transform:translateY(0)}}@keyframes float-up{0%{transform:translateY(0)}50%{transform:translateY(-40px)}50.1%{transform:translateY(40px)}to{transform:translateY(0)}}.unselectable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ghost-btn{color:#102027;background:transparent;border:2.5px solid #005662;cursor:pointer;font-family:"Open Sans",sans-serif;font-weight:700;padding:.75rem 1.5rem;font-size:.75rem;text-transform:uppercase;transition:color .25s linear,background .25s linear}.ghost-btn:hover{color:#fff;background:#005662}.navbar{color:#fff;background-color:#005662;border-bottom:5px solid #4fb3bf;font-family:"Open Sans",sans-serif;height:50px}.navbar-item-list{margin:0;padding:0}.navbar-item{cursor:pointer;display:inline-block;text-align:center;text-decoration:none;padding:13px 16px;text-transform:uppercase;transition:.25s ease-in-out}.navbar-item.current,.navbar-item:hover{color:#102027}.about{min-height:100vh;height:100%;width:100%}.about-title{font-size:1.5em;padding-top:50px}.about-content{display:flex;padding:25px 15vw}.about-content-left{flex:50% 1;padding-right:5vh}.profile-pic{border:7px solid #00838f;border-radius:50%;height:25vh;width:25vh;margin:30px auto;overflow:hidden}.profile-pic img{height:100%;margin-left:-35px;width:auto}.about-content-right{flex:50% 1;padding:20px 0 30px 5vh}@media only screen and (max-width:800px){.about-content{flex-wrap:wrap}.about-content-left,.about-content-right{flex:100% 1;padding-left:0;padding-right:0}}.skillbar{color:#fff;font-size:.9em;height:auto;width:100%}.skillbar-item-list{padding:0}.skillbar-item{display:flex;margin:10px 0;transition:width .3s ease-in-out}.skillbar-item.collapsed{width:0!important}.skillbar-item-name{flex:10% 1;font-weight:700;text-align:left;padding:5px 10px}.skillbar-item-value{flex:90% 1;font-weight:400;text-align:right;padding:5px 10px}.home{background-color:#00838f;color:#fff;height:100vh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:"Roboto Slab",sans-serif}.home h2{font-size:1.7em}.home h2 span{font-size:1.1em}.home h3{font-size:1.3em}.about-me{cursor:pointer;padding-top:70px;position:absolute;bottom:5px}.about-me span{box-sizing:border-box;width:24px;height:24px;border-left:1px solid #fff;border-bottom:1px solid #fff;position:absolute;top:0;left:calc(50% - 12px);transform:rotate(-45deg);-webkit-animation:float-down 1.5s infinite;animation:float-down 1.5s infinite}.about-me:hover p{-webkit-animation:bounce-top .9s both;animation:bounce-top .9s both}@-webkit-keyframes float-down{0%{-webkit-transform:rotate(-45deg) translate(0);opacity:0}50%{opacity:1}to{-webkit-transform:rotate(-45deg) translate(-20px,20px);opacity:0}}@keyframes float-down{0%{transform:rotate(-45deg) translate(0);opacity:0}50%{opacity:1}to{transform:rotate(-45deg) translate(-20px,20px);opacity:0}}@-webkit-keyframes bounce-top{0%{-webkit-transform:translateY(-28px);-webkit-animation-timing-function:ease-in}40%{-webkit-transform:translateY(-16px);-webkit-animation-timing-function:ease-in}65%{-webkit-transform:translateY(-8px);-webkit-animation-timing-function:ease-in}82%{-webkit-transform:translateY(-4px);-webkit-animation-timing-function:ease-in}93%{-webkit-transform:translateY(-2px);-webkit-animation-timing-function:ease-in}25%,55%,75%,87%{-webkit-transform:translateY(0);-webkit-animation-timing-function:ease-out}to{-webkit-transform:translateY(0);-webkit-animation-timing-function:ease-out}}@keyframes bounce-top{0%{transform:translateY(-28px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{transform:translateY(-16px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}65%{transform:translateY(-8px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}82%{transform:translateY(-4px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}93%{transform:translateY(-2px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}25%,55%,75%,87%{transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}to{transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.project{background-color:#eceff1;min-height:100vh;height:100%;width:100%}.project-title{font-size:1.5em;padding-top:50px}.project-content{display:inline-block;padding:50px 18vw 75px}.project-container{display:flex;flex-flow:row wrap;align-items:center;justify-content:center}@media only screen and (max-width:1000px){.project-content{padding:50px 10vw}}@media only screen and (max-width:600px){.project-content{padding:50px 0}}.project-item{background-color:#fff;color:#000;width:300px;height:250px;padding:0;margin:0;overflow:hidden;position:relative}.project-item-img{width:100%;height:104%;transition:transform .5s linear,opacity .5s linear;position:absolute;top:0}.project-item:hover .project-item-img{transform:translateY(-4%);opacity:.1}.project-item-img:after{content:"";background-image:linear-gradient(180deg,rgba(0,0,0,.123) 39.4%,rgba(0,0,0,.182) 46.6%,rgba(0,0,0,.249) 53.1%,rgba(0,0,0,.32) 58.9%,rgba(0,0,0,.394) 64.3%,rgba(0,0,0,.468) 69.3%,rgba(0,0,0,.54) 74.1%,rgba(0,0,0,.607) 78.8%,rgba(0,0,0,.668) 83.6%,rgba(0,0,0,.721) 88.7%,rgba(0,0,0,.762) 94.1%,rgba(0,0,0,.79));height:104%;width:100%;position:absolute;top:0;left:0;opacity:0;transition:opacity .5s linear;pointer-events:none}.project-item:hover .project-item-img:after{transform:translateY(-4%);opacity:1}.project-item-content{width:100%;height:100%;position:absolute;top:75%;transition:transform .5s ease-in-out}.project-item:hover .project-item-content{transform:translateY(-55%)}.project-item-title{color:#102027;font-weight:700;opacity:0;transition:opacity .5s linear}.project-item:hover .project-item-title{opacity:1}.project-item-tools{color:#005662;font-weight:400;margin:1.5rem 0;opacity:0;transition:opacity .75s linear}.project-item:hover .project-item-tools{opacity:1}.project-popup{color:#102027;height:100%;width:100%}.popup-img{align-items:center;align-content:center;display:flex;height:65%;overflow:hidden;position:relative}.popup-img img{height:auto;width:100%;vertical-align:middle;pointer-events:none}.popup-title{margin:20px 60px}.popup-text{overflow:auto;margin:0 60px}.popup-action{height:auto;width:100%;display:flex;flex-wrap:wrap;justify-content:center;position:absolute;bottom:20px}.popup-action button{margin:0 5px}.image-gallery-nav{color:#fff;display:flex;align-content:center;font-size:3em;height:100%;width:30px;line-height:100px;padding:0 10px;position:absolute;top:0;z-index:1;text-shadow:0 0 7px #000;transition:color .5s ease}.image-gallery-nav:hover{color:#4fb3bf}.image-gallery-nav i{display:block;margin:auto}.nav-left{left:0}.nav-right{right:0}.rodal-close{top:10px;right:20px;z-index:2}@media only screen and (max-width:700px){.rodal{height:100vh;width:100vw}.project-popup,.rodal-dialog{height:100%;width:100%;max-width:95vw}.popup-img{height:auto;padding:10px 0}.popup-img img{width:100vw}.popup-title{margin:20px;padding:0}.popup-text{margin:0 20px;padding:0}.popup-text p{margin:0}.rodal-mask{height:100%}}@media only screen and (max-height:600px){.popup-title{margin:5px 10px;padding:0}.popup-text{margin:0 10px;padding:0}.popup-text p{margin:0}.popup-action{bottom:5px}}.contact{min-height:calc(100vh - 150px);height:100%;width:100%}.contact-title{font-size:1.5em;padding-top:50px}.contact-content{align-content:center;display:flex;padding:50px 30px}.contact-list{margin:0;padding:0;width:100%}.contact-list li{display:inline-block;list-style:none;height:120px;width:100px;margin:20px}.contact-list li div{background-color:#4fb3bf;font-size:3em;width:100px;height:100px;line-height:100px;overflow:hidden;text-align:center;transition:.5s ease;border-radius:5%}.contact-list li div:hover{transform:rotate(1turn);border-radius:100%}.contact-list li div a{color:#fff;display:block;height:100%;width:100%}.contact-list li span{color:#102027;display:block;font-size:1em;height:20px;width:100px;padding:15px 0;text-transform:uppercase;text-align:center}
/*# sourceMappingURL=main.d5d2d78b.chunk.css.map */