/* 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=Big+Shoulders+Display&display=swap');

/* Reset */

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


/* Basics */

body {
  font-family: "Times New Roman", Times, serif;
  font-size: 18pt;
  line-height: 1.4;
  color: #000;
  background-color: #FAEED8;
}

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

header {
  margin: 1em auto;
  height: auto;
  border: 0px solid #ADFF2F;
  margin-bottom: 2.0em;
}

.headings {
  margin: 1em auto;
  height: auto;
  border: 0px solid #ADFF2F;
  margin-bottom: 2.0em;
}

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

h1 {
  font-family: 'Big Shoulders Display', sans-serif;
  font-size: 2.0em;
  font-weight: normal;
  letter-spacing: 2px;
  padding-top: 0em;
}

h2 {
  font-family: 'Big Shoulders Display', sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  padding-top: .5em;
  padding-bottom: 1.0em;
}

h2.subtitle {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  padding-top: .5em;
  padding-bottom: 0;
}

h2.finalnote {
  font-size: 1.1em;
  font-weight: bold;
  padding-top: 3.0em;
  padding-bottom: 1.5em;
}

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

h3.author {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.0em;
  font-weight: normal;
  padding-top: 1.0em;
  padding-bottom: 2.0em;
}

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

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


/* Links */

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

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

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


/* Images */

img {
  max-width: 100%;
  height: auto;
  box-shadow: 3px 3px 15px #222;
}

.left {
  float: left;
  margin: 0.5em 1.0em 1.0em 0;
}

.left-first {
  float: left;
  margin: 0.5em 0em 1.5em 0;
}

.left-second {
  float: left;
  margin: 0.5em 0em 1.5em 0;
}

.center {
  max-width: 600px;
  margin: auto;
}

.center-650 {
  max-width: 650px;
  margin: 1.5em auto;
}

.center-725 {
  max-width: 725px;
  margin: 1.5em auto;
}

.right {
  float: right;
  margin: 0.5em 0em 1.0em 1.0em;
}

p.caption {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-style: italic;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding: 0.7em 0 0.5em 0;
  margin-top: -1px;
  margin-bottom: 0;
  background-color: transparent;
}

/* Special formatting */

.indent {
  margin: 3em;
}

.book {
  margin: 3em;
}

.script {
  font-family: "Lucida Calligraphy";
  text-align: center;
}

.deathnotice {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.0em;
  max-width: 300px;
  text-align: justify;
  color: #000;
  margin: 3em auto;
  border: 4px solid #000;
  padding: 10px;
}

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

.intro {
  margin: 2em 0 3em 0;
  padding: .8em .8em .1em .8em;
  background-color: transparent;
}

.intro p {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.1em;
  font-style: italic;
  color: black;
  text-indent: 0;
}

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

.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: rgba(108, 102, 78, 0.50);
  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 {
  color: #fff;
  background-color: rgba(108, 102, 78, 1.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;
}
}