/* 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: Verdana, Geneva, sans-serif;
  font-size: 18pt;
  line-height: 1.4;
  color: #FDD5BF;
  background-color: #020100;
}

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

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

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

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

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: #FE9A6D;
}

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

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


/* Special formatting */

.quote p {
  margin-left: 1.5em;
  font-style: italic;
}

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

.p {
  font-size: .8em;
  margin-bottom: 50px;
}

.note {
  font-style: italic;
  margin: 3em auto;
  background-color: transparent;
  color: #fee09b;
}

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

.anniversary {
 position: relative;
 width: 101px;
 height: 67px;
 margin: 1em auto;
 background-image: url(../../images/tenyears/turning-ten-badge.jpg);
 border: 1px solid #F5DEB3;
}

.ann-text {
 font-family: Verdana, Geneva, sans-serif;
 font-size: 8pt;
 font-weight: bold;
 color: #000;
 text-align: center;
 text-indent: 0;
 margin: 0 auto;
 padding-top: 3px;
 line-height: 1.1;
}

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