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

/* Posted on day month year */
/* Coded by Alien Son */

@font-face {
  font-family: CromontRegular;
  font-display: swap;
  src: url(CromontRegular.ttf) format('opentype');
}

/* 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: #000;
}

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

h1 {
  font-family: 'CromontRegular', Arial, Helvetica, sans-serif;
  font-size: 4em;
  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-family: Georgia, serif;
  font-size: 1em;
  margin-bottom: 1.4em;
  text-indent: 0em;
}

/* LINKS */

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

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

a:visited {
  text-decoration: none;
  color: #00BFFF;
}

/* TITLE IMAGE */

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

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

/* 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: #ffff00;
}

.note p {
  font-size: 0.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: 650px) {
  body {
    font-size: 14pt;
  }
}

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