/* 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=Yesteryear&display=swap');


/* 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: #000;
  background-color: #d6d6d6;
}

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

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

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

h1 {
  font-family: 'Yesteryear', serif;
  font-size: 2.5em;
  font-weight: normal;
  padding-top: 0em;
}

h2 {
  font-size: 1.3em;
  font-weight: normal;
  padding-top: .5em;
  padding-bottom: 1em;
}

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

h4 {
  font-size: 1.3em;
  font-weight: normal;
  padding-top: .8em;
}

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


/* Links */

.box a:link {
  text-decoration: none;
  color: #0000FF;
}

.box a:hover, .box a:visited:hover {
  text-decoration: none;
  color: #9370DB;
}

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


/* Images */

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

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

.caption p {
  font-size: 0.7em;
  font-style: normal;
}

/* Special formatting */

.song {
  font-style: italic;
  margin-left: 2em;
}

.box {
  position: relative;
  background-color: rgba(0, 0, 0, 0.10);
  padding: 1.2em 1.2em 0.3em 1.2em;
  margin: 2em 0;
}

.box p {
  font-size: 0.8em;
  font-style: italic;
  text-align: center;
}

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

.note h3 {
  font-size: 1.0em;
  font-weight: bold;
  padding-top: .8em;
  padding-bottom: 0.75em;
}


.note p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9em;
  font-style: italic;
  color: black;
  text-indent: 0;
}

/* Images */

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

.note .center {
  max-width: 800px;
  margin: 2em auto;
}

.note p.caption {
  font-size: 0.7em;
  font-style: normal;
  padding-top: 0.5em;
}

p.copyright {
  text-indent: 0;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
}

p.next {
  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(0,0,0,.20);
  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: #FFFFFF;
  background-color: rgba(0,0,0,.60);
}


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