:root{--bg: rgb(223, 223, 223);--fg: rgb(31, 99, 149);--hl: rgb(55, 162, 238);--hdr: 2.6rem;--sub: 1.6rem;--body: 1.2rem}*{box-sizing:border-box}::-moz-selection{background:var(--fg);color:var(--bg)}::selection{background:var(--fg);color:var(--bg)}html{scroll-behavior:smooth}html,body{font-size:15px;line-height:2rem;box-sizing:border-box;margin:0;padding:0;background:var(--bg);color:var(--fg);width:100vw;height:100vh;overflow:none;scrollbar-width:none}main{background:rgba(0,0,0,0);width:100%;height:100%;padding:var(--hdr) 1rem 10% 2rem}a{text-decoration:none;color:var(--hl)}h1{font-size:var(--hdr);margin:0 0 0 0;padding:0;font-style:italic;font-weight:200}h2{font-size:var(--body);margin:0;padding:0;font-style:normal;font-weight:200}h6{font-size:var(--body);font-style:normal;font-weight:200;margin:0;padding:0}p{margin:0;padding:0;font-size:var(--body)}img{background-color:var(--fg)}button{border:none;offset:none;margin:0;padding:0;background:rgba(0,0,0,0);color:var(--fg);font-family:"Times New Roman",Times,serif;font-size:var(--body);text-decoration:underline;cursor:pointer;transition:all .2s ease-in-out}@media(hover: hover){button:hover{color:var(--hl)}}header{position:fixed;z-index:2;top:0;left:0;margin:0;padding:.5rem 0 0 1rem;width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;background-color:var(--bg);border:1px none red;box-shadow:0px 5px 28px 21px var(--bg)}header h1{text-align:left;line-height:1;font-weight:300}section#info-gallery-wrapper{border:1px none red;background-color:rgba(0,0,0,0);display:flex;flex-direction:row;margin:0 0 0 0;padding:1.5rem 0 0 0;flex:1;overflow:visible}section#info-gallery-wrapper #m-gallery-canvas{display:none}section#info-gallery-wrapper #info-wrapper{width:40%;padding:1rem 0 0 .5rem;margin-bottom:10%}section#info-gallery-wrapper #info-wrapper h2#about,section#info-gallery-wrapper #info-wrapper h2#bookings,section#info-gallery-wrapper #info-wrapper h2#location{scroll-margin-top:calc(var(--hdr) + 2rem);font-weight:300;font-style:italic}section#info-gallery-wrapper #info-wrapper button a{color:var(--fg)}@media(hover: hover){section#info-gallery-wrapper #info-wrapper button a:hover{color:var(--hl)}}section#info-gallery-wrapper #gallery-canvas{position:fixed;right:0;width:55%;height:80vh;margin:1rem 1rem 0rem 1rem;border:1px none red;display:flex;flex-direction:column;overflow:visible}section#info-gallery-wrapper #gallery-canvas #big-img{flex:1;min-height:0;display:flex;flex-direction:row;justify-content:center;align-items:center}section#info-gallery-wrapper #gallery-canvas #big-img picture{display:block;object-position:center;background-color:var(--fg);max-height:100%;overflow:clip}section#info-gallery-wrapper #gallery-canvas #big-img picture img{display:block;background-color:var(--fg);width:100%;height:100%;object-fit:contain;object-position:center}section#info-gallery-wrapper #gallery-canvas picture.landscape{width:100%;height:auto}section#info-gallery-wrapper #gallery-canvas picture.portrait{width:auto;height:100%}section#info-gallery-wrapper #gallery-canvas #controls{display:flex;flex-direction:row;justify-content:center}section#info-gallery-wrapper #gallery-canvas #controls button{text-decoration:none;margin:.8rem 1.8rem .8rem 1.8rem;font-size:33px}section#info-gallery-wrapper #gallery-canvas #img-grid{flex-shrink:0;width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;gap:1rem;overflow:visible;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none;padding:10px}section#info-gallery-wrapper #gallery-canvas #img-grid::-webkit-scrollbar{display:none}section#info-gallery-wrapper #gallery-canvas #img-grid picture{display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:visible;flex-shrink:0}section#info-gallery-wrapper #gallery-canvas #img-grid picture img.thumb{width:50px;height:50px;aspect-ratio:1/1;object-fit:cover;display:block;transition:all .2s ease-in-out}section#info-gallery-wrapper #gallery-canvas #img-grid picture img.thumb-landscape{object-position:center}section#info-gallery-wrapper #gallery-canvas #img-grid picture img.thumb-portrait{object-position:center}section#info-gallery-wrapper #gallery-canvas #img-grid picture img.thumb-square{object-position:center}footer{position:fixed;z-index:2;bottom:0;right:0;margin:0;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:1rem 1rem 1rem 0;height:10%;width:100%;background-color:var(--bg);border:1px none red;box-shadow:0px -10px 28px 21px var(--bg)}footer a{color:var(--fg);font-size:var(--body)}footer h6{font-weight:300}@media(hover: hover){footer a:hover{color:var(--hl)}}footer #about-anchor{margin-left:var(--hdr)}footer #locale{width:70%;text-align:right}div#calendar{position:fixed;z-index:998;top:0;left:0;width:100vw;height:100vh;margin:0;padding:1rem;background:var(--bg);visibility:hidden;opacity:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:all .4s ease-in-out}div#calendar div#close-wrapper{display:flex;flex-direction:row;justify-content:flex-start;width:80%;height:max-content;margin:0 0 1rem 0}div#calendar div#close-wrapper button{text-decoration:none}div#calendar iframe{width:80%;height:80%}@media screen and (width < 800px){html,body{font-size:13px}header{box-shadow:0px 20px 48px 51px var(--bg)}main{padding:var(--hdr) 1rem 10% 1rem}section#info-gallery-wrapper{border:1px none red;display:flex;flex-direction:column;margin:18% 0 0 0;padding:1.5rem 0 0 0;flex:1}section#info-gallery-wrapper #m-gallery-canvas{position:relative;display:block;width:100%;height:200px;margin:0 0 15% 0;background:rgba(0,0,0,0)}section#info-gallery-wrapper #m-gallery-canvas #swipe-wrapper{object-fit:contain}section#info-gallery-wrapper #m-gallery-canvas #swipe-wrapper picture{width:100%;height:100%;object-fit:contain}section#info-gallery-wrapper #m-gallery-canvas #swipe-wrapper picture img{object-fit:contain;width:100%;height:100%;background:rgba(0,0,0,0)}section#info-gallery-wrapper #info-wrapper{width:100%;height:90%;padding:1rem 0 60% 0rem}section#info-gallery-wrapper #info-wrapper p{padding-left:.5rem}section#info-gallery-wrapper #gallery-canvas{display:none;position:fixed;z-index:2;top:6%;width:100%;padding:1rem 1rem 0 1rem}section#info-gallery-wrapper #gallery-canvas picture{position:relative;width:100%;height:auto}section#info-gallery-wrapper #gallery-canvas picture img{width:100%;height:auto}footer{justify-content:flex-end}footer a.allTransition{display:none}footer h6#locale{font-size:12px;width:max-content}}.first-line-indent{text-indent:2ch}.allTransition{transition:all .2s ease-in-out}.noto-serif{font-family:"Noto Serif",serif;font-optical-sizing:auto;font-weight:300;font-style:normal;font-variation-settings:"wdth" 200}.expand{z-index:1;transition:all .2s ease-in-out}.expand:hover{z-index:10;border:1px solid #f0f}/*# sourceMappingURL=main.css.map */
