/* AwesomeDude styles template for responsive serial index */

/* Last modified May 25 2016 by John Silby (Alien Son) */

@import url(https://fonts.googleapis.com/css?family=Almendra:700italic);

/* Reset */

* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none
}


/* Basics */

body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18pt;
  line-height: 1.4;
  color: #f7f7ff;
  background-color: #006666;
}

.container {
  position: relative;
  width: 735px;
  height: 600px;
  margin: .70em auto;
  background-image: url(new-brother-370.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  border: 0px solid #808000;
}

header {
  width: 370px;
  position: absolute;
  top: .5em;
  left: 0;
  height: auto;
  color: #006666;
  border: 0px solid #BA55D3;
}

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

h1 {
  font-family: Almendra;
  font-size: 2.5em;
  font-weight: bold;
  padding-top: 0em;
}

h2 {
  font-family: Almendra;
  font-size: 1.5em;
  font-weight: bold;
  padding-top: .2em;
}

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

.chapters {
  position: absolute;
  top: 3px;
  left: 380px;
  width: 360px;
  height: 600px;
  border: 0px solid #FFD700;
}

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

.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 3px 6px 3px;
  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: #D67600;
}

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

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



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

body {
  font-size: 16pt;
  }

.container {
  width: 600px;
  background-image: url(new-brother-300.jpg);
}

header {
  width: 300px;
}

.chapters {
  position: absolute;
  left: 303px;
  width: 300px;
}

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


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

body {
  font-size: 14pt;
  }

.container {
  width: 370px;
  height: 1140px;
  background-image: url(new-brother-370s.jpg);
}

header {
  width: 370px;
}

.chapters {
  width: 370px;
  position: absolute;
  top: 535px;
  left: 2.5px;
}

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


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

body {
  font-size: 12pt;
  }

.container {
  max-width: 250px;
  height: 1615px;
  background-image: url(new-brother-250.jpg);
}

header {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: auto;
  text-align: center;
}

.chapters {
  width: 100%;
  position: absolute;
  top: 405px;
  left: 0;
  height: 1195px;
}

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