/* 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=Carter+One);

/* Reset */

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


/* Basics */

body {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 18pt;
  line-height: 1.4;
  color: #000;
  background-color: #27441A;
}

.container {
  position: relative;
  max-width: 800px;
  height: 1880px;
  margin: 1.0em auto;
  background-image: url(parrot-800.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  border: 0px solid #6B8E23;
}

header {
  position: relative;
  top: 0px;
  left: 0px;
  height: 537px;
  border: 0px solid #FFD700
}

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

h1 {
  font-family: "Carter One";
  font-size: 2.0em;
  font-weight: normal;
  padding-top: .4em;
  color: #F2C5D5;
  text-shadow: 2px 2px 3px #000;
}

h2 {
  font-family: "Carter One";
  font-size: 1.0em;
  font-weight: bold;
  padding-top: .0em;
  color: #F2C5D5;
  text-shadow: 1px 1px 3px #000;
}

h3.link1 {
  position: absolute;
  top: 115px;
  left: 130px;
  font-size: 0.7em;
  font-weight: bold;
}

h3.link2 {
  position: absolute;
  top: 110px;
  left: 550px;
  font-size: 0.7em;
  font-weight: bold;
  padding-top: .3em;
}

h4 {
  font-family: "Carter One";
  font-size: 1.0em;
  font-weight: bold;
  padding-top: .0em;
  margin-bottom: .1em;
  color: #F2C5D5;
  text-shadow: 1px 1px 3px #000;
  border-bottom: 1px solid #F2C5D5;
}

.novels {
  position: relative;
  top: 20px;
  left: 0px;
  width: 100%;
  height: 155px;
  border: 0px solid #90EE90;
}

.leopards {
  position: relative;
  top: 30px;
  left: 0px;
  width: 100%;
  height: 155px;
  border: 0px solid #90EE90;
}

.short-stories {
  position: relative;
  top: 40px;
  left: 0px;
  width: 100%;
  height: 941px;
  border: 0px solid #00BFFF;
}

.novels ul, .leopards ul, .short-stories ul {
  padding-top: .3em;
}

.novels ul li, .leopards ul li, .short-stories ul li {
  list-style: none;
  float: left;
  width: 32%;
  border: 0px solid #000;
  margin: 3px 5px;
  padding: 0;
  border: 0px solid #000;
}

.novels ul li a, .leopards ul li a, .short-stories ul li a {
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: rgba(0,0,0,.30);
  display: block;
  width: 248px;
  padding: 12px 4px;
  border: 1px solid rgba(0,0,0,.30);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.novels ul li a:hover, .leopards ul li a:hover, .short-stories ul li a:hover {
  background-color: rgba(255,255,255,.10);
  border: 1px solid rgba(0,0,0,.50);
}

/* Links */

h3.link1 a:link, h3.link2 a:link {
  text-decoration: none;
  color: #fff;
}

h3.link1 a:hover, h3.link1 a:visited:hover, h3.link2 a:hover, h3.link2 a:visited:hover {
  text-decoration: none;
  color: #00FF7F;
}

h3.link1 a:visited, h3.link2 a:visited {
  text-decoration: none;
  color: #fff;
}



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

body {
  font-size: 16pt;
  }

.container {
  width: 500px;
  height: 2074px;
  background-image: url(parrot-500.jpg);
}

header {
  top: 0;
  height: auto;
}

h1 {
  font-size: 1.5em;
}

h3.link1 {
  top: 100px;
  left: 30px;
}

h3.link2 {
  top: 96px;
  left: 360px;
}

.novels {
  top: 265px;
}

.leopards {
  top: 290px;
}

.short-stories {
  top: 315px;
  height: 1362px;
}

.novels ul, .leopards ul, .short-stories ul {
  padding-left: 3px;
}

.novels ul li, .leopards ul li, .short-stories ul li {
  width: 48%;
  margin: 3px 4px;
}

.novels ul li a, .leopards ul li a, .short-stories ul li a {
  font-size: 10pt;
  width: 230px;
}
}


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

body {
  font-size: 14pt;
  }

.container {
  max-width: 250px;
  height: 3515px;
  background-image: url(parrot-250.jpg);
}

header {
  top: 170px;
}

h1 {
  line-height: 1.2;
}

h2 {
  padding-top: 5px;
}

h3.link1 {
  top: 120px;
  left: 0px;
}

h3.link2 {
  top: 117px;
  left: 150px;
}

.novels {
  top: 225px;
  height: 237px;
}

.leopards {
  top: 260px;
  height: 237px;
}

.short-stories {
  top: 296px;
  height: 2630px;
}
}
