a {
  color: black !important;
}

.streamfield p, .streamfield ol, .streamfield ul {
  font-size: 0.8rem;
  line-height: 2.5;
  color: #2c2d2c;
  font-family: 'Merriweather', serif;
}
.streamfield p a, .streamfield p a:visited, .streamfield p a:active, .streamfield p a:hover {
  color: black;
  text-decoration: underline;
}
.streamfield blockquote {
  padding-left: 30px;
  border-left: 1px #505050 solid;
}
.streamfield blockquote, .streamfield blockquote p {
  color: #505050;
}
.streamfield h1 {
  font-size: 1.4rem;
  font-family: "ProximaNovaSemiBold", Helvetica, sans-serif;
  text-transform: uppercase;
}
.streamfield h2 {
  font-size: 1rem;
  font-family: "ProximaNovaBold", Helvetica, sans-serif;
  font-weight: bold;
}
.lead {
  background-color: white; padding: 30px; max-width: 50%;
}
.lead h1 {
  font-family: "ProximaNovaSemiBold", Helvetica, sans-serif;
}
@media only screen and (max-width: 767px) {
  .lead {
    padding: 10px;
    max-width: unset;
  }
}
@media only screen and (max-width: 767px) {
  .lead h1 {
    font-size: 1.8rem;
  }
}
.lead .author {
  font-size: 0.7rem;
  margin-top: 30px;
  text-transform: uppercase;
  font-family: "ProximaNovaSemiBold", Helvetica, sans-serif;
  letter-spacing: 1px;
}
#previous {
  color: white !important;
  font-size: 5rem;
  position: absolute;
  bottom: 38%;
  left: 10px;
  text-decoration: none;
}
#next {
  color: white !important;
  font-size: 5rem;
  position: absolute;
  bottom: 38%;
  right: 10px;;
  text-decoration: none;
}
.author-details .author-name {
  font-family: "ProximaNovaSemiBold", sans-serif;
  font-weight: bold;
}
.author-details .author-bio {
  font-family: 'Merriweather', serif;
  font-size: 0.7rem;
  font-weight: 300;
}
.site-header {
  background-color: #fa00f4;
  color: black;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.7rem;
  line-height: 1.4rem;
  font-family: "ProximaNovaSemiBold", Helvetica, sans-serif;
  letter-spacing: 1px;
}
.site-header a, .site-header a:active, .site-heard a:visited {
  color: black;
  text-decoration: none;
}
.site-header .dropdown-menu {
  font-size: 0.7rem;
}
.site-header .dropdown-menu a:hover {
  background-color: transparent;
}
.site-header a.dropdown-toggle {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.4rem;
}
.site-header .dropdown-toggle::after {
  display: none;
}
.dropdown-menu.show {
  margin-left: -5px;
}
.streamfield > div {
  max-width: 800px;
  margin: 0 auto;
}
.site-header .logo, .logo {
}
.issue-number {
  position: absolute;
  right: 15px;
}
.search-box {
  opacity: 0.6;
}
.search-box:hover, .search-box:focus, .search-box:active {
  opacity: 1;
}

footer .input-group .btn-group button.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: white;
  color: black;
  border: none;
  font-family: "ProximaNovaRegular", Helvetica, sans-serif;
}
.footer-links, .footer-links a {
  font-family: "ProximaNovaSemiBold", Helvetica, sans-serif;
}
.bottom-row {
  background-color: #fa00f4;
  /* height: 170px; */
}
.footer-text, .footer-text .logo {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-size: 0.8rem;
}
.footer-text .logo {
  font-size: 1rem;
}
input {
  font-family: "ProximaNovaRegular", sans-serif;
}
.footer-links a:visited, .footer-links a:active, .footer-links a:hover {
  color: black !important;
}

/* Archive, search */
h1 {
  font-family: "ProximaNovaBold", sans-serif;
}
h3 {
  font-family: "ProximaNovaBold", sans-serif;
}
.details {
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 9pt;
  text-transform: uppercase;
}
.footnote-label {
  font-family: 'Merriweather', serif;
  font-size: 0.8rem;
  line-height: 2.5;
}

.break-space {
  height: 2em;
}
.break-leaf {
  height: 2em;
  text-align: center;
  width: 100%;
  font-size: 1.3em;
}
.break-line {
  border-top: 1px black solid;
  height: 1em;
  width: 80%;
  /* max-width: 800px; */
  margin: 0 auto;
  margin-top: 1em;
}

body.letter main * {
  font-family: 'Merriweather', serif;
}
