/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Pangolin';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/cY9GfjGcW0FPpi-tWMfD79zqiA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Pangolin';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/cY9GfjGcW0FPpi-tWMfN79w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
* {
  margin: 0;
}
body, html {
  overflow-x: hidden;
}
body {
  /* background-color: #eee; */
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1em;
}
.sound {
  margin: 3em 1rem 0 1rem;
}
.sound audio {
  width: 100%;
}
.photo {
  background-color: #eee;
  min-height: 38vw;
  margin-top: 4em;
}
.date + .photo {
  margin-top: 0;
}
.date {
  text-align: right;
  margin-top: 2.5em;
  margin-bottom: .3em;
  color: #555;
  font-size: .8em;
  padding: 0 1rem;
}
.date::before {
  content: "";
  display: block;
  margin: 3em auto;
  width: 25%;
  border-bottom: 3px solid #aaa;
}
.date:nth-of-type(1)::before {
  display: none;
}
.description {
  margin: 1rem;
  color: #333;
}
.space {
  height: 60vw;
  font-size: 20vw;
  margin-top: 4rem;
}
.space::before {
  content: '‹';
  left: 0;
}
.space::after {
  content: '›';
  right: 0;
}
.space::before, .space::after {
  z-index: 1;
  display: block;
  position: absolute;
  margin: 1em .1em;
  pointer-events: none;
  line-height: 1;
  color: #fff;
  opacity: 0.7;
}
.scroll {
  height: 60vw;
  width: 100vw;
  overflow-x: auto;
  left: 0;
  position: absolute;
  white-space: nowrap;
  overflow-y: hidden;
  text-align: center;
}
.panorama {
  height: 100%;
  width: 10000px;
  background-size: auto 100%;
  /* animation: linear 60s panorama infinite; */
}
@keyframes panorama {
  from {
    background-position-x: 0px;
  }
  to {
    background-position-x: -5832px;
  }
}
p {
  margin-bottom: .5em;
}
img {
  display: block;
  /* width: 100%; */
  max-width: 100%;
  margin: 0 auto;
  /* background-color: #ddd; */
}
.scroll img {
  height: 100%;
  max-width: none;
  display: inline-block;
}
h1, h2 {
  font-family: 'Pangolin', cursive;
  font-weight: normal;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.7em;
  /* color: #555; */
  color: #000;
  /* text-align: center; */
  /* position: relative; */
}
/* h2::before {
  content: '';
  background: linear-gradient(to right, #ccc, #fff);
  height: .8em;
  width: 8em;
  position: absolute;
  z-index: -1;
  top: .4em;
  left: .3em;
  display: inline;
} */
header {
  text-align: right;
  font-size: 4.5vw;
  background-color: #333;
  color: #fff;
  padding: 1.9em 1em .8em;
  background-size: cover;
}
header span {
  text-transform: uppercase;
  color: #999;
  font-size: .95em;
}
main {
  padding: 0 0 3em;
  max-width: 800px;
  margin: 0 auto;
  /* background-color: #fff; */
}

@media (min-width: 800px) {
  header {
    font-size: inherit;
  }
  header h1 {
    width: 800px;
    margin: auto;
  }
  main {
    padding: 0 3em 3em;
  }
  .date {
    padding: 0;
  }
  .space {
    height: 490px;
    font-size: 160px;
  }
  .scroll {
    height: 490px;
  }
  .photo {
    min-height: 307px;
  }
  .sound {
    margin: 3em 0 0 0;
  }
  .description {
    margin-left: 0;
    margin-right: 0;
  }
}
