body {
  font-family: Bulmer;
  height: auto;
}

i {
  font-style: italic;
}

b {
  /* font-weight: bold; */
}

.unitalicized {
  font-style: normal;
}

sup {
  font-size: smaller;
  position: relative;
  top: -10px;
}

sup a {
  text-decoration: none;
}

.underlined {
  text-decoration: underline;
}

.adjust-colon {
  position: relative;
  top: -8px;
}

/* Index page */



.title {
  font-size: 4.5rem;
  line-height: 5rem;
  width: 100%;
  padding: 1rem;
  hyphens: auto;

  small {
    font-size: 4.5rem;
  }
}

.enlarge:hover {
  text-transform: uppercase;
}

.title .enlarge:hover {
  text-transform: uppercase;
  /* padding: 0 25px; */
  font-size: 4.5rem;

  small {
    font-size: 4.5rem;
  }

  /* font-size: 120%; */
  /* line-height: 90%; */
}


@keyframes scroll-left {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}


.navigation {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  text-align: center;
  /* word-break: break-all; */
  /* width: 5px; */
  display: block;
  position: fixed;
  right: 20px;
  margin-top: calc(50vh - 105px);
  top: 0;
  z-index: 10;
}


.issues-list {
  left: 60%;
  color: blue;
  list-style: none;
  padding: 0;
  margin: 0;

  display: flex;
  justify-content: center;
  align-items: center;
  font-style: italic;
  font-size: 20rem;
  position: absolute;
  top: 60%;
}

.issues-list li {
  position: absolute;
  top: 50%;
}

.issues-list li {
  position: absolute;
  top: 0;
  left: -9999px;
  /* hide by default */
  animation: showWord 9s steps(1, end) infinite;
}

.issues-list li:nth-child(1) {
  animation-delay: 0s;
}

.issues-list li:nth-child(2) {
  animation-delay: 1s;
}

.issues-list li:nth-child(3) {
  animation-delay: 2s;
}

.issues-list li:nth-child(4) {
  animation-delay: 3s;
}

.issues-list li:nth-child(5) {
  animation-delay: 4s;
}

.issues-list li:nth-child(6) {
  animation-delay: 5s;
}

.issues-list li:nth-child(7) {
  animation-delay: 6s;
}

.issues-list li:nth-child(8) {
  animation-delay: 7s;
}

.issues-list li:nth-child(9) {
  animation-delay: 8s;
}


@keyframes showWord {
  0% {
    left: 0;
  }

  11.1% {
    left: -9999px;
  }

  100% {
    left: -9999px;
  }
}

.event-details {
  color: red;
  font-size: 9rem;
  text-align: center;
}

footer {
  font-size: 2rem;
  position: absolute;
  bottom: 1rem;
  left: 2rem;
}

footer a {
  font-style: italic;
}





/* Issue one */

.read-texts {
  font-size: 2.5rem;
  width: 100%;
  display: flex;
  overflow-x: scroll;

  section {
    flex-shrink: 0;
    width: 80%;
    height: 100vh;
    overflow-y: scroll;
    font-size: 1.7rem;
    line-height: 2.2rem;
  }

  .joke {
    width: 22%;
  }
}




.typeset-loud-cows {
  width: 80%;
  margin-left: 10%;
  /* padding-top: 65px; */
  line-height: 120%;
  font-size: 2.3rem
}

.typeset-loud-cows span {
  display: block;
}

