/* 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: #9f9f9f;
}

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

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

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

h1 {
  font-family: Georgia, serif;
  font-size: 2.0em;
  font-weight: normal;
  padding-top: 15px;
  text-shadow: .2em .2em 1em #000;
}

h2 {
  font-family: Georgia, serif;
  font-size: 1.0em;
  font-weight: normal;
  padding-top: 480px;
  text-shadow: 1px 1px 3px #000;
}

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

.chapters {
  position: relative;
  top: 25px;
  left: 50px;
  width: 700px;
}

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

.chapters ul li a {
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  color: #372720;
  text-shadow: -1px -1px #fff, 1px 1px #ccc, 2px 2px #ccc;
  background-color: transparent;
  display: block;
  width: 145px;
  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,.20);
  text-shadow: none;
}

/* Links */

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

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

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



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

body {
  font-size: 15pt;
  }

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

}
header {
  top: 10px;
}

h1 {
  font-size: 1.75em;
}

h2 {
  padding-top: 295px;
  font-size: 0.8em;
}

.chapters {
  top: 30px;
  left: 25px;
  width: 400px;
}

.chapters li {
  width: 50%;
}

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



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

body {
  font-size: 12pt;
  }

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

header {
  top: 0px;
}

h1 {
  padding-top: 10px;
}

h2 {
  padding-top: 170px;
}

h3 {
  padding-top: 5px;
}

.chapters {
  top: 30px;
  left: 10px;
  width: 230px;
}

.chapters ul li {
  width: 100%;
}

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