/* AwesomeDude styles template for responsive short stories */

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


/* Reset */

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


/* Basics */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18pt;
  line-height: 1.4;
  color: #f5f5f5;
  background-color: #339966;
}

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

header {
  margin: 0 auto 0px auto;
  height: auto;
  background-image:;
  background-position: center 3.7em;
  background-repeat: no-repeat;
  font-family: "Bookman Old Style", serif;
  color: #FFFF00;
}

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

h1 {
  font-size: 2.0em;
  font-weight: bold;
  line-height: 1.1;
  padding-top: .5em;
}

h2 {
  font-size: 1.2em;
  font-weight: bold;
  padding-top: .5em;
}

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

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


/* Links */

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

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

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


/* Special formatting */

.dropcap {
  font-size: 2.8em;
  font-weight: normal;
  float: left;
  margin: 10px 5px 7px 0;
  line-height:0.7;
}

.tetralogy {
  max-width: 460px;
  height: auto !important;
  margin: 20px auto;
  border: 0px solid #000;
  box-shadow: 0px 0px 5px 0px #000;
}

.tetralogy h1 {
  font-size: 14pt;
  font-weight: bold;
  padding: 5px 0 5px;
  border: 0px solid #000;
  background-color: #2B8257;
  color: #fff;
}

.tetralogy li {
  display: inline-block;
  width: 220px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  text-align: center;
  padding: 4px 0px 3px 0px;
  border: 0px solid #000;
}

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

.u {
  text-decoration: underline;
}

.note {
  font-style: italic;
  width: 90%;
  margin: 3em auto 1em auto;
  padding: .8em .8em .1em .8em;
  background-color: rgba(255,255,255,.10);
}

.note p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9em;
  color: #fff;
  text-indent: 0;
}


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

body {
  font-size: 16pt;
  }
}


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

body {
  font-size: 14pt;
  }

}


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

body {
  font-size: 12pt;
  }
}