/* AwesomeDude styles template for responsive serial index */

/* First posted at AwesomeDude ? */
/* Updated on 3 April 2024 */
/* Coded by Alien Son */





/* Reset */

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


/* Basics */

body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18pt;
  line-height: 1.4;
  color: #fff;
  background-color: #2D3E5C;
}

.container {
  position: relative;
  max-width: 750px;
  height: auto;
  overflow: visible;
  margin: 1.0em auto 0.5em auto;
  border: 0px solid #9400d3;
}

header {
  position: absolute;
  top: 3em;
  padding-top: 0px;
  padding-bottom: 1em;
  width: 750px;
  height: auto;
  border: 0px solid #228b22;
}

img {
  width: 100%;
  height: auto;
}

h1, h2, h3, h4 {
  text-align: center;
  color: #345171;
  border: 0px solid #00FFFF;
}

h1 {
  font-size: 1.2em;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  padding-top: 0em;
/*  text-shadow: 1px 1px 0px #1E90FF;*/
}

h2 {
  font-family: "Aribola", Arial, Helvetica, sans-serif;
  font-size: 2em;
  font-weight: bold;
  padding-top: 0.2em;
/*  padding-bottom: 0em;
  text-shadow: 1px 1px 0px #1E90FF;*/
}

h3 {
  font-size: .7em;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  padding-top: 1em;
}



/* STORIES */

.stories {
  position: absolute;
  top: 18em;
  width: 99%;
  min-height: 50px;
  overflow: hidden;
  padding-left: 3px;
  padding-bottom: 2em;
  margin: 0 auto;
/*  border: 1px solid #7cfc00;*/
}

.stories ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.stories li {
  list-style: none;
  float: left;
  margin: 0 3px;
}

.stories ul li a {
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
  color: #000;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 200px;
  height: 50px;
  margin: 0 auto 8px auto;
  padding: 6px;
  border: 1px solid #000;
  border-radius: 5px;
}

.stories ul li a:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}



/* Links */

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

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

a:visited {
  text-decoration: none;
  color: #0ff;
}


/* Copyright */

.copyright {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .5em;
  font-weight: bold;
  text-align: center;
  padding: .5em 0 .5em 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;
}




@media screen and (max-width: 800px) {
  body {
    font-size: 16pt;
  }

  .container {
    max-width: 450px;
  }

  header {
    top: 1.3em;
    max-width: 450px;
    height: auto;
  }


  /* chapters */

  #chapters {
    max-width: 450px;
  }

  #chapters ul li a {
    width: 200px;
    margin: 0 2px 8px 2px;
  }
}


@media screen and (max-width: 500px) {
  body {
    font-size: 14pt;
  }

  .container {
    max-width: 255px;
  }

  header {
    top: 10em;
    max-width: 250px;
    height: auto;
  }

  h2 {
    padding-top: .5em;
  }

  /* chapters */

  #chapters {
    top: 7em;
    max-width: 250px;
    height: 1810px;
  }

  #chapters ul li a {
    width: 232px;
    margin: 0 0 8px 0;
  }
}
