body {
  background-color: #fff;
  /*background-color: #181000;
  background: linear-gradient(120deg, #201000, #000);*/
  background-image: url('../images/bgd_white.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #000;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
}

.content {
  margin: 0 10%;
  height: 100%;
  padding: 10pt;
}

.content::after {
  content: "";
  /*background-image: url('../images/bgd.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 10%;*/
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  height: 2000px;
  z-index: -1;
}


.header {
  display: block;
  height: 320px;
  background-color: #fff;
  color: #000;
  position: relative;
  z-index: 2;
}

.author {
  background-color: #fff;
  background-image: url('../images/author.jpg');
  background-repeat: no-repeat;
  background-position: center;
  color: #000;
  display: inline-block;
  width: 340px;
  height: 100%;
  position: relative;
  left: -5%;
}

.name {
  display: inline-block;
  background-color: #fff;
  color: #000;
  font-family: 'Times New Roman', serif;
  font-size: 60pt;
  position: absolute;
}

.name .delimiter {
  display: inline-block;
  height: 150px;
  width: 10px;
  background-color: #800;
  margin: 0 5pt;
  vertical-align: bottom;
}

.toc {
  display: inline-block;
  position: absolute;
  top: 250px;
}

.toc .ref {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  font-size: 150%;
}

.toc .delimiter {
  display: inline-block;
  height: 40px;
  width: 5px;
  background-color: #888;
  margin: 0 5pt;
  vertical-align: middle;
}

.chapter {
  display: block;
  margin: 10pt 0;
  padding: 5pt;
  background-color: #fff;
  /*background-image: url('../images/bgd_white.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;*/
  color: #000;
  max-width: 1000px;
}

/*.chapter::after {
  content: "";
  background-image: url('../images/bgd.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
} */

.chapter h1 {
  display: block;
  border-left: 8px solid #800;
  padding-left: 5pt;
  padding-top: 20pt;
}

.chapter p {
  display: block;
  max-width: 800px;
  margin: 1em 3em;
}

.figure {
  float: right;
  margin: 10pt;
  text-align: center;
}

.amazon_button {
  display: inline-block;
  width: 120px;
  height: 43px;
  background-image: url('../images/amazon_white.gif');
  background-repeat: no-repeat;
  background-position: middle center;
  margin: 5pt;
}

.amazon_button:hover {
  background-image: url('../images/amazon_yellow.gif');
}

.goodreads_button {
  display: inline-block;
  width: 130px;
  height: 41px;
  background-image: url('../images/goodreads_white.png');
  background-repeat: no-repeat;
  background-position: middle center;
  margin: 5pt;
}

.goodreads_button:hover {
  background-image: url('../images/goodreads_yellow.png');
}

#socialshareprivacy {
  font-size: 10pt;
  font-weight: bold;
}

#comments q {
  font-weight: bold;
}

blockquote footer {
  margin-top: 1em;
  font-style: italic;
}

blockquote footer::before {
  content: "—";
}

.chapter .contacts {
  display: block;
  float: right;
}

.chapter .contacts .facebook,
.chapter .contacts .twitter,
.chapter .contacts .goodreads,
.chapter .contacts .email,
.chapter .contacts .mastodon {
  display: inline-block;
  margin: 5pt;
  padding: 5pt;
}

.chapter .contacts .facebook {
  background-color: #3b5998;
  color: #fff;
}

.chapter .contacts .twitter {
  background-color: #55acee;
  color: #fff;
}

.chapter .contacts .mastodon {
  background-color: #e85;
  color: #fff;
}

.chapter .contacts .goodreads {
  background-color: #bb5;
  color: #000;
}

.chapter .contacts .email {
  background-color: #555;
  color: #fff;
}

.chapter .contacts a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.footer {
  text-align: center;
  color: #875;
  font-size: 10pt;
}

.contactform {
  display: block;
}

.contactform input {
  min-width: 10em;
  max-width: 40em;
  width: 50%;
  border: 1px solid #000;
  padding: 5pt;
  background: #fff;
}

.contactform textarea {
  min-width: 20em;
  max-width: 80em;
  width: 80%;
  min-height: 10em;
  max-height: 80em;
  height: 30%;
  border: 1px solid #000;
  padding: 5pt;
  background: #fff;
}

.response {
  padding: 5pt;
  margin: 10pt;
  font-size: 12pt;
}

.footer a {
  color: inherit;
}
