/* 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: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  line-height: 1.4;
  color: #fff;
  background-color: #404040;
}

.background {
  margin: 0 auto;
  width: 80%;
  background-color: #2e2e2e;
  padding: 20px 0;
}

.container {
  width: 90%;
  margin: 30px auto;
  background-image: url(AZ89r-sm.jpg);
  background-position: center 0px;
  background-repeat: no-repeat;
}

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

h1 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20pt;
  font-weight: bold;
  padding-top: 80px;
}

h2.subtitle {
  font-size: 14pt;
  padding-top: 0px;
}

h2 {
  font-size: 14pt;
  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: #fff;
}

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

a:visited {
  color: #6495ED;
}


/* 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 {
  margin-left: 30px
}

.chant {
  margin: 50px 5%;
}

.chant-normal {
  text-indent: 0;
  margin: 0 5%;
}

.chant-indent {
  text-indent: 0;
  margin-left: 20%;
}

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