/* AwesomeDude Template for responsive serial chapters styles */

/* Last modified May 30 2015 by John Silby (Alien Son) */



/* Reset */

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


/* Basics */

body {
  margin: 30px auto;
  padding-bottom: 0px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18pt;
  line-height: 1.4;
  color: #fff;
  background-color: #5C5E38;
}

.container {
  width: 90%;
  margin: 30px auto;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-style: normal;
  text-align: center
}

h1 {
  font-size: 36pt;
  padding-top: 20px;
}

h2 {
  font-size: 22pt;
  padding-top: 15px;
  padding-bottom: 40px;
}

h3 {
  font-size: 16pt;
  padding-top: 10px;
  padding-bottom: 10px;
}

p {
  margin-bottom: 25px;
  text-indent: 35px;
}


/* Links */

a:link {
  color: #4169E1;
}

a:hover, a:visited:hover {
  color: #EB8100;
}

a:visited {
  color: #4B0082;
}


/* Special formatting */

.divider {
  font-size: 20pt;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 25px 0
}

.end {
  text-indent: 0;
  text-align: center;
  padding-top: 30px
}

.indent {
  width: 80%;
  margin: 50px auto;
  font-style: italic;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.n {
  font-style: normal
}

.c {
  text-align: center;
}

.note {
  font-style: italic;
  font-weight: bold;
  width: 80%;
  margin: 60px auto;
  background-color: transparent;
  padding: 15px 15px 1px 15px;
  border-radius: 5px
}

.note p {
  font-size: 12pt;
  text-indent: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  width: 125px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -15px;
  height: 25px;
  padding: 8px 0 0 0;
  text-align: center;
  background-color: #343434;
  border-radius: 7px;
  border: 1px solid #202020;
}

p.nav {
  text-indent: 0;
}