/* AwesomeDude styles template for responsive serial chapters */



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





/* Reset */

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



/* Basics */

body {
  font-family: Tahoma;
  font-size: 18pt;
  line-height: 1.4;
  background-color: #f8e9be;
}

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

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

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

h1 {
  font-family: Georgia, serif;
  font-size: 2.0em;
  font-weight: bold;
  text-shadow: 1px 1px #c2d5da, 2px 2px 0 #000;
}

h2 {
  font-family: Georgia, serif;
  font-size: 1.5em;
  font-weight: bold;
  padding-top: .1em;
  text-shadow: 1px 1px #aabbbd, 2px 2px 0 #000;
}

h2.inline {
  font-size: 1.5em;
  font-weight: bold;
  padding-top: 2.5em;
  padding-bottom: .8em;
}

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-top: 1.0em;
  margin-bottom: 1.4em;
  text-indent: 1.5em;
}


/* Links */

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

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

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 {
  font-style: italic;
  margin: 1em auto;
  padding: .8em .8em .1em .8em;
  background-color: #e0e0e0;
}

.note p {
  font-family: Georgia, serif;
  font-size: .9em;
  color: black;
  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: #023a58;
  background-color: rgba(0,0,0,.15);
  display: block;
  width: 150px;
  margin: 40px auto 0 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: #000;
}



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