/* 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: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 18pt;
  line-height: 1.4;
  color: #000;
  background-color: #d5d3d4;
}

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

header {
  margin: 0 auto 3em auto;
  height: auto;
}

.titleimage {
  width: 467px;
  margin: 0 auto;
  height: 700px;
  background-image: url(zombie-lg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 10px;
  box-shadow: 0 1px 0 #ccc,
             0 2px 0 #c9c9c9,
             0 3px 0 #bbb,
             0 4px 0 #b9b9b9,
             0 5px 0 #aaa,
             0 6px 1px rgba(0,0,0,.1),
             0 0 5px rgba(0,0,0,.1),
             0 1px 3px rgba(0,0,0,.3),
             0 3px 5px rgba(0,0,0,.2),
             0 5px 10px rgba(0,0,0,.25),
             0 10px 10px rgba(0,0,0,.2),
             0 20px 20px rgba(0,0,0,.15);
}

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

h1 {
  font-size: 36pt;
  padding-top: 0px;
  line-height: 1.2;
  text-shadow: 0 1px 0 #ccc,
             0 2px 0 #c9c9c9,
             0 3px 0 #bbb,
             0 4px 0 #b9b9b9,
             0 5px 0 #aaa,
             0 6px 1px rgba(0,0,0,.1),
             0 0 5px rgba(0,0,0,.1),
             0 1px 3px rgba(0,0,0,.3),
             0 3px 5px rgba(0,0,0,.2),
             0 5px 10px rgba(0,0,0,.25),
             0 10px 10px rgba(0,0,0,.2),
             0 20px 20px rgba(0,0,0,.15);
}

h2 {
  font-size: 1.3em;
  padding-top: 20px;
  padding-bottom: 5px;
}

h3 {
  font-size: .8em;
  padding-top: .3em;
  padding-bottom: 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: #6495ED;
}

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

.u {
  text-decoration: underline;
}

.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: #ebebeb;*/
  text-indent: 0;
}


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

body {
  font-size: 16pt;
  }

header {
  height: auto;
}

.titleimage {
  width: 300px;
  margin: 0 auto;
  height: 450px;
  background-image: url(zombie-med.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
/*
h2 {
  padding-top: 0px;
}

h3 {
  padding-top: .1em;
}
*/
}


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

body {
  font-size: 14pt;
  }

header {
/*  height: auto; */
}
}


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

body {
  font-size: 12pt;
  }

header {
  height: auto;
}

.titleimage {
  width: 200px;
  margin: 0 auto;
  height: 300px;
  background-image: url(zombie-sm.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

}


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

header {
  height: auto;
}
}