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

.container {
  position: relative;
  max-width: 750px;
  height: 500px;
  margin: 1.0em auto;
  background-image: url(title-image-750.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

header {
  position: relative;
  top: 25px;
  left: 115px;
  height: auto;
  color: #FDFCAF;
  text-align: left;
}

h1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 2.0em;
  font-weight: bold;
  padding-top: 0em;
}

h2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.5em;
  font-weight: bold;
  padding-top: .3em;
  padding-left: 5px;
}

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

.chapters {
  position: relative;
  top: 90px;
  left: 520px;
  width: 160px;
}

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

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

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

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



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

body {
  font-size: 15pt;
  }

.container {
  width: 450px;
  height: 395px;
  background-color: #050505;
  background-image: url(title-image-450.jpg);

}
header {
  top: 10px;
  left: 60px;
  height: auto;
  color: #FDFCAF;
/*  border: 1px solid #00BFFF*/
}

h1{
  font-size: 1.5em;
}

h2 {
  font-size: 1.1em;
}

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

.chapters li {
  width: 50%;
}

.chapters ul li a {
  background-color: rgba(98, 21, 20, 0.4);
  width: 195px;
}

.chapters ul li a:hover {
  background-color: rgba(255,255,255,.10);
}

}



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

body {
  font-size: 12pt;
  }

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

header {
  top: 170px;
  left: 0;
  text-align: center;
}

h1 {
  font-size: 1.3em;
}

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

h3 {
  padding-top: 5px;
}

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

.chapters ul li {
  width: 100%;
}

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