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

.container {
  position: relative;
  max-width: 750px;
  height: 555px;
  margin: 1.0em auto;
  background-image: url(title-image-745.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  border: 0px solid #00BFFF
}

header {
  position: relative;
  top: 300px;
  width: 720px;
  height: auto;
  color: #FB2F2E;
  text-align: right;
  padding-right: 30px;
}

h1, h2, h3 {
  font-weight: bold;
}

h1 {
  font-size: 2.0em;
}

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

h3 {
  font-size: 0.7em;
  padding-top: .1em;
}

.chapters {
  position: relative;
  top: 318px;
  left: 2px;
  width: 750px;
  height: 108px;
}

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

.chapters ul li a {
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #363B47;
  display: block;
  width: 222px;
  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;
}

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

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



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

body {
  font-size: 15pt;
  }

.container {
  width: 450px;
  height: 423px;
  background-image: url(title-image-445.jpg);
/*  border: 1px solid #87CEFA*/
}

header {
  top: 165px;
  width: 435px;
  padding-right: 10px;
/*  border: 1px solid #98FB98*/
}

h1 {
  font-size: 1.5em;
}

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

.chapters {
  top: 181px;
  left: 0px;
  width: 450px;
  height: 108px;
}

.chapters li {
  width: 50%;
  float: left;
}

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


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

body {
  font-size: 12pt;
  }

.container {
  max-width: 250px;
  height: 565px;
  background-image: url(title-image-245.jpg);
/*  border: 1px solid #87CEFA */
}

header {
  top: 165px;
  width: 250px;
  text-align: center;
  padding-right: 0px;
/*  border: 1px solid #98FB98*/
}

h2 {
  padding-top: 0;
}

h3 {
  padding-top: 0;
}

.chapters {
  max-width: 250px;
  top: 190px;
}

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

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