*,:after,:before{box-sizing:border-box}html{font-size:16px}body{margin:0;text-align:center}body,h1{font-size:1rem}a{text-decoration:none;color:#00f;text-decoration:underline}a:hover{text-decoration:none}img{display:inline-block;vertical-align:bottom;background-color:#eee}.App{display:flex;flex-direction:column;min-height:100vh}.Loading{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%}.Loading:after{content:"loading"}.Nav{display:flex}.Nav>a,.Nav>span{flex:1;padding:1rem}.Nav>a{color:#000;text-decoration:none}.Nav>a:hover{background-color:#000;color:#fff}.Nav>span{color:grey}.Grid{display:grid;grid-template-columns:repeat(6,1fr);flex:1;align-items:center;padding:2rem 0;column-gap:1rem;row-gap:1rem}@media screen and (max-width:1400px){.Grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:1400px) and (max-width:800px){.Grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:1400px) and (max-width:500px){.Grid{grid-template-columns:repeat(1,1fr)}}.Collection{flex:1;display:flex;flex-direction:column}.Collection__contents{display:flex;flex:1}.Collection__image{background-color:#eee}.Collection__image--pending{opacity:0}.Collection__image--loaded{opacity:1;transition:opacity .25s}.Collection__text{margin:2rem}.Content,.Content__content{flex:1;display:flex;flex-direction:column}.Content__content{align-items:center;justify-content:center}.Content__download{color:#000;margin:1rem 0}@keyframes fill{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.Slides{display:flex;position:fixed;top:0;left:0;width:100%;padding:1rem 1rem 2rem;background:linear-gradient(180deg,rgba(38,38,38,.8),rgba(38,38,38,0))}.Slides__indicator{margin:0 2px;height:3px;width:100%;overflow:hidden;background-color:hsla(0,0%,100%,.5);border-radius:1px}.Slides__indicator--active>.Slides__progress{animation:fill 5s linear forwards}.Slides__indicator--past,.Slides__progress{background-color:#fff}.Slides__progress{width:100%;height:100%;transform:translateX(-200%)}.Slide{width:100%;height:100vh;display:flex;align-items:center;justify-content:center}.Slide__content{width:100%;height:100%;background-size:cover;background-position:50%}.Slide__image{width:100%;height:100%;object-fit:contain;background-color:transparent}.Slide__text{display:flex;align-items:center;justify-content:center;height:100%;font-size:2rem;padding:2rem}
/*# sourceMappingURL=/stylesheets.1dc690e9.css.map */