@import"https://fonts.googleapis.com/css2?family=Heebo:wght@400;600&family=Roboto:wght@700&display=swap";:root{--white: rgb(255, 255, 255);--whiteTransparent: rgba(255,255,255,0.8);--blue: rgb(0, 158, 227);--light: rgb(170, 170, 170);--dark: rgb(45, 45, 45);--radius: 0.3rem}*{padding:0;margin:0;box-sizing:border-box}html{font-size:10px}body,p,a,form,select,input,b{font-size:1.5rem;font-family:"Heebo",sans-serif}b{font-weight:600}h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-family:"Roboto",sans-serif;font-weight:600;line-height:1.3}header,footer{padding:1.5rem;background-color:var(--dark);color:var(--white)}header .logo-container{display:flex;align-items:center;justify-content:space-between}h1,h1 a{font-size:3rem;padding-bottom:.5rem;line-height:1}h2,h2 a{font-size:2rem;padding-bottom:.5rem}h3,h3 a{font-size:1.8rem;padding-bottom:.5rem}h1.header-title{text-align:center}p{padding-bottom:1rem;line-height:1.3}a,a:visited :not(nav a){color:var(--blue)}nav ul{list-style:none;text-align:center;display:none}nav ul.open{display:block}nav a{display:block;font-weight:bold;color:var(--white);text-decoration:none;transition:all;transition-duration:150ms;margin:.25rem;padding:1.5rem;border-radius:var(--radius)}nav a:hover{background:var(--white);color:var(--dark)}.current-menu-item a{background:var(--white);color:var(--dark)}.custom-logo{display:block;margin:0;max-width:250px;height:auto}main{display:flex;padding:1.5rem;flex-direction:column;justify-content:center;background-repeat:no-repeat;background-position:center;background-size:cover;min-height:calc(100vh - 120px - 200px)}.shadow__border{box-shadow:0px 0px 18px 7px rgba(0,0,0,.8);-webkit-box-shadow:0px 0px 18px 7px rgba(0,0,0,.8);-moz-box-shadow:0px 0px 18px 7px rgba(0,0,0,.8)}.container{display:block;text-align:center;width:90vw;padding:3rem;background:var(--whiteTransparent);margin:15px auto;border-radius:var(--radius)}.box{display:block;flex:1 1 100%;margin:5px auto;background-color:var(--white);padding:1.5rem}footer{padding:1.5rem;background-color:var(--dark)}footer .container{display:flex;flex-wrap:wrap;justify-content:space-between;padding:1.5rem;border-radius:5px;width:90%;margin:auto;align-items:center}footer .box{color:var(--white);background:var(--dark);padding:0;margin:5px auto}footer .box:nth-child(1){order:2}footer .box:nth-child(2){order:1}footer .box:nth-child(3){order:3}footer img{max-width:200px;margin:auto;display:block;height:auto}@media screen and (min-width: 768px){header,footer{display:flex;align-items:center;justify-content:space-between}header i.icon{display:none}.custom-logo{max-width:350px;height:auto}nav ul,nav ul.open{display:flex}h1{font-size:4rem}h2{font-size:2.6rem;padding-bottom:1rem}h3{font-size:2.2rem;padding-bottom:1rem}h1.header-title{text-align:left}.box{flex:1 0 calc(33% - 10px);margin:0 5px}.container{display:block;width:50vw;padding:3rem;margin:1.5rem auto}footer .box{flex:1 1 calc(33% - 10px);max-width:calc(33% - 10px);margin:0 5px}footer .box:nth-child(1){order:1}footer .box:nth-child(2){order:2}footer .box:nth-child(3){order:3}footer img{max-width:200px;margin:auto;display:block;height:auto}}/*# sourceMappingURL=main.min.css.map */