/* AwesomeDude styles template for responsive short stories */

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

/*@import url(https://fonts.googleapis.com/css?family=Aclonica);*/

/* Reset */

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


/* Basics */

body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 18pt;
  line-height: 1.4;
  color: #000;
  background-color: #fff;
}

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

.title-image {
  max-width: 750px;
  height: auto;
  margin: 0 auto;
}

.title-image img {
  max-width: 100%;
  height: auto;
  margin: 0.6em auto 1.5em auto;
  box-shadow: 0px 0px 20px #000;
}

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

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

h1 {
  font-family: Georgia, serif;
  font-size: 1.8em;
  font-weight: bold;
}

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

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

h4 {
  font-size: 0.8em;
  font-weight: normal;
  padding-top: 1.0em;
  padding-bottom: 2em;
}

h5 {
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 1.5em;
}

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


/* Links */

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

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: 3em 0 1em;
  padding: 1.5em 1.5em .1em 1.5em;
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
}

.note p {
  font-family: Georgia, serif;
  font-size: .9em;
  text-indent: 0;
}

table {
  margin-bottom: 4em;
}

tr {
  height: 2em;
}

td.col1 {
  width: 5em;
}

@media screen and (max-width: 800px) {

body {
  font-size: 16pt;
  }
}


@media screen and (max-width: 650px) {

body {
  font-size: 14pt;
  }
}


@media screen and (max-width: 500px) {

body {
  font-size: 12pt;
  }
}
