*{box-sizing:border-box;padding:0;margin:0}img{border-radius:.5rem;object-fit:cover;width:100%;height:100%;vertical-align:middle}body{width:100%;color:var(--text);background-color:var(--bg);display:flex;align-items:center;justify-content:center;font-size:.8rem}@media (min-width: 768px){body{font-size:1rem}}@media (min-width: 1024px){body{font-size:1.3rem}}#root{max-width:65rem;color:var(--text);font-family:var(--font-family, "century-gothic"),sans-serif;margin:2rem;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}ul{list-style:none}p{margin:3rem 0;font-size:1.2rem}@media (min-width: 768px){.about p{font-size:1.4rem}}@media (min-width: 1024px){.about p{font-size:1.7rem}}.disclaimer{opacity:0;height:0}footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-top:2rem}.socials{display:flex;flex-direction:row;margin-right:1rem;flex-wrap:wrap}.socials svg{color:var(--text);width:1.5rem;height:1.5rem;margin:.5rem}@media (min-width: 768px){.socials svg{width:1.75rem;height:1.75rem}}@media (min-width: 1024){.socials svg{width:2rem;height:2rem}}.socials svg:hover{color:var(--hover)}.copyright{text-align:right}header{display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin-bottom:2rem;width:100%}header h1{margin-bottom:.75rem}header a{color:var(--text);text-decoration:none}nav{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap}nav a{margin:.75rem}header a:hover{color:var(--hover)}.gallery{display:grid;opacity:0;visibility:hidden;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:8px;grid-auto-flow:row dense;gap:.75rem;align-items:start;transition:opacity .15s ease}.gallery[data-ready=true]{opacity:1;visibility:visible}@media (min-width: 640px){.gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}.gallery>li{margin:0;grid-column:span 1}.gallery>li[data-column-weight="2"]{grid-column:span 2}.gallery>li[data-column-weight="3"]{grid-column:span 1}@media (min-width: 640px){.gallery>li[data-column-weight="2"]{grid-column:span 2}.gallery>li[data-column-weight="3"]{grid-column:span 3}}.gallery>li>.gallery-item-content{display:block;position:relative;overflow:hidden}.gallery li{display:block;position:relative}.overlay{cursor:pointer;position:absolute;width:100%;height:100%;top:0;left:0;transform:scale(0);border-radius:.5rem;display:flex;align-items:center;justify-content:center}div.overlay{background:var(--bg);opacity:.4}span.overlay{color:var(--hover);align-items:flex-end;justify-content:flex-start;padding:.75rem;box-sizing:border-box}.gallery li:hover .overlay,.gallery li:hover .caption{transform:scale(1)}.about{margin:0rem 0rem 5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.about img{margin:1.25rem 0;width:auto;max-width:min(100%,48rem);height:auto;object-fit:contain}.about p{width:100%;max-width:42rem;margin:1.25rem 0}@media (min-width: 768px){.about img,.about p{margin:2rem 0}}#imagePage{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}caption{margin:2rem;font-size:1.6rem;text-align:center}#imagePage ul{margin:2rem 0}#imagePage>img{width:auto;height:auto;max-width:100%;max-height:80dvh;object-fit:contain}#imagePage p{margin:2rem 0}#imagePage .image-description{white-space:pre-line}
