/* CSS Document */

/* AwesomeDude styles template for responsive short stories */



/* Last update by Alien Son February 15 2023 */





/* Reset */



* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
}



/* Basics */


body {
  font-family: 'Tahoma', sans-serif;
  font-size: 18pt;
  line-height: 1.4;
  color: #fffaf5;
  background-color: #413229;
}

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

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

h1, h2, h3, h4 {
  text-align: center;
  color: #fffaf5;
}

h1 {
  font-size: 2.3em;
  font-weight: bold;
}

h2 {
  font-size: 1.0em;
  font-weight: normal;
  padding-top: 1em;
}

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

h4 {
  font-size: 0.8em;
  font-weight: normal;
  padding-top: .3em;
}

.image {
  max-width: 650px;
  margin: 1em auto;
}

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

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



/* Links */

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

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

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



/* Special formatting */

.divider {
  font-size: 1.2em;
  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;
}

.centered {
  text-indent: 0;
  text-align: center;
}

.indented {
  text-indent: 50px;
}

.indented-justified {
  text-indent: 50px;
  text-align: justify;
  text-justify: auto;
}

.justified {
  text-align: justify;
  text-justify: auto;
}

.indented-none {
  text-indent: 0;
}

.note {
  font-style: italic;
  margin-top: 2em;
  padding: .8em .8em .1em .8em;
  background-color: #413229;
}

.note p {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: .9em;
  color: #fff;
  text-indent: 0;
}

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





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





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