.cows-title {
  /* font-variant-caps: small-caps; */
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.single-indent {
  margin-left: 5%;
}

.center-aligned {
  text-align: center;

  span {
    display: inline-block;
  }
}

.awe-aligned {
  padding-left: 47.5rem;
}

.dash-aligned {
  padding-left: 47rem;

  span {
    display: inline;
  }

  span:first-child {
    font-size: 1.4rem;
  }

  span:nth-child(2) {
    font-size: 1.25rem;
  }

  span:last-child {
    font-size: 1.1rem;
  }
}

.double-indent {
  padding-left: 10%;

  span {
    display: inline-block;
  }
}

.triple-indent {
  padding-left: 15%;
}

.increasing {
  span {
    display: inline-block;
  }

  span:first-child {
    font-size: 1.92rem;
  }

  span:last-child {
    font-size: 2.2rem;
  }
}

.along-aligned {
  padding-left: 14.7rem;
}

.the-aligned {
  padding-left: 25.5rem;

  span {
    display: inline-block;
  }

  span:first-child {
    font-size: 1.92rem;
  }

  span:last-child {
    font-size: 2.2rem;
  }
}

.big-font {
  font-size: 2.2rem;
}

.talk {
  padding-left: 40%;
  padding-right: 10%;
  text-indent: 0;
  hyphens: auto;
}

.talk-introduction {
  padding-left: 50%;
  font-style: italic;
}

.talk:last-child {
  text-indent: 3rem each-line;
}


.body-paragraph {
  text-indent: 3rem each-line;
  font-size: 1.7rem;
  padding-left: 40%;
  line-height: 2.2rem;
  padding-right: 10%;
}

.no-indent {
  text-indent: 0;
}

.footnote {

  font-style: italic;
}

.chapter-title {
  font-size: 1.8rem;
  padding-left: 45%;
  margin-top: 3rem;
  font-style: italic;
  margin-bottom: 1.4rem;
}

.subheading {
  font-size: 1.4rem;
  font-style: italic;
  padding-left: 45%;
  margin-bottom: 1.4rem;
}

.author {
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  padding-top: 1rem;
}

.text-title {
  font-size: 3.6rem;
  line-height: 4rem;
  text-align: center;
  /* font-style: italic; */
  /* margin-left: 10rem; */
  margin-top: 2rem;
  margin-bottom: 3rem;
}






/* issue two */


.issue-two {
  /* display: flex; */
}


.radio-strip {
  font-size: 20rem;
  font-style: italic;
  color: #000;
  background-color: #fff;
  margin-top: 1rem;
}

.radio-content {
  padding-left: 50%;
  white-space: nowrap;
  display: inline-block;
  will-change: transform;
  animation: scroll-left 2500s linear infinite;

  .intro {
    font-style: normal;
  }
}

.transcription-link {
  bottom: 1rem;
  font-style: italic;
  font-size: 2rem;
  left: 2rem;
  position: fixed;
}

.interview {
  width: 80%;
}

.interview-title {
  font-size: 3rem;
  padding-right: 30%;
  margin-bottom: 50px;
}

.interview-participants {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 50px;
}

.interview-participants.fixed {
  position: fixed;
}

.interview-body {
  margin: 10%;
  margin-top: -100vh;
  font-size: 1.8rem;
  line-height: 140%;
}

.malva {
  color: blue;
}

.ivo {
  color: green;
}

.ine {
  color: orange;
}

.valentijn {
  color: red;
}

.legend {
  position: sticky;
  left: 80%;
  top: 0px;
  height: 100vh;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  width: 5px;
  word-break: break-all;
}

.radios-list {
  /* font-family: Helvetica, sans-serif; */
  width: 20%;

  .list-title {
    text-align: center;
    font-weight: bold;
  }

  ul {
    margin-top: 10px;

    li {
      margin-top: 5px;
      text-align: center;
    }

    li:hover {
      opacity: 50%;
    }
  }

  a {
    color: inherit;
  }
}


/* Issue three */


.radio-title {
  font-size: 1.2rem;
  text-align: center;
}

.live-audio {
  width: 150px;
  height: 30px;
  background: white;
  margin-left: calc((100% - 150px) / 2);
  margin-top: calc((100vh - 30px) / 2);
  margin-bottom: 340px;
  position: relative;
  z-index: 5;
}



.links {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: space-around;
  font-size: 3rem;
}

.links .row {
  display: flex;
  width: 100%;
  justify-content: space-around;
  font-style: italic;
}

.links .row a {
  text-decoration: none;
}