/* AwesomeDude styles template for responsive serial index */

/* Updated 21 March 2025 by Alien Son */





/* Reset */

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


/* Basics */

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

.container {
  position: relative;
  max-width: 600px;
  min-height: 450px;
  overflow: visible;
  margin: 1.0em auto 1.5em auto;
  border: 0px solid #FF00FF;
}

header {
  position: relative;
  width: 100%;
  height: auto;
  border: 0px solid #FFFF00;
}

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

h1 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2.1em;
  font-weight: bold;
  font-style: normal;
  color: #00FF00;
  line-height: 1.1;
  padding-top: 20px;
  text-shadow: 1px 1px #fff, 3px 3px #000, 4px 4px #fff;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-weight: normal;
  font-style: normal;
  padding-top: 1em;
  padding-bottom: 2em;
}

h3 {
  font-size: .8em;
  font-weight: normal;
  font-style: italic;
  color: #00ff00;
  padding-bottom: 1em;
}

h4 {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: .7em;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  padding-top: 2em;
}



/* NOVELS */

#novels {
  position: relative;
  top: 40px;
  max-width: 750px;
  min-height: 50px;
  overflow: hidden;
  padding-left: 2px;
  margin: 0 auto;
/*  border: 1px solid #7CFC00;*/
}

#novels ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#novels li {
  list-style: none;
  float: left;
  margin: 0 3px;
}

#novels ul li a {
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: rgba(0,0,0,.30);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 168px;
  height: 50px;
  margin: 0 auto 8px auto;
  padding: 6px;
  border-radius: 5px;
}

#novels ul li a:hover {
  background-color: #fff;
  color: #000;
}


/* SHORT STORIES */

#shortstories {
  position: relative;
  top: 90px;
  max-width: 750px;
  min-height: 100px;
  overflow: hidden;
  padding-left: 2px;
  margin: 0 auto;
}

#shortstories ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#shortstories li {
  list-style: none;
  float: left;
  margin: 0 3px;
}

#shortstories ul li a {
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: rgba(0,0,0,.30);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 168px;
  height: 50px;
  margin: 0 auto 8px auto;
  padding: 6px;
  border-radius: 5px;
}

#shortstories ul li a:hover {
  background-color: #fff;
  color: #000;
}




/* Links */

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

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

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


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

  .container {
    max-width: 450px;
    min-height: 500px;
  }

header {
  height: 200px;
}

  h1 {
    font-size: 2.5em;
    margin-top: 20px;
  }

/* NOVELS */

#novels {
  max-width: 450px;
}

#novels ul li a {
  width: 202px;
  margin: 0 2px 8px 2px;
}

/* SHORT STORIES */

#shortstories {
  max-width: 450px;
}

#shortstories ul li a {
  width: 202px;
  margin: 0 2px 8px 2px;
}
}


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

  .container {
    max-width: 255px;
    min-height: 500px;
  }

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

  h1 {
    font-size: 1.8em;
    line-height: 1.2;
    margin-top: 0;

  }

  h2 {
    font-size: 0.8em;
    padding-top: 0.5em;
  }

/* NOVELS */

#novels {
  top: 40px;
  max-width: 250px;
  padding-left: 0px;
}

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

/* SHORT STORIES */

#shortstories {
  top: 70px;
  max-width: 250px;
  padding-left: 0px;
}

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