

html {
  font-size: 1.2em;
  font-family: "Maven Pro", sans-serif;
}

body {
  color: #303030;
  overflow-y: scroll;
  overflow-x: hidden;
  line-height: 1.5;
  padding-bottom: 64px;
}

.main {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;

  width: 100%;
}

.toc {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;


  width: 60%;
}

img.ach {
  width: 70%;
}


h2 {
  font-family: futura;
  font-size: 34px;
  margin-top: 24px;
  font-weight: 900;
}

p {
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
}

.part {
  font-family: futura;
  line-height: 1.2;
}

.interlude {
  font-family: futura;
  line-height: 1.4;


  margin-left: 40px;
}


blockquote {
    font-family: futura;
    font-size: 18px;
    font-style: italic;
    width: 45%;
    margin: 0.25em 0;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
}

blockquote:before {
    display: block;
    font-weight: normal;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -10px;
    top: -10px;
}

blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

blockquote footer {
    font-style: normal;
    margin-left: 40px;

}

blockquote a:link { color: PowderBlue; }
blockquote a:visited { color: PowderBlue; }
blockquote a:hover { color: PowderBlue; }
blockquote a:active { color: PowderBlue; }

.float-right {
  width: 50%;
  float: right;
}

.float-left {
  width: 50%;
  float: left;
}



.full_bleed_outer {

  width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
      background-color: #a039a6;
      color: #fff; padding-top: 32px; padding-bottom: 48px; margin-top: 32px;

  }

  .full_bleed_inner {
    margin: 0 auto;
    max-width: 1000px;
  }
