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

/* Updated on 4 June 2025 */
/* Coded by Alien Son */

@import url(http://fonts.googleapis.com/css?family=Nova+Round);

/* RESET */

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

/* BASICS */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18pt;
  line-height: 1.4;
  color: #fff;
  background-color: #000;
}

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

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

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

h1 {
  font-family: "Nova Round", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.2;
  padding-top: 0px;
  color: #559EF6;
}

h2 {
  font-family:  Verdana, Geneva, sans-serif;
  font-size: 1.0em;
  font-weight: normal;
  font-style: normal;
  padding-top: 0.5em;
  color: #559EF6;
}

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

h4 {
  font-size: 1.1em;
  font-weight: bold;
  padding-top: 2em;
  padding-bottom: 1em;
  text-align: center;
}

p {
  font-family: Verdana, Geneva, sans-serif;
  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: #dc143c;
}

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

/* SPECIAL FORMATTING */

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

.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: transparent;
  display: block;
  width: 150px;
  margin: 40px auto 0px auto;
  padding: 10px;
  border: 1px solid rgba(255,255,255, 0.6);
  border-radius: 5px;
}

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

/* 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: 0.7em;
  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;
  }
}
