/* 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: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 18pt;
  line-height: 1.4;
  color: #c9c9c9;
  background-color: #0b0b0b;
}

.container {
  position: relative;
  max-width: 750px;
  height: 645px;
  margin: 0.5em auto;
  background-color: #000;
  background-image: url(title-image-750.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  border: 0px solid #00BFFF
}

header {
  position: relative;
  top: 170px;
  height: auto;
  color: #fff;
}

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

h1 {
  font-size: 2.0em;
}

h2 {
  font-size: 1.5em;
  padding-top: .2em;
}

h3 {
  font-size: 0.7em;
  padding-top: .1em;
}

.chapters {
  position: relative;
  top: 300px;
  left: 2px;
}

.chapters li {
  list-style: none;
  width: 25%;
  float: left;
}

.chapters ul li a {
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #0b0b0b;
  display: block;
  width: 158px;
  margin: 0px auto 5px auto;
  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 {
  background-color: rgba(0,0,0,.60);
}

/* 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: 576px;
  background-image: url(title-image-450.jpg);
}
header {
  top: 125px;
}

h2 {
  padding-top: .1em;
}

.chapters {
  position: absolute;
  top: 287px;
  left: 0;
}

.chapters li {
  width: 50%;
  float: left;
}

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


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

body {
  font-size: 12pt;
  }

.container {
  max-width: 250px;
  height: 822px;
  background-image: url(title-image-250.jpg);
}

header {
  top: 170px;
}

h2 {
  padding-top: 0;
}

h3 {
  padding-top: 0;
}

.chapters {
  max-width: 250px;
  top: 280px;
}

.chapters ul li {
  width: 100%;
/*  margin: 3px 0px;*/
}

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