/* 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: #f7f7f7;
  background-color: #281506;
}

.container {
  position: relative;
  max-width: 750px;
  height: 710px;
  margin: 1.0em auto;
  background-color: #000;
  background-image: url(title-image-750.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

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

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

h1 {
  font-family: Impact, Charcoal, sans-serif;
  font-size: 2.5em;
  font-weight: normal;
  letter-spacing: 2px;
  padding-top: 0em;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
  padding-top: .3em;
}

h3 {
  font-size: 0.7em;
  font-weight: bold;
  padding-top: .3em;
}

.chapters {
  position: relative;
  top: 340px;
  left: 0px;
}

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

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

.chapters ul li a:hover {
  background-color: #1C1C1C;
}

/* 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: 16pt;
  }

.container {
  position: relative;
  width: 600px;
  height: 450px;
  margin: 1.0em auto;
  background-image:;
  background-position: center top;
  background-repeat: no-repeat;

}
header {
  width: 50%;
  position: absolute;
  top: 5px;
  left: 25px;
  height: auto;
}

.chapters {
  position: absolute;
  top: 150px;
  right: 10px;
}
}


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

body {
  font-size: 14pt;
  }

.container {
  position: relative;
  width: 400px;
  height: 480px;
  margin: 0.5em auto;
  background-image:;
  background-position: center top;
  background-repeat: no-repeat;
}

header {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: auto;
  text-align: center;
}

h2 {
  padding-top: 0;
}

h3 {
  padding-top: 0;
}

.chapters {
  width: 100%;
  position: absolute;
  top: 325px;
  left: 0;
  right: 0;
}

.chapters ul li {
  float: left;
  width: 48%;
  margin: 3px 4px;
}

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


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

body {
  font-size: 12pt;
  }

.container {
  position: relative;
  max-width: 250px;
  height: 590px;
  margin: 0.5em auto;
  background-image:;
  background-position: center top;
  background-repeat: no-repeat;
}

header {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: auto;
  text-align: center;
}

h2 {
  padding-top: 150px;
  color: #fff;
  text-shadow: none;
}

h3 {
  padding-top: 0;
}

.chapters {
  width: 100%;
  position: absolute;
  top: 275px;
  left: 0;
  right: 0;
}

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

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