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

/* Last update by Alien Son July 01 2023 */



@font-face {
  font-family: ArialRoundedMTBold;
  src: url(ArialRoundedMTBold.ttf);
}



/* Reset */

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



/* Basics */

body {
  font-family: Georgia, serif;
  font-size: 18pt;
  line-height: 1.4;
  color: #333134;
  background-color: #C7BFB3;
}

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

header {
  margin: 1.5em auto 3em auto;
  height: auto;
  border: 0px solid #ADFF2F;
}

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

h1 {
  font-family: Impact, Charcoal, sans-serif;
  font-size: 2.0em;
  font-weight: normal;
  letter-spacing: 2px;
}

h2 {
  font-family: "ArialRoundedMTBold", Helvetica, sans-serif;  
  font-size: 1.1em;
  font-weight: bold;
  padding-top: .5em;
  padding-bottom: 0em;
}

h3 {
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 0.8em;
}

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



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


/* Images */

img {
  max-width: 100%;
  height: auto;
  margin-bottom: -07px;
  box-shadow: 0px 0px 10px;
}

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

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

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

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

.left {
  max-width: 600px;
  float: left;
  margin: 0.5em 2em 1.0em 0;
  border: 0px solid #949494;
}

.center-650 {
  max-width: 650px;
  margin: 2.5em auto 2.5em auto;
  border: 0px solid #949494;
}

.center-750 {
  max-width: 750px;
  margin: 2.5em auto 2.5em auto;
  border: 0px solid #949494;
}

.right {
  float: right;
  margin: 0.5em 0em 1.0em 2.0em;
  border: 1px solid #949494;
}

p.caption {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-style: italic;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding: 0.7em 0 0.5em 0;
  margin-bottom: 0;
}

/* Footnotes */

.superscript {
font-family: Arial, Helvetica, sans-serif;
font-size: .6em;
font-weight: bold;
vertical-align: 8px;
padding-left: 2px;
}

.superscript1 {
font-family: Arial, Helvetica, sans-serif;
font-size: .8em;
font-weight: bold;
vertical-align: 8px;
padding-left: 2px;
}

.separator {
border-top: 2px solid #333;
width: 4em;
margin-top: 3em;
margin-bottom: 1em;
text-indent: 0;
}

.footnotes-section {
width: 400px;
margin: 0em auto 2em auto;
}

.footnotes-section p {
font-family: Arial, Helvetica, sans-serif;
font-size: .7em;
text-indent: 0;
}


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

.small {
  font-size: 0.8em;
}

.note {
  font-style: italic;
  margin: 3em auto;
  padding: 1.5em 1.5em .1em 1.5em;
  background-color: rgba(255, 255, 255, 0.1);
}

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

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

.credit {
  margin: 1.5em 0 0 0;
}

.credit p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-indent: 0;
}

.copyright {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-weight: bold;
  margin-top: 3em;
  text-align: center;
  letter-spacing: normal;
}



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