html{background-color:#e8e8e8}body{min-height:100vh;display:flex;flex-direction:column;font-family:rubik;font-weight:400}#site-title{font-family:rubik;font-weight:300;text-align:center;font-size:4.7rem;margin-top:4rem;margin-bottom:0}#site-subtitle{font-weight:400;text-align:center;font-size:1.5rem;margin-top:.5rem}#content{flex:1}#homepage-container{max-width:63rem;margin-inline:auto}.nav-link{color:#000;padding:.5rem;text-decoration-color:gray;text-underline-offset:.3rem}.nav-link:hover{background-color:#e1e1e1}.nav-link-delimiter:last-child{display:none}#homepage-menu{display:none;font-size:1.4rem;margin-top:1.6rem;margin-bottom:4rem;text-align:center}.gallery{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.gallery-image-container{width:20.3rem;height:20.3rem;background-color:#d0d1d2;display:flex;align-items:center;justify-content:center}.gallery-image{max-width:90%;max-height:90%;cursor:pointer;transition:transform .3s ease;object-fit:contain}.gallery-image:hover{transform:scale(1.05)}.gallery-title{font-weight:300;font-size:2.2rem;margin-bottom:1rem}.lightbox{display:none;position:fixed;top:0;left:0;width:100%;height:100%;justify-content:center;align-items:center;background-color:rgba(0,0,0,.8)}.lightbox.active{display:flex}.active-image{max-width:100%;max-height:90vh;object-fit:contain}.button{border:none;cursor:pointer;background-repeat:no-repeat;background-position:50%;height:5rem;width:5rem;background-size:contain;background-color:transparent}.prev-button{background-image:url(/images/chevron-left.svg);margin-right:4rem}.next-button{background-image:url(/images/chevron-right.svg);margin-left:4rem}footer{margin-top:4rem;text-align:center}@media(max-width:1300px){.lightbox{flex-direction:column}.active-image{max-height:80vh}.button{position:fixed;bottom:2rem;height:4rem;width:4rem}.prev-button{background-image:url(/images/chevron-left.svg);left:25%;transform:translateX(-50%)}.next-button{background-image:url(/images/chevron-right.svg);right:25%;transform:translateX(50%)}}