/* AwesomeDude styles template for responsive serial chapters */

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

@import url('https://fonts.googleapis.com/css?family=Alex+Brush');



/* RESET */

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



/* BASICS */

body {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 18pt;
  line-height: 1.4;
  color: #333;
  background-color: #f7f7f7;
}

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

header {
  margin: 1em auto 0em auto;
  height: auto;
  border: 0px solid #4169E1;
}

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

h1 {
  font-family:;
  font-size: 2.5em;
  font-weight: normal;
}

h2 {
  font-size: 1.2em;
  font-weight: normal;
  padding-top: 0em;
}

h3 {
  font-size: 0.7em;
  font-weight: normal;
  padding-top: .3em;
  padding-bottom: 4em;
}

h4 {
  font-size: 1.2em;
  font-weight: normal;
  padding-top: 3em;
  padding-bottom: 1em;
}

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

.hanging {
  font-size: 1em;
  margin-bottom: 1.4em;
  padding-left: 2em;
  text-indent: -2.0em;
}

/* LINKS */

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

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

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



/* IMAGES */

img {
  max-width: 100%;
  height: auto;
}

.title-image {
  max-width: 750px;
  height: auto;
  margin: 2em auto;
  padding: 8px 8px 0 8px;
  border: ridge 15px #000;
/*   box-shadow: 3px 3px 20px 5px #000000;*/
}

.inline-image-750 {
  max-width: 750px;
  height: auto;
  margin: 2em auto;
  border: 1px solid #333;
}

.inline-image-450-left {
  float: left;
  max-width: 450px;
  height: auto;
  margin: 0.5em 2em 0.5em 0em;
  border: 1px solid #333;
}

.inline-image-300-right {
  float: right;
  max-width: 300px;
  height: auto;
  margin: 0.5em 0em 1em 2em;
  border: 1px solid #333;
}

.inline-image-300-left {
  float: left;
  max-width: 300px;
  height: auto;
  margin: 0.5em 2em 0.5em 0em;
  border: 1px solid #333;
}

p.caption {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.8em;
  margin-bottom: 0;
  text-indent: 0;
}



/* Special formatting */

.container ul {
  margin: 0 0 .5em 3em;
}

.container ul li {
  padding-left: 1em;
  padding-bottom: 0em;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.n {
  font-style: normal
}

.c {
  text-align: center;
}

.u {
  text-decoration: underline;
}

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

.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: #fff;
  background-color: rgba(0,0,0,.15);
  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: #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;
}
}