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

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

header {
  position: relative;
  top: 20px;
  left: 20px;
  height: auto;
  color: #000;
  text-align: left;
}

h1 {
  font-size: 2.0em;
  font-weight: bold;
  padding-top: 0em;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
  padding-top: .0em;
  padding-left: 5px;
}

h3 {
  font-size: 0.7em;
  font-weight: bold;
  padding-top: 5px;
  padding-left: 5px;
}

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

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

.chapters ul li a {
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  color: #1E90FF;
  background-color: rgba(255,255,255,0.1);
  display: block;
  width: 120px;
  margin: 0px auto 6px 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 {
  color: #0000cd;
  background-color: rgba(255,255,255,1.00);
}

/* Links */

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

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

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



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

body {
  font-size: 15pt;
}

.container {
  width: 450px;
  height: 605px;
  margin: 1.0em auto 1.2em auto;
  background-image: url(title-image-450c.jpg);
  background-position: center 120px;
}

header {
  top: 0;
  left: 0;
  height: auto;
  background-color: #e3e3e3;
  padding-top: 20px;
  padding-left: 20px;
  text-align: left;
}

h1{
  font-size: 1.7em;
}

h2 {
  font-size: 1.1em;
}

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

.chapters li {
  width: 50%;
}

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



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

body {
  font-size: 12pt;
  }

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

header {
  top: 0px;
  left: 0;
  padding-top: 10px;
  padding-left: 0;
  height: 95px;
  text-align: center;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1em;
  padding-top: 0;
}

h3 {
  padding-top: 5px;
}

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

.chapters ul li {
  width: 100%;
}

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