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

/* Last modified January 17 2020 by Alien Son */

@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300&display=swap');


/* Reset */

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



/* Basics */

body {
  font-family: "Times New Roman", Times, serif;
  font-size: 18pt;
  line-height: 1.4;
  color: #111;
  background-color: #E7DACB;
}

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

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

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

h1 {
  font-family: 'Great Vibes', serif;
  font-size: 2.2em;
  font-weight: normal;
  padding-top: 0em;
/*  text-shadow: 0px 0px 25px #000;*/
}

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

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .7em;
  font-weight: normal;
  padding-top: 0.8em;
}

h4 {
  font-size: 1.1em;
  font-weight: normal;
  padding-top: 0.8em;
  padding-bottom: 1em;
}

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

.intro {
  font-family: 'Jost', sans-serif;
  font-size: 1.2em;
}

/* Links */

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

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

a:visited {
  text-decoration: none;
  color: #32CD32;
}


/* Images */

img {
  max-width: 100%;
  height: auto;
  margin-bottom: -07px;
  box-shadow: 3px 3px 7px #000;
}

.title-image {
  max-width: 700px;
  margin: 2em 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;
}



/* Special formatting */


.letter {
  margin: 2em 3em 2em 3em;
}

.indent {
  margin-left: 2.1em;
}

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

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

.note p {
  font-family: Georgia, serif;
  font-size: .9em;
  color: black;
  text-indent: 0;
}


/* Footnotes */

.footnote-number {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  vertical-align: 5px;
}

.footnote-number-2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.6em;
  font-weight: bold;
  vertical-align: 5px;
}

.footnotes {
  margin: 2em 0 2em 0;
}

.footnotes p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .7em;
  font-style: normal;
}

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


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