/* 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: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  font-size: 18pt;
  line-height: 1.4;
  color: #f7f7f7;
  background-color: #000;
}

section {
  position: relative;
  max-width: 750px;
  height: 650px;
  margin: 1em auto;
  background-image: url(bg.gif);
  background-repeat: repeat;
}

.container {
  position: relative;
  max-width: 750px;
  height: 650px;
  margin: 1.0em auto;
  background-image: url(title-image-495.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  border: 1px solid #1C1C1C;
}

header {
  position: relative;
  top: 15px;
  left: 0px;
  height: auto;
  color: #0098EB;
}

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

h1 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 2.0em;
  font-weight: bold;
}

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

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

.chapters {
  position: relative;
  top: 80px;
  left: 500px;
  width: 235px;
}

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

.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: 90px;
  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 {
  color: #0098EB;
  background-color: rgba(0,0,0,.60);
}

/* Links */

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

a:hover, a:visited:hover {
  text-decoration: none;
  color: #0098EB;
}

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



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

body {
  font-size: 15pt;
  }

section {
  width: 450px;
  height: 855px;
}

.container {
  position: relative;
  width: 450px;
  height: 855px;
  background-image: url(title-image-350.jpg);
  background-position: center top;
}

header {
  top: 400px;
}

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

.chapters li {
  width: 50%;
}

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



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

body {
  font-size: 12pt;
  }

section {
  width: 250px;
  height: 925px;
}

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

header {
  top: 230px;
}

h1 {
  font-size: 1.7em;
}

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

h3 {
  padding-top: 5px;
}

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

.chapters ul li {
  width: 100%;
}

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