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

/* First posted April 2014 */
/* Updated on 1 April 2025 by Alien Son */
/* Coded by 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: #fff;
  background-color: #3d3e3f;
}

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

header {
  margin: 1.5em auto 2em auto;
  height: auto;
  border: 0px solid #adff2f;
}

h1,
h2,
h3 {
  text-align: center;
  text-shadow: 1px 1px #000;
}

h1 {
  font-size: 2.0em;
  font-weight: normal;
  padding-top: 0em;
}

h2 {
  font-size: 1.1em;
  font-weight: normal;
  padding-top: 0.5em;
  padding-bottom: 0em;
}

h3 {
  font-size: 0.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: #FFFF00;
}

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

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

/* TITLE IMAGE */

.title-image {
  max-width: 880px;
  margin: 3.5em auto 1em auto;
}

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

/* 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 {
  margin: 2em auto;
  padding: 1.5em 1.5em 0.1em 1.5em;
  background-color: rgba(255, 255, 255, 0.20);
}

.note p {
  font-size: 0.8em;
  text-align: center;
  text-indent: 0;
}

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

.anniversary {
  position: absolute;
  top: 40px;
  right: 20px;
  width: 101px;
  height: 67px;
  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;
}
/* 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: 650px) {
  body {
    font-size: 14pt;
  }
}

@media screen and (max-width: 400px) {
  body {
    font-size: 12pt;
  }
}
