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

/* Last update by Alien Son February 11 2024 */
/* Modified by Alien Son and Rutabaga Sept 8-10 2024 */


@import url('https://fonts.googleapis.com/css2?family=Pirata+One&display=swap');


/* Reset */

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



/* Basics */

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

.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: "Pirata One", serif;
  font-size: 3.0em;
  font-weight: normal;
  padding-top: 0em;
}

h1.small {
  font-size: 1.5em;
  font-weight: normal;
  padding-top: 0em;
  padding-bottom: 0em;
}

h2 {
  font-family: Georgia, serif;
  font-size: 1.3em;
  font-weight: bold;
  padding-top: .5em;
  padding-bottom: 0em;
}

h2.small {
  font-size: 0.8em;
  font-weight: bold;
  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-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  font-style: italic;
  padding-top: 2em;
  padding-bottom: 1em;
}

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



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

.badge {
  max-width: 150px;
  margin: 1em auto;
}

.badge img {
  max-width: 100%;
  height: auto;
}

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

.title-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 1);
}

.screenshot {
  max-width: 800px;
  margin: 2em auto;
}

.screenshot img {
  max-width: 100%;
  height: auto;
}

p.screenshot-caption {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-style: italic;
  text-indent: 0;
  text-align: center;
}


.video {
  max-width: 560px;
  margin: 2em auto;
}


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

.indent {
    font-size: 0.8em;
    max-width: 85%;
    margin-left: 2.5em;
    text-indent: 0;
}

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

.note h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  font-style: italic;
  padding-top: 0em;
  padding-bottom: 1em;
}

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

.end {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin-top: 2em;
  text-align: center;
  text-indent: 0;
}

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

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



@media screen and (max-width: 800px) {

body {
  font-size: 16pt;
  }

.badge {
  max-width: 130px;
  margin: 1em auto;
}
}



@media screen and (max-width: 650px) {

body {
  font-size: 14pt;
  }

.badge {
  max-width: 100px;
  margin: 1em auto;
}
}



@media screen and (max-width: 400px) {

body {
  font-size: 12pt;
  }

.badge {
  max-width: 75px;
  margin: 1em auto;
}
}