/* AwesomeDude styles template for responsive serial chapters */

/* Last modified 23 December 2020 by John Silby (Alien Son) */


@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@4700&display=swap');


/* Reset */

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


/* Basics */

body {
  font-family: Georgia, serif;
  font-size: 16pt;
  line-height: 1.4;
  color: #261F1B;
  background-color: #F3EEEB;
}

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

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

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

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.3em;
  font-weight: bold;
  padding-top: 0em;
  line-height: 1;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  padding-top: .5em;
  padding-bottom: 1em;
}

h3 {
  font-family: "Amatic SC", Trebuchet MS, Helvetica, sans-serif;
  font-size: 1.75em;
  font-weight: normal;
  padding-top: 0em;
  color: #000;
}

h3.sans {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 0;
  line-height: 1;
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: .8em;
  text-align: center;

}

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


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



/* Lists */

ul {
  margin: 0em 0 2em 2em;
}

/* Special formatting */

.sans {
  font-family: Arial, Helvetica, sans-serif;
  margin: 3em 0;
}

.indent {
  margin-left: 2em;
}


.glossary {
  margin-left: 2em;
}

.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 auto;
  padding: .8em .8em .1em .8em;
  background-color: rgba(0, 0, 0, 0.20);
}

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

#next {
  position: relative;
  top: 0px;
  max-width: 356px;
  min-height: 50px;
  padding-left: 0px;
  margin: 0 auto 1em auto;
}

#next ul {
  margin: 0em 0 2em 0em;
}

#next li {
  list-style: none;
  float: left;
  margin: 0 3px;
}

#next ul li a {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  color: #0000ff;
  background-color: rgba(0,0,0,.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 150px;
  height: 25px;
  margin: 0px auto 0px auto;
  padding: 10px;
  border: 1px solid rgba(0,0,0,.30);
  border-radius: 5px;
}

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



p.next {
  text-indent: 0;
}

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

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

table {
  border: 0px solid #000;
  margin-left: 2em;
  margin-bottom: 0.5em;
}

tr {
  vertical-align: top;
}

th {
  height: 50px;
}

.col1 {
  width: 200px;
}

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

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

.footnotes {
  margin: -0.5em 0 1em 1em;
}

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

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

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