*,*:before,*:after{box-sizing:border-box}:root{--ff-primary: "Slackside One", sans-serif;--clr-header: #87CEEB;--clr-main: #CEEEFC;--clr-footer: #DFE5E8;--clr-black: #000;--clr-white: #FFF;--fs-header: 3rem;--fs-normal: 2rem;--fs-footer: 1.75rem}@media (max-width: 660px){:root{--fs-header: 2.5rem;--fs-footer: 1.25rem}}html{scroll-behavior:smooth;overflow-x:hidden}#root{margin:0;min-width:320px;min-height:100vh;background:var(--clr-main);font-family:var(--ff-primary),sans-serif;display:flex;flex-direction:column}header{display:flex;top:0;position:fixed;justify-content:space-between;width:100vw;height:100px;background:var(--clr-header);z-index:10}.logo img{position:fixed;z-index:10;margin-top:2.5px;width:96px;height:96px;margin-left:5px}.logo h1{margin:15px 0 0 110px;color:var(--clr-white);font-size:var(--fs-header)}nav{position:relative;top:0;margin-left:.5rem}.nav-list{padding:0;list-style:none;float:right;display:flex;justify-content:center;flex-wrap:wrap;flex-direction:row}.nav-item{margin-right:20px;font-size:var(--fs-header)}@media (max-width: 770px){.nav-item,.logo h1{font-size:2rem}}@media (max-width: 450px){.nav-item,.logo h1{font-size:1.5rem}}@media (max-width: 400px){.nav-item,.logo h1{font-size:1.15rem}}.nav-link{color:var(--clr-white)}.nav-link:hover,.nav-link.logo:hover,.social-list-item:hover{opacity:.7}.container{position:relative;bottom:0;width:100%;margin-top:auto}.footer_img{position:absolute;z-index:1}.footer{display:flex;flex-wrap:wrap;background:var(--clr-footer);font-size:var(--fs-footer);margin-top:auto}.social-list{list-style:none;display:flex;padding-left:20px}.social-list-item{margin-right:20px}.icon{color:var(--clr-black)}.copyright{flex:0 1 56%;color:var(--clr-black);font-size:var(--fs-footer)}.disclaimer{flex-basis:100%;text-align:center;font-size:1.25rem;margin:0 10px 20px}.home{text-align:center;overflow-y:hidden;margin:75px 20px 0}.home img{max-width:100%;min-width:50%}.home h1{font-size:var(--fs-header);margin-bottom:15px}.home h3{font-size:var(--fs-normal);margin:0}.upcoming{display:flex;flex-direction:column;align-items:center;margin-top:2rem}.upcoming img{max-width:50%;height:auto}.about{text-align:center;overflow-y:hidden;margin-top:120px}.about img{width:300px;height:300px;border-radius:50%}.intro{font-size:var(--fs-normal);margin:10px 50px}.loading{position:fixed;z-index:100;top:0;left:0;width:100vw;height:100vh;background:url(img/Loading.gif) no-repeat center center;background-size:30%;background-repeat:no-repeat no-repeat;background-position:center center;background-color:#0009;overflow-y:hidden}.gallery{margin-top:100px;margin-bottom:20px}.gallery-year{display:flex;justify-content:center;margin-top:10px}.gallery-year h2{position:absolute;width:100%;font-weight:700;text-align:center;font-size:var(--fs-normal);margin:0}.gallery-grid{margin-top:3rem;scrollbar-width:thin}.gallery-grid span:hover{z-index:0;opacity:.4;cursor:pointer}.imageFull{display:flex;align-items:center;justify-content:center;position:fixed;z-index:100;top:0;left:0;width:100vw;height:100vh;background-size:contain;background-repeat:no-repeat no-repeat;background-position:center center;background-color:#0009;overflow-y:hidden}.expandedImage{max-width:90%;max-height:90%;object-fit:contain}
