/* AwesomeDude styles template for responsive serial chapters with no images */

/* Last update by Alien Son June 20 2023 */


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



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

@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: #000;
  background-color: #FFF9F0;
}

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

header {
  margin: 1em auto 2em auto;
  height: auto;
  border: 0px solid #fff;
  color: #B22222;
}

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

h1 {
  font-family: VenetoHandwriting, sans-serif;
  font-size: 2.5em;
  font-weight: bold;
}

h2 {
/*  font-family: 'Dangrek', sans-serif;*/
  font-family:  "ArialRoundedMTBold", sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  letter-spacing: 2px;
  padding-top: 1.0em;
}

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

h3 {
/*  font-family: 'Dangrek', sans-serif;*/
  font-family: "ArialRoundedMTBold", Helvetica, sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  padding-top: 1.5em;
  padding-bottom: 1em;
  letter-spacing: 2px;
  color: #B22222;
}

h3.author {
  font-size: 1.0em;
  font-weight: normal;
  padding-top: 1.0em;
  padding-bottom: 2.0em;
}

h4 {
  font-size: 1.1em;
  font-weight: bold;
  padding-top: 2.0em;
  padding-bottom: 1.0em;
  text-align: center;
}

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


/* 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;
  box-shadow: 3px 3px 15px #222;
}

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

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-top: -1px;
  margin-bottom: 0;
  background-color: transparent;
}


/* Drop Caps */

.dropcap {
  font-size:4em;
  font-weight: 400;
  color: #B22222;
  float: left;
  margin: 9px 5px 0 0;
  line-height:0.7;
}



/* Special formatting */

.letter {
  font-style: italic;
  margin: 2em;
}

.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 {
  margin: 3em 0 2em 0;
  padding: 1.5em 1.5em .1em 1.5em;
  background-color: rgba(0, 0, 0, 0.1);
}

.note p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
  color: black;
  text-indent: 0;
}

p.next {
  text-indent: 0;
}

.next a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  color: #000;
  background-color: transparent;
  display: block;
  width: 150px;
  margin: 40px auto 0px auto;
  padding: 10px;
  border: 1px solid rgba(0,0,0,1.0);
  border-radius: 5px;
}

.next a:hover {
  color: #fff;
  background-color: #000;
}

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



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

body {
  font-size: 16pt;
  }

header {
  height: auto;
}
}


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

body {
  font-size: 14pt;
  }

header {
  height: auto;
}
}


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

body {
  font-size: 12pt;
  }

header {
  height: auto;
}
}
