/* AwesomeDude styles template for responsive serial chapters */

/* Last update by Alien Son 20 February 2023 */


/* Reset */

* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none
}


/* Basics */

body {
  font-family: Georgia, serif;
  font-size: 18pt;
  line-height: 1.4;
  color: #333;
  background-color: #f7f7f7;
}

.container {
  width: 90%;
  max-width: 900px;
  margin: 0px auto;
  padding: 1.5em 0;
}

header {
  margin: 1em auto 2em auto;
  height: auto;
  border: 0px solid #fff;
}

h1, h2, h3 {
  text-align: center;
}

h1 {
  font-size: 1.8em;
  font-weight: bold;
  padding-top: 1em;
}

h2 {
  font-size: 1.2em;
  font-weight: bold;
  padding-top: .5em;
  padding-bottom: 2em;
}

h3 {
  font-size: .7em;
  font-weight: normal;
  padding-top: .8em;
}

h4 {
  font-size: 1.3em;
  font-weight: normal;
  padding-top: .8em;
}

p {
  font-size: 1em;
  margin-bottom: 1.4em;
  text-indent: 2em;
}


/* Links */

a:link {
  text-decoration: none;
  color: #0000FF;
}

a:hover, a:visited:hover {
  text-decoration: none;
  color: #FF8C00;
}

a:visited {
  text-decoration: none;
  color: #20B2AA;
}


/* Special formatting */

.container ol {
  margin: 0 0 .5em 3em;
}

.container ol li {
  padding-left: 2em;
  padding-bottom: 1em;
}

.letter {
  margin: 4em;
}

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

.footnote-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .6em;
  font-weight: bold;
  vertical-align: 8px;
  padding-left: 2px;
}

.footnotes {
  margin: 2em 0 2em 0;
}

.footnotes p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
  font-style: normal;
}

.separator {
  clear: right;
  width: 4em;
  border-top: 2px solid #333;
  margin-bottom: 10px;
  text-indent: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.chapter-image-top {
  max-width: 750px;
  margin: 0 auto;
}

.chapter-image-top-640 {
  max-width: 640px;
  height: auto;
  margin: 2em auto;
}

.chapter-image-top-630 {
  max-width: 630px;
  height: auto;
  margin: 2em auto;
}

.chapter-image-top-600 {
  max-width: 600px;
  height: auto;
  margin: 2em auto;
}

.chapter-image-top-550 {
  max-width: 550px;
  height: auto;
  margin: 2em auto;
}

.chapter-image-other {
  max-width: 750px;
  height: auto;
  margin: 2em auto;
}

.chapter-image-700 {
  max-width: 700px;
  height: auto;
  margin: 2em auto;
}

.chapter-image-630 {
  max-width: 630px;
  height: auto;
  margin: 2em auto;
}

.chapter-image-600 {
  max-width: 600px;
  height: auto;
  margin: 2em auto;
}

.chapter-image-511 {
  max-width: 511px;
  height: auto;
  margin: 2em auto;
}

.chapter-image-500 {
  max-width: 500px;
  height: auto;
  margin: 2em auto;
}

.chapter-image-450 {
  max-width: 450px;
  height: auto;
  margin: 2em auto;
}

.chapter-image-250 {
  max-width: 250px;
  height: auto;
  margin: 2em auto;
}

.chapter-image-480 {
  max-width: 480px;
  height: auto;
  margin: 2em auto;
}

.chapter-image-416 {
  max-width: 416px;
  height: auto;
  margin: 2em auto;
}

.chapter-image-352 {
  max-width: 352px;
  height: auto;
  margin: 2em auto;
}

.chapter-image-350 {
  max-width: 350px;
  height: auto;
  margin: 2em auto;
}

.chapter-image-330 {
  max-width: 330px;
  height: auto;
  margin: 2em auto;
}

.chapter-image-end {
  max-width: 200px;
  height: auto;
  margin: 2em auto;
}

.caption {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
  font-style: italic;
  text-align: center;
  padding-top: .5em;
  text-indent: 0;
}

.divider {
  font-size: 1.3em;
  font-weight: bold;
  margin: 2.3em auto;
  text-align: center;
  text-indent: 0;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.n {
  font-style: normal
}

.c {
  text-align: center;
}

.u {
  text-decoration: underline;
}

.note {
  font-style: italic;
  width: 90%;
  margin: 3em auto;
  padding: 1.5em 1.5em .1em 1.5em;
  background-color: #D3D3D3;
}

.note p {
  font-family: Georgia, serif;
  font-size: .9em;
  color: black;
  text-indent: 0;
}

p.next {
  text-indent: 0;
}

.next a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: rgba(0,0,0,.15);
  display: block;
  width: 150px;
  margin: 40px auto 0px auto;
  padding: 10px;
  border: 1px solid rgba(0,0,0,.30);
  border-radius: 5px;
}

.next a:hover {
  color: #000;
}


@media screen and (max-width: 800px) {

body {
  font-size: 16pt;
  }

header {
  height: auto;
}
}


@media screen and (max-width: 650px) {

body {
  font-size: 14pt;
  }

header {
  height: auto;
}
}


@media screen and (max-width: 400px) {

body {
  font-size: 12pt;
  }

header {
  height: auto;
}
}