/* 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: #fff;
  background-color: #3A4D6E;
}

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

header {
  margin: 0 auto 3em auto;
  height: 500px;
  background-image: url(email_200.jpg);
  background-position: center 100px;
  background-repeat: no-repeat;
  border: 0px solid #fff;
}

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

h1 {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.1;
}

h2 {
  font-size: 1.5em;
  font-weight: normal;
  padding-top: 350px;
}

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

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

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


/* Links */

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

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

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


/* Special formatting */

.audio {
  width: 100%;
  margin-bottom: 2em;
  text-align: center;
}

.audio p {
  margin: 0;
  padding-bottom: 5px;
  font-size: .8em;
  text-indent: 0;
}

a.podbean  {
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
}

.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: rgba(255, 255, 255, .10);
}

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


@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: 500px) {

body {
  font-size: 12pt;
  }

header {
  height: auto;
}
}


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

header {
  height: auto;
}
}

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

header {
  height: auto;
}
}