/* AwesomeDude styles template for
serial-chapter-responsive.css */

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

/* Reset */

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


/* Basics */

body {
  font-family: "Comic Sans MS", sans-serif;
	 font-size: 16px;
  background: #003200;
  color: #FFFFFF;
}

.page {
  max-width: 960px;
}

.container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

header {
  margin: 2em auto 2em auto;
  height: auto;
}

h1, h2, h3 {
	background: transparent;
	color: #ffffff;
	font-family: "Comic Sans MS", sans-serif; 
	font-weight: normal; 
	margin: 12pt 0pt 3pt 0pt; 
	text-align: center;
}
h1 {
	color: #ffffff;
	font-size: 4.5em;
	font-weight: normal;
}
h2 {
	font-size: 170%;
	margin-bottom: 0.75in;
	color: #ffffff;
}

h3 {
  font-size: 1.3em; 
}

p {
  
  font-family: "Comic Sans MS", sans-serif;
}

p + p {
  margin-top: 10px;
}

.p-blue {
  color: #0D1F63;
}

/*

h1 {
  font-size: 2.5rem;
  font-weight: normal;
  padding-top: 1em;
  line-height: 1.5em;
}

h2 {
  font-size: 2.0rem;
  font-weight: normal;
  padding-top: 1em;
}

h3 {
  font-size: 1.75rem;
  font-weight: normal;
  padding-top: 0.8em;
}

h4 {
  font-size: 1.5rem;
  font-weight: normal;
  padding-top: 0.8em;
}

h5 {
  font-size: 1.35rem;
  font-weight: normal;
  padding-top: 0.8em;
}

h6 {
  font-size: 1.17rem;
  font-weight: normal;
  padding-top: 0.8em;
}

*/

.page hr {
	height: 1px;
	background: #ccffcc;
	color: #cccccc;
}

.chapters {
  position: relative;
  top: 0px;
  left: 0px;
  text-decoration: none;
}

.list1 {
  position: relative;
  top: 0;
  left: 0;
  width: 150px;
  margin: 0 auto;
  text-decoration: none;
  
}

.list2 {
  position: relative;
  clear: both;
  top: 0;
  left: 0;
  width: 960px;
  text-decoration: none;
  
}

.list3 {
  position: relative;
  clear: both;
  top: 0;
  left: 40;
  width: 440px; 
  text-decoration: none;
}

.list1 li {
  list-style: none;
  width: 960px;
  text-decoration: none;  
}

.list2 li {
  list-style: none;
  float: left;
  width: 80%;
  text-decoration: none;
}

.list3 li {
  list-style: none;
  float: left;
  width: 33.3%;  
  text-decoration: none;
}

.chapters ul li a {
  font-size: 1.0rem;
  font-weight: bold;
  text-align: center;
  color: #CCCCCC;
  background-color: #000000;
  display: inline;
  width: auto;
  height: 300px;
  margin: 0px 2px 4px 2px;
  padding: 10px;
  border: 1px solid #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}

.chapters ul li a:hover {
  background-color: #000000;
  text-decoration: none;
}

/* Links */

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

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

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

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



/* Special formatting */


/* Media */

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

body {
  font-size: 16pt;
  }
  
.page {
  max-width: 960px;
}

.container {
  width: 960px;
  height: auto;
}
  
header {
  top: 130px;
}

.chapters {
  top: 120px;
}

.list2 li {
  width: 50%;
}

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


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

body {
  font-size: 12pt;
  }
  
.page {
  max-width: 440px;
  }

.container {
  width: 280px;
  height: 205px;
  margin: 0.5em auto;
}

header {
  top: 85px;
}

h2 {
  padding-top: 0;
}

h3 {
  padding-top: 5px;
}

.chapters {
  top: 100px;
}

.chapters ul li {
  width: 100%;
}

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

