h1 {
  font-weight: 300;
}

.series-intro {
  font-size: 13px;
  font-weight: 500;
}

header {
  background: #fff;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  z-index: 2;
}

p, li {
  font-family: 'Source Serif Pro';
  font-size: 18px;
}

header a:hover {
  color: inherit;
  opacity: 0.75;
}

header .title {
  font-size: 24px;
  margin: 0;
  text-align: center;
}

.blog {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.caption {
  margin: 10px 0 20px;
  text-align: center;
}

.content {
  align-self: center;
  max-width: 800px;
  padding: 40px;
  text-align: left;
  width: calc(100% - 80px);
}

.content img {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

.content p {
  hyphens: auto;
  text-align: justify;
}

.snippet {
  max-height: 500px;
  overflow: hidden;
  position: relative;
}

.snippet * {
  pointer-events: none;
}

.snippet:after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%);
  bottom: 0;
  content: "";
  height: 150px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
