/* AwesomeDude styles template for responsive short stories with no title image */

/* Last modified January 02 2019 by Alien Son */


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


/* Reset */

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


/* Basics */

body {
  font-family: "Comic Sans MS", sans-serif;
  font-size: 18pt;
  line-height: 1.4;
  color: #fff;
  background-color: #339966;

}

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

header {
  margin: 0 auto 3em auto;
  height: auto;
  color: #ffff00;
}

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

h1 {
  font-family: ;
  font-size: 2.0em;
  font-weight: 400;
}

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

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

.image {
  width: 458px;
  margin: 1em auto;
}

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


/* Links */

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

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

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



/* FOOTNOTES */

.footnote-number {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .6em;
  font-weight: bold;
  vertical-align: 8px;
  padding-left: 2px;
}

.footnotes {
  margin: 2em 0 2em 0;
}

.footnotes p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .75em;
  font-style: normal;
}

.separator {
  clear: right;
  width: 4em;
  border-top: 2px solid #333;
  margin-bottom: 10px;
  text-indent: 0;
}


/* 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 50px auto;
  border: 0px solid #000;
  box-shadow: 0px 0px 5px 0px #000;
}

.tetralogy h1 {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  padding: 5px 0 5px;
  border: 0px solid #000;
  background-color: #424242;
  color: #ffff00;
}

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

.tetralogy a:link {
  color: #7FFF00;
}

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

.tetralogy a:visited {
  text-decoration: none;
  color: #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;
}

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

.note p {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: .9em;
  color: black;
  text-indent: 0;
}


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

body {
  font-size: 16pt;
  }

header {
  height: 480px;
}
}


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

body {
  font-size: 14pt;
  }

header {
  height: auto;
}
}


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

header {
  height: auto;
}
}


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

header {
  height: auto;
}
}