:root{--color-blue-100:#abeaee;--color-blue-200:#78d8de;--color-blue-300:#48dce0;--color-blue-400:#11b0b4;--color-blue-500:#0c898c;--color-blue-600:#0c7477;--color-blue-700:#0a6365;--color-blue-800:#084e50;--color-blue-900:#063a3b;--color-blue-400-trans:#0a63652f;--color-orange-100:#ffe5d1;--color-orange-200:#ffb887;--color-orange-250:#ff9a56;--color-orange-300:#ff8f45;--color-orange-350:#ff7b1f;--color-orange-400:#ff6b00;--color-orange-500:#e36600;--color-orange-600:#cb5800;--color-orange-700:#b24c00;--color-orange-800:#964000;--color-orange-900:#6e2e00;--color-grey-100:#efefef;--color-grey-200:#c5c5c5;--color-grey-300:#868686;--color-grey-400:#3f3e3e;--color-black:#000;--color-white:#fff;--color-links:var(--color-blue-600);--color-text:var(--color-grey-400);--color-text-inverted:var(--color-white);--color-headings:var(--color-text);--color-hamburger:var(--color-text)}.gallery{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:1.5rem}@media screen and (min-width:calc(600px + 1px)){.gallery{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:calc(900px + 1px)){.gallery{grid-template-columns:repeat(3,1fr)}}.gallery a{transition:all 0.2s ease-in-out;box-shadow:0 2rem 6rem 0 rgba(31,2,89,0.1);display:block;position:relative}.gallery a:hover{transform:translateY(-0.1em);box-shadow:0 2rem 6rem rgba(0,0,0,0.1),0 1rem 2rem rgba(0,0,0,0.1)}.gallery a img{border-radius:0.33rem;display:block;width:100%}.gallery a .overlay{border-radius:0.33rem;position:absolute;left:0;top:0;right:0;bottom:0;background-color:rgba(0,0,0,0.45);display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;color:white;line-height:1em;font-weight:700;font-size:2.5rem;padding-top:0.15em}.gallery a .overlay small{display:block;font-weight:500;font-size:0.5em;line-height:1em}
/*# sourceMappingURL=gallery.css.map */