/* AwesomeDude styles template for responsive short stories with embedded images */

/* Posted September 2007 */
/* Updated 1 April 2026 by 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: #000;
  background-color: #87B0DC;
}

.container {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 0px auto;
}


/* Title Image */

.title-image {
  position: relative;
  max-width: 800px;
  margin: 1em auto 2em auto;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 3px 3px 25px #000;
}


header {
  position: absolute;
  width: 100%;
  top: 8%;
  margin: 0em auto 0em auto;
  height: auto;
}

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

h1 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2.8em;
  font-weight: bold;
  padding-top: 0em;
  text-shadow: 1px 1px #B2D0EC, 3px 3px #000;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
  padding-top: .5em;
  padding-bottom: 0em;
}

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

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



/* Links */

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

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

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



/* Special formatting */

.divider {
  font-size: 1.3em;
  font-weight: bold;
  margin: 2.3em auto;
  text-align: center;
  text-indent: 0em;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.n {
  font-style: normal
}

.c {
  text-align: center;
}

.note {
  font-style: italic;
  margin: 3em auto;
  padding: 1.5em 1.5em .1em 1.5em;
  background-color: #B2B2B2;
}

.note p {
  font-size: .9em;
  text-indent: 0;
}

.end {
  font-size: 1em;
  font-weight: bold;
  margin-top: 2em;
  text-align: center;
  text-indent: 0;
}

/* STORY COPYRIGHT */

.copyright {
  margin: 0 auto;
}

.copyright p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.6em;
  font-weight: bold;
  text-align: center;
  text-indent: 0;
  margin-bottom: 0.7em;
}


/* IMAGE CREDIT */

.credit {
  margin: 0 auto;
}

.credit p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.6em;
  font-weight: bold;
  text-align: center;
  text-indent: 0;
  margin-bottom: 0.7em;
}

/* POSTED DATE */

.posted-date {
  margin: 0 auto;
}

.posted-date p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.6em;
  font-weight: bold;
  text-align: center;
  text-indent: 0;
  margin-bottom: 0.7em;
}




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

body {
  font-size: 16pt;
  }
}



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

body {
  font-size: 14pt;
  }

header {
  top: 6%;
}

h1 {
  font-size: 2.4em;
}
}



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

body {
  font-size: 12pt;
  }
}