.note {
  /* max-width: 35rem; */
  margin: 6.125rem auto;
}
.note-header {
  padding: 6.25rem 8.33% 3rem 8.33%;
}
.note-footer {
  padding: 6rem 0;
}
.note-date {
  color: var(--color-text-grey);
}
.note-tags {
  display: flex;
  margin-bottom: 1.5rem;
}
.note-tags li {
  margin-right: .5rem;
}
.note-tags a {
  padding: .5rem 1rem;
  display: block;
  background: var(--color-light);
}
.note-tags a:hover {
  background: var(--color-black);
  color: var(--color-white);
}
.note.text h1, .note.text h2, .note.text h3, .note.text h4, .note.text h5, .note.text h6, .note.text p, blockquote, .entry .text ul {
  max-width: 40%;
  margin-left: 50%;
}

.entry .text figure ul {
  max-width: none;
  margin-left: 0;
}

.note.text ul li p {
  max-width: none;
  margin: 0 !important;
  text-indent: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'NT Bau Bold', 'Helvetica', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
.note-title {
  font-size: var(--title);
  text-transform: uppercase;
  font-family: 'NT Bau Bold','Helvetica',sans-serif;
  text-indent: 3rem;
  line-height: .9;
  letter-spacing: -.25rem;
  margin-left: 0;
  max-width: none;
}

.note.text p {
  font-size: 1.25rem;
  text-indent: 3rem;
}

p.reading-time {
  margin-left: 0;
  margin-top: 2rem;
}

.note.text p, .note.text blockquote {
  margin: 3rem 0;
}

.note.text figure {
  margin: 6.125rem 0;
}

.note.text p, .note.text blockquote {
  margin-left: 50%;
}

.note.text blockquote {
  font-family: 'NT Bau Bold','Helvetica',sans-serif;
  font-size: 4rem;
  letter-spacing: -1.5px;
  line-height: .9;
  border-left: none;
  padding-left: 1rem;
  max-width: 40%;
  text-transform: uppercase;
  text-align: center;
}

.blog-prevnext .note-excerpt {
  line-height: 1.5em;
  position: relative;
  height: 100%;
  width: 50%;
  margin-top: 1rem;
}

.blog-prevnext .note-excerpt a {
  height: 50vmin;
}

.blog-prevnext .h2 {
  text-align: center;
}

.blog-prevnext {
  border-top: solid 1px #D9D9D9;
  padding-top: 1rem;
}

.blog-prevnext .note-excerpt header {
  height: 100%;
}

.blog-prevnext .entry-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
}

.blog-prevnext .note-excerpt-title {
  margin-top: 0;
  text-indent: 0;
}

.diptych {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 6.125rem 0;
}

.diptych img {
  width: 50%;
}

@media screen and (max-width: 850px) {
  .note-header {
    padding: 5rem 1rem 0 1rem;
  }

  .blog-prevnext .note-excerpt {
    width: 100%;
    margin-top: 0;
  }

  .blog-prevnext .h2 {
    margin-bottom: 1rem !important;
  }

  .blog-prevnext .note-excerpt-title {
    font-size: 1.5rem;
  }

  .blog-prevnext .entry-info {
    padding: 1rem;
  }

  .blog-prevnext .note-excerpt a {
    height: 75vmin;
  }

  .note {
    margin: 3rem auto;
  }

  .note-title {
    letter-spacing: -.08rem;
    font-size: 2.25rem;
  }

  .note.text p, .note.text blockquote {
    margin-left: 0;
    max-width: 100%;
    padding: 0 1rem;
    font-size: 1.125rem;
  }

  .note.text blockquote {
    font-size: 2rem;
    letter-spacing: -.08rem;
    line-height: 1;
  }

  .note.text h1, .note.text h2, .note.text h3, .note.text h4, .note.text h5, .note.text h6, .note.text p, blockquote, .entry .text ul {
    max-width: 100%;
    margin: 2.5rem 0;
    padding: 0 1rem;
  }

  .note.text h1 {
    font-size: 1.25rem;
    letter-spacing: -.025rem;
  }

  .text figcaption {
    font-size: 0.65rem;
  }

  .note.text figure, .diptych {
    margin: 2.5rem 0;
  }

  .diptych {
    flex-direction: column;
  }

  .diptych img {
    width: 100%;
  }

  .entry .text figure ul {
    padding: 0;
  }
}