*{margin:0;padding:0;box-sizing:border-box}body{background-color:#0b132b}h1,h2,h3,h4,h5,h6{font-family:Bebas Neue,cursive;font-weight:400}a,p,span{font-family:Roboto Condensed,sans-serif}.text-info,.text-info-high,.text-info-low{font-size:1.3rem;color:#d8d8d8;display:block;width:100%;line-height:2rem}.text-info-high{font-weight:700}.text-info-low{color:#cfcfcf;font-size:1rem}.main-container{width:100vw;height:100vh;display:-ms-grid;display:grid;grid-template:"profile" auto "content" auto}@media (min-width:1000px){.main-container{grid-template:"profile    content" auto/480px auto}}.profile-container{position:relative;width:100%;background-color:#1c2541;grid-area:profile;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.profile-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:180px;background:linear-gradient(180deg,rgba(91,192,190,.5),rgba(28,37,65,0))}.profile-name{color:#6fffe9;font-size:4.5rem;line-height:4rem;margin-top:20px}.profile-title{color:#5bc0be;font-size:2.25rem;margin-bottom:7px}.profile-description{color:#fff;font-size:1.5rem;text-align:center;margin:30px 15px}.word{font-weight:700;padding-bottom:3px;border-bottom:1px solid #d8d8d8}@media (max-width:450px){.profile-name{font-size:4rem;line-height:3.5rem}.profile-title{font-size:2rem}.profile-description{font-size:1.5rem}}.profile-picture{z-index:10;height:200px;width:200px;-o-object-fit:cover;object-fit:cover;border-radius:50%;margin-top:20px;border:5px solid #6fffe9}@media (max-width:450px){.profile-picture{height:200px;width:200px}}.media-links{z-index:10;-ms-flex-pack:space-evenly;justify-content:space-evenly;width:100%;height:48px;margin-bottom:45px}.media-links,.media-links__item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.media-links__item{-ms-flex-pack:center;justify-content:center;width:65px;height:65px;padding:10px;cursor:pointer;transition:all .25s}.media-links__item img{display:block;width:32px;transition:all .55s}.media-links__item:hover{background-color:#5bc0be;border-radius:50%}.media-links__item:hover img{filter:contrast(0) brightness(0)}.content-container{width:100%;height:100vh;grid-area:content;background-color:#0b132b}.tabs{width:100%;position:sticky;top:0}.tabs__header{display:-ms-flexbox;display:flex;-ms-flex-pack:space-evenly;justify-content:space-evenly;-ms-flex-align:center;align-items:center;width:100%;height:60px}.tabs__header__item h3{color:#5bc0be;font-size:1.7rem;height:100%;padding:0 10px;cursor:pointer;transition:all .3s}.active>h3,.tabs__header__item:hover h3{color:#6fffe9}.active>h3{border-bottom:1px solid #6fffe9}@media (max-width:480px){.tabs__header__item h3{font-size:1.3rem}}@media (max-width:410px){.tabs__header__item h3{font-size:1rem;padding:0 3px}}.tabs__body{width:100%;height:calc(100vh - 60px);overflow-y:auto;display:none;padding-bottom:30px}.tabs__body::-webkit-scrollbar{background-color:#0b132b;width:7px}.tabs__body::-webkit-scrollbar-thumb{background-color:#5bc0be;border-radius:10px}.tabs__body:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100px;background:linear-gradient(180deg,#0b132b 30%,rgba(11,19,43,0));-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.show{display:block}.card{width:90%;margin:30px auto;border:1px solid #5bc0be;border-radius:5px;padding:20px;background-color:#1c2541}.card__header{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.card__header h2{color:#d8d8d8;font-size:1.8rem;padding:0 25px;border-bottom:1px solid #d8d8d8;text-transform:uppercase}.card__body{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:25px}@media (max-width:450px){.card__body{padding:10px;-ms-flex-pack:justify;justify-content:space-between}}.mini-card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:90px;height:100px;border-radius:4px;background-color:#0b132b;box-shadow:0 0 20px -4px #5bc0be;margin:15px;-ms-transform:scale(0);transform:scale(0);animation:zoom .5s forwards;transition:all .45s}@keyframes zoom{0%{transform:scale(0)}70%{transform:scale(1.05)}to{transform:scale(1)}}.mini-card__name{position:absolute;top:50%;left:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#0b132b;font-weight:700;text-align:center;opacity:0;transition:all .3s}.mini-card:hover{background-color:#6fffe9}.mini-card:hover .mini-card__name{opacity:1}.project-card{width:100%;display:-ms-grid;display:grid;gap:25px;grid-template:"left    right"/37% 60%}@media (max-width:1100px){.project-card{grid-template:"left" "right"}}.project-card__left{grid-area:left;overflow:hidden;border-radius:5px}.project-card__left img{display:block;width:100%;-o-object-fit:cover;object-fit:cover;border-radius:5px;transition:all .25s}.project-card__left img:hover{-ms-transform:scale(1.1);transform:scale(1.1)}.project-card__right{grid-area:right}.project-card__right h2{font-size:1.5rem;color:#d8d8d8;margin-bottom:20px}.project-card__right p{font-size:1.125rem;color:#d8d8d8;margin-bottom:20px}.project-card__right a{font-size:1.125rem;color:#5bc0be;text-decoration:none}.project-card__right a:hover{text-decoration:underline}body{margin:0;padding:0;font-family:sans-serif}
/*# sourceMappingURL=main.60c245b2.css.map*/