@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,400i,600&display=swap');
@font-face {
    font-family: 'ogg';
    src: url('../fonts/ogg-regular.woff') format('woff'),
         url('../fonts/ogg-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

hr{
  color: #1f1f1f;
  background-color: #1f1f1f;
  border: 0;
  height: 1px;
}

body.nightMode hr{
  color: #eee;
  background-color: #eee;
}

body{
  padding: 0;
  font-size: 16px;
  font-family: 'EB Garamond', serif;
  background-color: #fff;
  color: #1f1f1f;
}

b{
  font-weight: 600;
}

body.nightMode{
  color: #eee;
  background-color: #191919;
}

a, a:visited{
  color: #1f1f1f;
  text-decoration: none;
  color: #2e3b7d;
}

a:hover{
  text-decoration: none;
  color: #1f1f1f;
}

.imageWrapper{
  text-align: center;
  margin: 0em auto 5em auto;
}

.imageWrapper img{
  max-width: 100%;
}

.content{
  margin: 5em 20vw;
  font-size: 21px;
}

.content p{
  text-align: justify;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;
  line-height: 1.43;
}

.content i{
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;
}

.play p.line{
  display: block;
  margin-top: -1.43em;
}

.play p{
  margin-left: 4em;
  margin-bottom: 1.5em
}

.play .name{
  margin-left: -4em;
  display: inline-block;
}

.poemLine{
  line-height: 1.43;
  padding-left: 1em;
  text-indent: -1em;
}

.fiction p{
  text-indent: 1em;
}

.fiction p:first-of-type{
  text-indent: 0em;
}

.fiction p:first-of-type::first-letter{
  display: block;
  float: left;
  line-height: .5;
  color: #2e3b7d;
  /* margin-right: 5px;
  margin-top: 13px; */
  margin: 17px 5px 0 0;
  padding: 0 0 0 0;

  font-size: 56px;
  /* font-size: 2.75em;
  line-height: 1.05em;
  margin: 0 0 -0.05em 0;
  padding: 0 0.13em 0 0; */
}

.poetry h3{
  font-family: 'ogg', 'EB Garamond', serif;
  font-size: 1.3em;
  text-transform: uppercase;
  margin-bottom: 3em;
}

@-moz-document url-prefix() {
  .fiction p:first-of-type::first-letter {
    margin: 12px 5px 0 0
  }
}

.content h1{
  font-family: 'ogg', 'EB Garamond', serif;
  margin-bottom: 0em;
  font-weight: 400;
  font-size: 1.45em;
  text-align: left;
  text-transform: uppercase;
}

.content h2{
  font-size: 1.2em;
  margin-top: 0.2em;
  font-weight: 400;
  text-align: left;
  font-style: italic;
  margin-bottom: 7em;
  color: #2e3b7d;
  /* text-transform: uppercase; */
}

.content h3{
  font-weight: normal;
  text-align: left;
  margin-top: 3em;
  font-size: 1em;
}

.content ol{
  padding-left: 2em
}

.content li{
  line-height: 1.43;
  padding-bottom: 0.5em;
}

.content .dinkus{
  text-align: center;
  letter-spacing: 1em;
  text-indent: 1em;
  margin: 2em 0;
}

.content .spacer{
  text-align: center;
  margin: 10em 0;
}

.content .spacer::before{
  content: ' '
}

.content .dinkus::before{
  content: "* * *";
}

.bio{
  margin: 4em 0;
  padding: 4em 0;
  border-top: 1px solid;
  word-wrap: break-word;
    overflow-wrap: break-word;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;
  font-size: 0.85em;
}

.bio b{
  color: #2e3b7d
}

.content .quote{
  padding: 1em 3em;
}

#backbtn{
  font-family: 'ogg', 'EB Garamond', serif;
  display: block;
  position: fixed;
  bottom: 1em;
  right: 1em;
  font-size: 1.2em;
  text-transform: uppercase;
}

.back{
  display: none;
}

@media only screen and (max-device-width: 480px) {

  html, body{
    margin: 0;
    padding: 0;
    font-size: 17px;
  }

  .content{
    margin: 6em 1em 0em 1em;
  }

  .content .quote{
    padding: 1em;
  }

  .content h1{
    margin-top: 0;
  }

  #backbtn{
    display: block;
    position: relative;
    bottom: 1em;
    right: 1em;
    font-size: 1em;
    text-align: right;
  }

  .bio{
      margin: 4em 0 1em 0;
      font-size: 0.87em;
  }

  .content ol{
    padding-left: 1em
  }

  .fiction p{
    text-indent: 0em;
  }

  .play p.line{

  }

  .play p{
    margin-left: 0em;
  }

  .play p.line{
    margin-top: 1em;
    margin-left: 1em;
  }

  .play .name{
    margin-left: 0em;
  }

  .play .name::after{
    content: ':'
  }

}
