:root {
  --red: #C02626;
  --white: rgb(248, 248, 248);
  --gray: rgb(230, 230, 240);
  --header-height: 183px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

body {
  font-family: 'Futura', sans-serif;
  line-height: 1.2;
  background-color: var(--white);
  font-size:1.25rem;
}

.meta {
  color:black;
  font-size: 1rem;
}

a {
  color:inherit;
  text-decoration: none;
}

a:hover {
  color: var(--red);
}


a[aria-current="page"] {
  color: black;
}

li {
  list-style: none;
}

h1, .h1 {
  font-family: 'Gentium', serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom:0.75rem;
}
h2, .h2 {
  font-size: 1.5rem;
  font-weight: normal;
}
h3, .h3 {
  font-family: 'Gentium', serif;
  font-size: 1.75rem;
  font-weight: normal;
  margin-bottom: 0.25em;
}
h4, .h4 {
  font-family: 'Gentium', serif;
  font-size: 1.875rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.1em;
}
h5, .h5 {
  font-weight: normal;
  font-size: 1rem;
}
h6, .h6 {
  font-weight: normal;
  font-size: 1.125rem;
}
.text {
  font-family: 'Gentium', serif;
  font-size: 1.66rem;
}
.name {
  font-family: 'Gentium', serif;
  font-weight: normal;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.small {
  font-size: 75%;
}
.center {
  text-align: center;
}
.center p {
  text-indent: 0;
  margin-bottom: 1em;
}
p {
  text-indent:2em;
}
.noindent p {
  text-indent: 0;
}
.hanging-indent p {
  text-indent: -2em;
  margin-left: 2em;
}
.stanzas-wrapper {
  display: flex;
  justify-content: center;
  margin: 1em 0 0 0;
}
.stanzas {
  display:inline-block;
}
.stanzas p {
  text-indent:0;
  margin-bottom: 1em;
}
.break {
  margin-bottom: 2em;
}
.block-quote {
  margin: 1em 0 1em 2em;
}
.block-quote p {
  text-indent: 0px;
}
.date .numerals, .time .numerals, .location .numerals, .issue-title .numerals {
  font-family: 'Gentium', serif;
  font-size:125%;
  line-height: 0.8;
}
figcaption {
  font-size:1rem;
  font-family: 'Futura', sans-serif;
}

input[type=search], input[type=text], input[type=email] {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid var(--red);
  font-family:'Futura', sans-serif;
  font-size: 1.5rem;
}



input[type=submit] {
  background-color: transparent;
  border: none;
  font-family:'Futura', sans-serif;
  font-size: 1.5rem;
  color: var(--red);
}
input[type=submit]:hover {
  color:black;
  cursor: pointer;
}
input:focus {
  outline:none;
  border-bottom: 2px solid black;
}


header {
  background-color: white;
  border-bottom: 1px solid var(--red);
  padding:20px;
  position:sticky;
  top:0;
  z-index: 999;
}

#container {
  height: calc(100vh - var(--header-height));
  display: flex;
  justify-content: center;
  margin:40px 20px 0 20px;
}

#bisr {
  font-family: 'Futura-Medium';
  color: var(--red);
  position:absolute;
  width: 130px;
  font-size: 1.5rem;
  line-height: 1.1em;
  width: 130px;
}

#bisr a:hover {
  color:black;
}

span.logo-line1 {
  letter-spacing: .01em;
}

span.logo-line2 {
  letter-spacing: .07em;
}

span.logo-line3 {
letter-spacing: .015em;
}

span.logo-line4 {
letter-spacing: .06em;
}

.logo {
  padding-bottom:6rem;
}

#nameplate {
  text-align: center;
  font-size:8rem;
  line-height: 0.9;
  text-transform: uppercase;
  font-family: 'Futura', sans-serif;
  color: var(--red);
  letter-spacing: -0.05em;
}

nav {
  width:100%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 2em;
  font-size: 1.5rem;
  color: var(--red);
}

nav a:hover {
  color:black;
}


.content {
  max-width: 50rem;
}

.grid-2col {
}

.grid-12col {
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 10px;
}
article, .intro {
  font-family: 'Gentium', serif;
  font-size: 1.66rem;
}


.title {
  font-family: 'Gentium', serif;
}

.blurb {
  font-family: 'Gentium', serif;
  font-style: italic;
  margin-bottom: 2rem;
}

.bio {
  line-height: 125%;
}




.post {
  margin-bottom: 4rem;
}
.event.post, .podcast.post, .course.post, .issue-cover {
  text-align: center;
}
.event.post .title, .podcast.post .title, .course.post .title {
  margin-bottom: 1em;
}
.fixed {
  position: fixed;
}
.event.post .blurb {
  font-style: normal;
}
.event.post .date {
  margin-bottom: 1em;
}
.image {
  margin-bottom:1em;
}

.issue-cover img {
  margin-bottom: 0.5rem;
}

img {
  max-width: 100%;
  object-fit: contain;
}


@media screen and (max-width: 1024px) {
  body {
    overflow: scroll;
  }
  header {
    position: relative;
  }
  #bisr {
    position: relative;
    width: 5.266em;
    font-size: 0.75rem;
    margin: 0 auto 1rem auto;
  }
  #container {
    display: block;
    height:auto;
  }
  .content {
    max-width: none;
  }
  .footnotes-list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  .issue-cover {
    position: relative;
  }

}

@media screen and (max-width: 800px) {
  #nameplate {
    font-size: 18vw;
    margin-bottom: 1rem;
  }
  #bisr {
    display: none;
  }
  nav {
    flex-direction: row;
  }
  nav div, nav a {
    width: 100%;
    text-align: center;
  }
  h1 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
  figcaption {
    font-size: 0.75rem;
  }
  p {
    text-indent:1em;
  }
  .stanzas-wrapper {
    display: block;
  }
}
