/* AwesomeDude styles template for responsive serial chapters with no embedded images */

/* Updated on 3 May 2025 */
/* Coded by Alien Son */

@font-face {
  font-family: Aribola;
  font-display: swap;
  src: url(Aribola.ttf) format('opentype');
}

/* RESET */

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

/* BASICS */

body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 18pt;
  line-height: 1.4;
  color: #fff;
  background-color: #485B4A;
}

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

header {
  margin: 1em auto;
  height: auto;
  margin-bottom: 2em;
}

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

h1 {
  font-size: 2.5em;
  font-weight: normal;
  padding-top: 0em;
}

h2 {
  font-size: 1.1em;
  font-weight: normal;
  padding-top: 0.5em;
  padding-bottom: 1em;
}

h3 {
  font-size: 0.7em;
  font-weight: normal;
  padding-top: 0.8em;
}

h4 {
  font-size: 1em;
  font-weight: normal;
  padding-top: 0em;
  padding-bottom: 1em;
  text-align: left;
  text-decoration: underline;
}

p {
  font-size: 1.1em;
  margin-bottom: 1.4em;
  text-indent: 0;
}

/* Links */

a:link {
  text-decoration: none;
  color: #00FF00;
}

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

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


/* JOURNAL ENTRIES */

.journal {
  margin: 2em;
  padding: 1.5em 1.5em 1em 1.5em;
  color: #000;
  background-color: #fff;
}

.journal h4 {
  font-size: 0.8em;
  font-weight: normal;
  padding-top: 0em;
  padding-bottom: 0em;
  text-align: left;
  text-decoration: underline;
}

.journal p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}


/* Footnotes */

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

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

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

.footnotes-section {
margin: 0em 0em 2em 1em;
}

.footnotes-section p {
font-family: Arial, Helvetica, sans-serif;
font-size: .7em;
text-indent: 0;
}

/* SPECIAL FORMATTING */

.color {
  color: #008B8B;
}

.verse {
  margin-left: 2em;
  text-indent: 0;
}

.letter {
  margin: 2em;
}

.letter p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  font-style: italic;
}

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

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.n {
  font-style: normal;
}

.c {
  text-align: center;
}

.s {
  text-decoration: line-through;
}

.note {
  margin: 2em auto;
  padding: 1.5em 1.5em 0.1em 1.5em;
  background-color: rgba(0, 0, 0, 0.1);
}

.note p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  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: #2F3C30;
  display: block;
  width: 150px;
  margin: 40px auto 0px auto;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 5px;
}

.next a:hover {
  color: #fff;
  background-color: #000;
}

/* COPYRIGHT */

.copyright {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.6em;
  font-weight: bold;
  text-align: center;
  text-indent: 0;
  margin-bottom: 0.7em;
}

/* POSTED DATE */

.posted-date {
  margin: 0 auto;
}

.posted-date p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.6em;
  font-weight: bold;
  text-align: center;
  text-indent: 0;
  margin-bottom: 0.7em;
}

.end {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  text-indent: 0;
}

@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;
  }
}
