@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,400&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;max-width:100vw}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--max-page-size:1200px;--text-primary:#000;--text-secondary:#ee6926;--text-secondary--dark:#cb4f11}body{font-family:Roboto,Arial,Helvetica,sans-serif}a{color:#ee6926;color:var(--text-secondary);cursor:pointer;text-decoration:none;transition:color .1s}a:hover{color:#cb4f11;color:var(--text-secondary--dark)}.App-page{margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:1200px;max-width:var(--max-page-size);padding:0 2rem;width:100%}h3{font-size:1rem}.noMargin{margin:0}.flexColumn{display:flex;flex-direction:column}.gap-1{gap:.5rem}.child-noMargin{&>*{margin:0}}.Header-container{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:1.5rem;margin-top:3rem}.Header-logo{flex-shrink:1}.Header-logo img{width:100%}.Header-linkContainer{align-items:center;display:flex;flex-grow:1;margin:0 1rem;min-width:-webkit-max-content;min-width:max-content;padding:0}.Header-link{font-size:1.1rem;font-weight:500;list-style-type:none;margin:0 1rem}.Header-link a{color:var(--text-primary)}.Header-link a:hover{color:var(--text-secondary)}.Header-close,.Header-hamburger{display:none}@media only screen and (max-width:600px){.Header-hamburger{cursor:pointer;display:block;left:20px;min-width:36px;position:fixed;top:20px}.Header-close{display:block}.Header-linkContainer{background:#fff;display:none;height:100vh;left:0;margin:0;position:fixed;top:0;width:100vw;z-index:9}.Header-linkContainer.show{display:block}.Header-link{font-size:2rem;margin:3rem;text-align:center}.Header-close{cursor:pointer;text-align:right}}.Gallery-container{grid-gap:1rem;display:grid;grid-template-columns:repeat(3,1fr)}.Gallery-single{position:relative;width:100%}.Gallery-image{width:100%}.Gallery-description{align-items:center;background:#fff6;display:flex;height:100%;justify-content:center;left:0;opacity:0;padding:1rem;position:absolute;top:0;transition:opacity .2s;width:100%}.Gallery-single:hover .Gallery-description{opacity:1}@media only screen and (max-width:1200px){.Gallery-container{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:900px){.Gallery-container{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:600px){.Gallery-container{grid-template-columns:repeat(1,1fr)}}
/*# sourceMappingURL=main.5234218d.css.map*/