/* 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: #10191C;
}

.container {
  position: relative;
  max-width: 755px;
  height: 690px;
  margin: 1.0em auto;
  background-color: #5B5F52;
  background-image: url(title-image-690.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  border: 1px solid #808080;
}

header {
  position: absolute;
  top: 540px;
  left: 180px;
  height: auto;
  color: #B20000;
}

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

h1 {
  font-family: Impact, Charcoal, sans-serif;
  font-size: 2.0em;
  font-weight: normal;
  padding-top: 0em;
  text-shadow: 0px 0px 7px #fff;
}

h2 {
  font-size: 1.2em;
  font-weight: bold;
  text-shadow: 0px 0px 7px #fff;
}

h3 {
  font-size: 0.7em;
  font-weight: bold;
}

.chapters {
  position: relative;
  float: left;
  top: 1px;
  left: 570px;
  width: 180px;
/*  border: 1px solid #00FF00*/
}

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

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

/* Links */

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



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

body {
  font-size: 15pt;
  }

.container {
  width: 450px;
  height: 913px;
  margin: 1.0em auto 1.5em;
  background-image: url(title-image-450.jpg);

}
header {
  top: 370px;
  left: 240px;
}

.chapters {
  top: 570px;
  left: 0;
  width: 450px;
}

.chapters li {
  width: 50%;
}

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



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

body {
  font-size: 12pt;
  }

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

header {
  top: 165px;
  left: 85px;
}

h2 {
  padding-top: 0;
}

h3 {
  padding-top: 5px;
}

.chapters {
  top: 320px;
  width: 250px;
}

.chapters ul li {
  width: 100%;
}

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