/* AwesomeDude styles template for responsive serial chapters */

/* Last modified May 25 2016 by John Silby (Alien Son) */


@import url('https://fonts.googleapis.com/css2?family=Life+Savers&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque&display=swap');


/* Reset */

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


/* Basics */

body {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 18pt;
  line-height: 1.4;
  color: #222;
  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-family: 'Life Savers', serif;
  font-size: 2.2em;
  font-weight: normal;
  padding-top: 0em;
}

h2 {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 1.8em;
  font-weight: normal;
  padding-top: .5em;
  padding-bottom: 0em;
}

h3 {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 1.8em;
  font-weight: normal;
  padding-top: 0em;
}

h4 {
  font-size: 1.1em;
  font-weight: bold;
  padding-bottom: .8em;
  text-align: center;
}

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


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


/* FOOTNOTES */

.footnote-number {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .7em;
  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: .75em;
  font-style: normal;
}

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


/* Special formatting */

.indent {
  margin-left: 2em;
  margin-top: -1em;
}

.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 {
  font-style: italic;
/*  width: 90%;*/
  margin: 3em 0 1em 0;
  padding: .8em .8em .1em .8em;
  background-color: #C4C4C4;
}

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

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

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


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