#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 1em 3.25rem;
}

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

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

article {
  margin-bottom:2em;
}

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

.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;
   -webkit-columns: 2;
   -moz-columns: 2;
   -webkit-column-gap: 20px;
   -moz-column-gap: 20px;
  column-gap: 20px;
}
.footnotes-list li {
  margin-bottom: 1em;
}
.footnotes-container a {
  text-decoration: underline;
}
.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;
  }
  article, .intro {
    font-size: 1.25rem;
  }
  .issue-cover img {
    width: 25%;
  }
  #bisr {
    display: none;
  }
  .article .image {
    margin:auto auto 2rem auto;
  }
  .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;
  }
}
