@import url(https://fonts.googleapis.com/css2?family=Crimson+Text&family=Work+Sans:wght@100;200;300;400;700&display=swap);*{box-sizing:border-box;font-family:Crimson Text,serif;margin:0;padding:0}#root{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.container{margin:0 auto;max-width:1000px;width:80%}.navbar,.showcase{width:100%}.navbar{background-color:#212529;color:#adb5bd;font-size:.9rem}.nav{flex-direction:column;padding:.75rem 0}.nav,.nav__mobile{align-items:center;display:flex;justify-content:space-between}.nav__mobile{width:100%}.nav__toggle{align-items:center;cursor:pointer;display:flex;flex-direction:column;justify-content:center}.toggle__line{background-color:#adb5bd;border-radius:1rem;height:.1rem;margin:.25rem;width:1.3rem}.nav__list{display:none;list-style:none}.nav-visible{display:flex;flex-direction:column;list-style:none;padding-top:2rem}.nav__item{padding-bottom:1rem}.nav__link{color:#adb5bd;cursor:pointer;text-decoration:none;transition:.25s}.nav__link:hover{color:#fff}.hero{background-color:#f8f9fa;margin-bottom:.75rem}.hero__content{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:40vh}.hero__title{font-size:3rem;font-weight:400;margin-bottom:.5rem}.hero__description,.hero__title{font-family:Work Sans,sans-serif}.hero__description{font-size:1.5rem;font-weight:300;margin-bottom:1.5rem}.hero__buttons{display:flex;justify-content:space-between;width:250px}.hero__button{background:none;border:none;border-bottom:1px solid #f8f9fa;color:#4361ee;cursor:pointer;font-size:1rem;outline:none;text-align:center;text-decoration:none;transition:.25s}.hero__button:hover{border-bottom:1px solid #4361ee}.project__button{scroll-behavior:smooth}.main{background-color:#f8f9fa;margin-bottom:.75rem;padding:3rem 0;width:100%}.intro{display:flex;flex-direction:column}.about{margin-bottom:1rem}.section-title{font-family:Work Sans,sans-serif;font-size:1.8rem;font-weight:300;margin-bottom:2rem;text-align:center}.about__content{display:flex;flex-direction:column;justify-content:space-between;width:100%}.about__text{font-size:1.2rem;margin-bottom:2rem}.tech__icons{align-items:center;display:flex;justify-content:space-evenly;margin-top:2rem}i{color:#212529;cursor:pointer;font-size:3.5rem}.projects{background-color:#f8f9fa;margin-bottom:.75rem;padding:3rem 0;width:100%}.project-list{align-items:center}.card,.project-list{display:flex;flex-wrap:wrap;justify-content:space-between}.card{background-color:#212529;border:10px solid #f8f9fa;color:#fff;height:320px;margin:0 auto 1rem;padding:1rem;width:475px}.card__info{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between;width:45%}.card__title{font-size:1.5rem}.card__description{text-align:left}.card__tech{display:flex;justify-content:space-evenly;width:100%}.card__tech i{color:#fff;font-size:2rem}.card__img{display:flex;flex-direction:column;justify-content:space-between;width:45%}.card__img img{height:200px}.img__btn{background-color:#f8f9fa;border:none;color:#212529;cursor:pointer;outline:none;padding:.5rem;text-align:center;text-decoration:none}.img__btn:hover{opacity:.75}.img__btn:active{-webkit-transform:scale(.98);transform:scale(.98)}.footer{background-color:#212529;color:#adb5bd;padding:.75rem;width:100%}.footer i{color:#adb5bd;font-size:1.5rem;margin-left:.8rem}.footer__content{justify-content:space-between}.footer__contact,.footer__content{align-items:center;display:flex}.footer__contact i:active{-webkit-transform:scale(.9);transform:scale(.9)}@media (min-width:600px){.nav{flex-direction:row}.nav__toggle{display:none}.nav__list{display:flex;flex-direction:row}.nav__item{margin-left:2rem;padding-bottom:0}}@media (min-width:800px){.intro{flex-direction:row;justify-content:space-between}.about{width:45%}.current-tech .section-title{margin-bottom:0}.current-tech{width:45%}.tech__icons{flex-direction:column;height:calc(100% - 4rem);margin:0}}
/*# sourceMappingURL=main.dfeba94d.css.map*/