.loaded-page {
  margin-top: -100px;
  height: 100vh;
  width: calc(100vw - 280px);
}
@media screen and (max-width: 1023px) {
  .loaded-page {
    width: 100%;
    height: calc(100vh - 80px);
    margin: 0 auto;
  }
}

.navigation-holder {
  width: 280px;
  background-color: white;
  margin-top: -100px;
  padding-top: 100px;
  height: 100vh;
}
.navigation-holder > div {
  width: 85%;
}
@media screen and (max-width: 1023px) {
  .navigation-holder > div {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  .navigation-holder {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    background-color: white;
    height: calc(100vh - 80px);
    transition: opacity 0.5s;
    margin: 0 auto;
    padding: 0;
  }
}

.upfold {
  width: 100%;
  height: 350px;
}
.upfold img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-line {
  list-style: none;
}
.story-line li {
  display: flex;
  width: 90%;
  margin: 100px 0 0 auto;
  align-items: stretch;
  justify-content: space-between;
}
.story-line li:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  .story-line li:nth-child(2n) {
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .story-line li {
    flex-direction: column;
    margin: 40px auto 0 auto;
    width: 80%;
  }
}
.story-line .content-holder {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .story-line .content-holder {
    width: 100%;
  }
}
.story-line h1 {
  margin: 20px auto;
  font-weight: 400;
  font-size: 40px;
}
@media screen and (max-width: 1023px) {
  .story-line h1 {
    font-size: 24px;
  }
}
.story-line h5 {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .story-line h5 {
    font-size: 18px;
  }
}
.story-line figure {
  width: 45%;
  filter: grayscale(100%);
}
@media screen and (max-width: 1023px) {
  .story-line figure {
    width: 100%;
  }
}
.story-line figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.story-line .year {
  position: relative;
  margin: 100px auto 40px;
}
.story-line .year span {
  position: absolute;
  left: 0;
  top: -50%;
  font-size: 100px;
  color: #4d4d4d;
  opacity: 0.2;
  font-family: sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .story-line .year span {
    top: -50px;
  }
}
.story-line .year p {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
.story-line .detail {
  line-height: 2;
  margin-bottom: 20px;
}
.story-line .detail header {
  font-size: 16px;
  font-weight: 700;
}
.story-line .detail p {
  font-size: 16px;
}

.description {
  width: 75%;
  margin: 80px auto;
  line-height: 1.9;
  font-weight: 400;
  font-size: 18px;
}

/*# sourceMappingURL=biography.css.map */
