*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;font-family:Noto Sans}h1,h2,h3,h4,button,input,label{line-height:1.25}ul,ol{list-style:none}a{color:inherit;text-decoration:none}img,picture{object-fit:cover;object-position:center;width:100%;height:100%;display:block;overflow:hidden}input,button,select,textarea{font:inherit;height:fit-content}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}html{scrollbar-gutter:stable}html:has(dialog[open]){overflow:hidden}dialog{border:1px solid #000;width:100%;max-width:800px;margin:auto;padding:1rem}:root{--font-xs:clamp(.7rem, calc(.8vw + .3rem), .89rem);--font-sm:clamp(.95rem, calc(1vw + .4rem), 1.1rem);--font-md:clamp(1rem, calc(1.2vw + .5rem), 1.35rem);--font-lg:clamp(1.25rem, calc(1.5vw + .6rem), 1.45rem);--font-xl:clamp(1.35rem, calc(2.5vw + .7rem), 2.55rem);--font-xxl:clamp(1.5rem, calc(3.5vw + .8rem), 3.95rem)}.uppercase{text-transform:uppercase}.align-center{text-align:center}.align-end{text-align:end;justify-self:end}header{color:#fff;letter-spacing:.1em;background-color:#1d1c1c;grid-template-columns:auto auto;justify-content:space-between;align-items:center;padding-block:1rem;display:grid}nav{grid-column:span 2;justify-self:end;max-height:0;list-style:none;overflow:hidden}nav ul{flex-wrap:wrap;justify-content:end;row-gap:.5rem;width:min-content;margin:1rem .5rem;display:flex}nav ul li{padding:.1rem}.hamb{cursor:pointer;float:right;justify-self:end}.hamb-line{background:#fff;width:25px;height:1px;display:block;position:relative}.hamb-line:before,.hamb-line:after{content:"";background:#fff;width:100%;height:100%;transition:all .2s ease-in-out;display:block;position:absolute}.hamb-line:before{top:6px}.hamb-line:after{top:-6px}.side-menu{display:none}.side-menu:checked~nav{max-height:100%}.side-menu:checked~.hamb .hamb-line{background:0 0}.side-menu:checked~.hamb .hamb-line:before{top:0;transform:rotate(-45deg)}.side-menu:checked~.hamb .hamb-line:after{top:0;transform:rotate(45deg)}@media (width>=600px){nav{grid-column:span 1;max-height:none;position:relative;top:0}nav ul{column-gap:2rem;width:100%;margin:0;display:flex}.hamb{display:none}}.hero{grid-template-rows:1fr;grid-template-columns:1fr;width:100%;height:80vh;display:grid}.hero .background{grid-area:1/1/2/2;overflow:hidden}.hero .background img{object-fit:cover;width:100%;height:100%}.hero .foreground{color:#fff;background-color:#191919e6;grid-area:1/1/2/2;justify-content:center;width:100%;height:100%;padding:2rem 1rem 3rem;display:grid}.hero-title{width:100%;font-size:var(--font-xxl);letter-spacing:.5em;text-align:center;margin-bottom:1.5rem;font-weight:600}.hero-subtitle{width:100%;font-size:var(--font-xl);letter-spacing:.25em;text-align:center;margin-bottom:1.5rem;font-weight:500}.hero-caption{width:100%;font-size:var(--font-lg);letter-spacing:.1em;text-align:center;font-weight:400}.profile-img{aspect-ratio:1;place-self:end center;max-width:110px;max-height:110px}.page-title{font-size:var(--font-lg);letter-spacing:.05em;text-align:center;text-wrap:pretty;padding-block:1rem;font-weight:600}.page-subtitle{font-size:var(--font-md);letter-spacing:.05em;margin-inline:auto;padding-block:.5rem;font-weight:600}button{background-color:#0000}.btn-container{gap:1rem;display:flex}.red-btn,.blue-btn,.green-btn{width:fit-content;font-size:var(--font-xs);border-radius:50px;align-items:center;padding:.25rem .75rem;display:flex}.red-btn{border:1px solid #ff4500}.blue-btn{border:1px solid #6495ed}.green-btn{border:1px solid #2e8b57}.icon{width:12px;height:12px}section{max-width:800px;margin-inline:auto}.admin-section{justify-items:center;display:grid}.admin-list{width:100%;margin-top:.5rem}.admin-list li{border:1px solid gray;border-radius:10px;gap:.5rem 1rem;margin-bottom:1rem;padding:.5rem;display:grid}.card{grid-template-columns:auto auto;justify-content:space-between;align-items:center}.card-content{grid-template-columns:auto auto;padding-block:.25rem;display:grid}.event{text-wrap:balance;max-width:60ch}@media (width<=500px){.admin-list .place,.date{display:none}}@media (width>=501px){.date{width:105px;margin-left:1rem;display:block}.card-content{grid-template-columns:auto auto max-content;gap:1rem}.admin-list li{grid-template-columns:3fr 1fr;justify-content:space-between}}input,label{display:block}input,input[type=date],select{border:1px solid #000;border-radius:0;height:1.5rem;padding-left:.2rem}input[type=date]{max-width:27ch}textarea{field-sizing:content;resize:none;border:1px solid #000;width:100%;min-height:1.6rem;padding-inline:.2rem;overflow:hidden}form label{padding:1rem 0 .15rem}form div:last-child{padding-top:1rem}.tiptap{border:1px solid #000;margin-inline:auto;padding:.5rem}.post-content{padding:1rem 0;line-height:1.5}.post-content p,.post-content img{font-size:var(--font-sm);margin-inline:auto;text-wrap:pretty;margin-bottom:1rem;line-height:1.5}.post-content img{aspect-ratio:1.5;margin-inline:auto;max-width:800px;margin-bottom:1rem}.post-content strong{font-weight:600}.post-content em{font-style:italic}.img-container{aspect-ratio:1.5;max-width:800px;margin-inline:auto}.img-carousel{margin-inline:auto;max-width:1500px;margin-top:3rem}.img-carousel img:first-child,.img-carousel img:last-child{display:none}@media (width>=800px){.img-carousel{grid-template-columns:1fr 1fr 1fr;margin-top:5rem;display:grid}.img-carousel img{aspect-ratio:1.2}.img-carousel img:first-child,.img-carousel img:last-child{display:block}}.blog-header{padding:2rem 0 1rem}.blog-list{gap:2rem;display:grid}.blog-list li{border-bottom:1px solid #000;padding-bottom:1rem}.blog-link{gap:.5rem;display:grid}@media (width>=800px){.blog-link{grid-template-columns:3fr 2fr;column-gap:2rem;display:grid}}header,section,footer{padding-inline:1rem}.about p{max-width:75ch;font-size:var(--font-sm);text-wrap:pretty;margin-inline:auto;padding-bottom:1.5rem;line-height:1.5}.results-list{max-width:600px;margin:2rem auto}footer{text-align:center;width:100%;padding:5rem 0 2rem}
