/* AwesomeDude styles template for responsive serial index */

/* Last modified May 25 2016 by John Silby (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: #f7f7f7;
  background-color: #10191C;
}

.container {
  position: relative;
  max-width: 750px;
  height: 775px;
  margin: 1.0em auto;
  background-color: #040402;
  background-image: url(title-image-750.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  border: 1px solid rgba(255,255,255,.10);
}

header {
  position: relative;
  top: 30px;
  left: 0px;
  height: auto;
}

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

h1 {
  font-size: 2.5em;
  font-weight: bold;
  padding-top: 0em;
  color: #F4953F;
/*  font-stretch: wider;*/
  font-variant: small-caps;
  text-shadow: 1px 1px 3px #000;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
  padding-top: .3em;
  color: #fff;
  text-shadow: 1px 1px #000;
}

h3 {
  font-size: 0.7em;
  font-weight: bold;
  padding-top: .5em;
  text-shadow: 0px 0px 7px #000;
}

.chapters {
  position: relative;
  top: 430px;
  left: 5px;
  max-width: 700px;
  margin: 0 auto;
}

.chapters li {
  list-style: none;
  float: left;
/*  width: 20%;*/
}

.chapters ul li a {
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  color: #F4953F;
  background-color: rgba(0,0,0,.60);
  display: block;
  width: 110px;
  margin: 0px 3px 5px 3px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.10);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.chapters ul li a:hover {
  color: #fff;
  background-color: rgba(255,255,255,.10);
}

/* Links */

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

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

a:visited {
  text-decoration: none;
  color: #00ffff;
}



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

body {
  font-size: 15pt;
  }

.container {
  width: 450px;
  height: 883px;
  background-image: url(title-image-450.jpg);

}
header {
  top: 340px;
}

h1 {
  font-size: 2.0em;
}

h2 {
  font-size: 1.2em;
}

.chapters {
  top: 360px;
  left: 6px;
}

.chapters li {
/*  width: 45%;*/
}

.chapters ul li a {
  width: 190px;
}
}



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

body {
  font-size: 12pt;
  }

.container {
  max-width: 250px;
  height: 1100px;
  margin: 0.5em auto 0.7em auto;
  background-image: url(title-image-250.jpg);
}

header {
  top: 200px;
}

h1 {
  font-size: 1.8em;
}

h2 {
  padding-top: 0;
}

h3 {
  padding-top: 5px;
}

.chapters {
  top: 230px;
}

.chapters ul li {
/*  width: 100%;*/
}

.chapters ul li a {
  width: 210px;
}
}