@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap);@import url(https://fonts.googleapis.com/css2?family=Sora:wght@800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Work+Sans&display=swap);:root{--head-fnt:"Nunito Sans",sans-serif;--scr-fnt:"Work Sans",serif}::-moz-selection{background:var(--purple);color:#fff}::selection{background:var(--purple);color:#fff}body{scroll-behavior:smooth}h1{font-family:var(--head-fnt)}p{font-family:var(--scr-fnt)}*,:after,:before{padding:0;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:root{--blue:#24468e;--purple:#7e3f9e;--pink:#d8097e}nav{-webkit-box-shadow:0 0 15px rgba(0,0,0,.25);box-shadow:0 0 15px rgba(0,0,0,.25);padding:.5rem;display:-webkit-flex;display:-moz-box;display:flex;font-size:1.5rem;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:space-evenly;-moz-box-pack:space-evenly;justify-content:space-evenly;font-family:Nunito Sans,sans-serif}nav span{color:#000;font-size:1.75rem;font-weight:300}nav ul{list-style-type:none;-webkit-justify-content:space-evenly;-moz-box-pack:space-evenly;justify-content:space-evenly;padding:.15rem;display:-webkit-flex;display:-moz-box;display:flex;font-weight:700}nav li{margin:0 1.25rem}a{font-weight:700;color:var(--pink)}nav a:focus,nav a:hover{-webkit-filter:opacity(.8);filter:opacity(.8)}.h-100{min-height:100vh}.h-45{min-height:45vh}.divider{min-height:.6rem;margin:2rem auto;width:100%;background:-webkit-gradient(linear,left top,right top,from(var(--pink)),color-stop(var(--purple)),to(var(--blue)));background:-webkit-linear-gradient(left,var(--pink),var(--purple),var(--blue));background:linear-gradient(to right,var(--pink),var(--purple),var(--blue))}footer{background:#222;color:#fff;min-height:15vh;display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end}footer div{margin-right:2rem}footer p{font-size:1.15rem;margin:1rem}.project_grid{display:grid;padding:1rem;grid-gap:1.75rem;gap:1.75rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.project_card{max-width:35vw;display:-webkit-flex;display:-moz-box;display:flex;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;align-items:center}.project_card p{margin:.5rem;font-weight:700}.project_card .title-p{font-size:1.75rem;margin:.5rem}.project_card img{border-radius:10px}@media screen and (max-width:768px){a,nav span{font-size:1.25rem}footer{padding:1.5rem}.project_grid{place-items:center}.project_card{min-width:90vw}}