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

/* First posted at AwesomeDude day month 2025 */
/* Coded by Alien Son */





/* Reset */

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



/* Basics */

body {
  font-family: "Comic Sans MS", sans-serif;
  font-size: 18pt;
  line-height: 1.8;
  color: #fff;
  background-color: #260B00;
}

.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 {
  text-align: center;
}

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

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

h2.small {
  font-size: 0.8em;
  font-weight: bold;
  padding-top: .5em;
  padding-bottom: 0em;
}

h3 {
  font-size: .7em;
  font-weight: normal;
  padding-top: 0.8em;
}

p {
  font-size: 1.2em;
  margin-bottom: 1.4em;
  text-indent: 2em;
}



/* Links */

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

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

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


/* Images */

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

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

/* Essay */

.essay {
  margin: 3em 2em 3em 2.5em;
}

.essay h4 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.3em;
  font-weight: normal;
  text-align: center;
  padding-bottom: 1em;
}

.essay h4.author {
  font-size: 1.1em;
  font-weight: normal;
  text-align: center;
  padding-bottom: 1.5em;
}

.essay p {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9em;
  text-indent: 0;
  line-height: 1.4;
}

/* Special formatting */

.divider {
  font-size: 1.5em;
  font-weight: bold;
  margin: 2.3em auto;
  text-align: center;
  text-indent: 0;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.n {
  font-style: normal
}

.c {
  text-align: center;
}

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

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

.end {
  font-size: 1.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 */

.copyright {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .6em;
  font-weight: bold;
  text-align: center;
  padding-top: 3em;
}

.posted-date {
  margin: 0.5em 0 0.5em 0;
}

.posted-date p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.6em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  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;
  }
}