@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap);*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%}body{margin:0;font-family:'Poppins',sans-serif;color:#333;line-height:1.5}img{max-width:100%;height:auto;display:block}h1,.modal__headtext{color:#20516d;font-size: clamp(2.2rem, 1.6vw + 1rem, 2.4rem);font-weight:700}h2,.modal__subtext{color:#20516d;font-size: clamp(1.6rem, 1.2vw + 0.8rem, 1.8rem);font-weight:500}p,li,.modal__text{font-size: clamp(1.4rem, 0.6vw + 0.8rem, 1.6rem);font-weight:300}.modal__text--bold{font-weight:500}.container{width:95%;max-width:1400px;margin:0 auto}.row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}header{padding:2rem 1rem}.logo{width:150px;max-width:100%}.nav__list{list-style:none;display:flex;justify-items:center;flex-wrap:wrap;gap:2rem}.nav__item{text-decoration:none;color:#20516d;font-weight:500;transition:opacity .2s ease}.nav__item:hover{opacity:.75}.main{position:relative}.bg{padding:50px 0;width:100%;min-height:87vh;background: url('./img/bg.jpg') no-repeat center/cover;display:flex;flex-direction:column;justify-content:center;text-align:center}.bg p{margin-bottom:2rem}.bg h1{color:#20516d}.footer{display:flex;flex-flow:row wrap;align-items:center;justify-content:center}.footer__text{text-align:center;font-size:1.2rem}.show-modal{cursor:pointer}.show-modal:hover{opacity:.75}.close-modal{position:absolute;top:1.2rem;right:1.2rem;font-size:3rem;color:#333;cursor:pointer;border:none;background:none}.close-modal:hover{opacity:.75}.hidden{display:none}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:60%;max-width:800px;max-height:90vh;overflow-y:auto;padding:3rem;background:rgba(255,255,255,.95);border-radius:5px;box-shadow:0 3rem 5rem rgba(0,0,0,.3);z-index:10;transition:.5s ease;-webkit-overflow-scrolling:touch}.modal a{text-decoration:underline;color:#333}.modal a:hover{text-decoration:underline;color:#2e76a3;opacity:.75}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);backdrop-filter:blur(3px);z-index:5}@media screen and (max-width:1024px){.bg{background: url('./img/bg-small.jpg') no-repeat center/cover;height:91vh}.nav__item{font-size:2rem}}@media screen and (max-width:650px){.footer{justify-content:center}.footer__text{font-size:1rem;margin:.75rem 0 0}.close-modal{font-size:2.5rem}.modal{width:80%;padding:2.4rem}.nav__item{font-size:1.4rem}h1,.modal__headtext{font-size:1.8rem}h2,.modal__subtext{font-size:1.2rem}p,li,.modal__text{font-size:1.2rem}}@media screen and (min-width:1441px){.logo{width:250px}.bg{max-width:1400px;margin:0 auto}.footer__text{font-size:2.8rem}.close-modal{font-size:5rem}.modal{width:900px;max-height:90vh;padding:3rem}h1,.modal__headtext{font-size:4.4rem}h2,.modal__subtext{font-size:4rem}p,li,.modal__text{font-size:3.6rem}}