#container {
  display: block;
}

.content {
  max-width: 50rem;
  margin: 0 auto 0 auto;
  font-size: 1.5rem;
}

p > a {
  text-decoration: underline;
}

p a:hover {
  text-decoration: none;
  color:black;
}


.article .blurb {
  font-size: 2.5rem;
  margin-bottom: 3rem;
}

.article .author {
  font-size: 1.5rem;
  margin: 0 0 1.5rem 0;
}

.article .title, .article .blurb, .article .author {
  text-align: center;
}

.article .image {
  margin:1em 2em 3rem 2em;
}

.article figure {
  margin:1em 2em 1em 3.25rem;
}

.intro {
  font-style: italic;
  margin-bottom: 1em;
}

.intro em {
  font-style: normal;
}

article {
  font-family: 'Gentium', serif;
  margin-bottom:2em;
}
article, .intro {
  font-size: 1.66rem;
}


article h1 {
  font-size:1.5rem;
  margin-top:3em;
  margin-bottom:1em;
}

article h2 {
  font-size: inherit;
  margin-top:3rem;
  margin-bottom: 1em;
}

article h3 {
  font-size: inherit;
  margin-top:1em;
  margin-bottom: 1em;
}

article .separator {
  display: flex;
  justify-content: center;
  margin:2em 0 2em 0;
}

article ol, article ul {
  margin: 1em 0 1em 3.25em;
}

article li {
  list-style: inherit;
  list-style-position: outside;
}

article li p {
  text-indent: 0em;
  margin: 0 0 1em 2em;
}

article.noindent p {
  text-indent: 0;
}
article.spacing p {
  margin-block-end: 1em;
}

article blockquote {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

article blockquote p {
  text-indent: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

figcaption {
  text-align: left;
}

.footnote {
  font-family: 'Futura', sans-serif;
  font-size:60%;
  text-decoration: none;
}
.footnotes-container {
  margin:4rem 0 4rem 0;
  font-size: 1.25rem;
}
.footnotes-list {
  columns: 2;
   -moz-columns: 2;
   -moz-column-gap: 20px;
  column-gap: 20px;
  margin: 0;
}
.footnotes-list li {
  list-style: none;
  margin: 0 0 1em 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
.footnotes-container a {
  text-decoration: underline;
  hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
}
.footnotes-container a:hover {
  text-decoration: none;
}
.footnotereverse a {
  text-decoration: none;
}
.note-numeral {
  font-family: 'Futura', sans-serif;
  font-size:80%;
}

.bio, .tags {
  font-size: 1.25rem;
  margin-bottom: 4rem;
}

.tags {
  text-align: center;
}

.related {
  text-align: center;
  grid-column: 2 / 12;
  margin: 2rem 0 6rem 0;
}

.related li {
  margin: 2rem 0 2rem 0;
}

.read-more {
  font-family: 'Gentium', serif;
  font-size: 1.5rem;
  margin: 0 0 2rem 0;
}


.issue-cover {
  left: 20px;
  bottom: 20px;
  width: 8%;
  position: fixed;
}

.logo {
  display: flex;
  justify-content: center;
  padding-bottom:6rem;
}

.logo img {
  transform: translateX(23px);
}

@media screen and (max-width:800px) {
  .issue-cover {
    position: relative;
    width: 100%;
    left: auto;
    bottom: auto;
  }
  .issue-cover img {
    width: 25%;
  }
  #bisr {
    display: none;
  }
  article, .intro {
    font-size: 1.25rem;
  }
  .article .image {
    margin:auto auto 2rem auto;
  }
  article li p {
    margin: 0 0 1em 0.5em;
  }
  .footnotes-container {
    font-size: 1.125rem;
  }
  .footnotes-list {
    columns: 1;
  }
  .bio {
    font-size: 1.125rem;
    line-height:1.375;
  }
  .read-more {
    font-size: 1.125rem;
  }
}
