/* AwesomeDude styles template for responsive serial chapters */

/* Last modified December 1 2015 by John Silby (Alien Son) */





/* Reset */

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


/* Basics */

body {
  margin: 20px auto;
  padding-bottom: 0px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14pt;
  line-height: 1.4;
  color: #000;
  background-color: #B4B5B8;
}

.container {
  width: 90%;
  max-width: 900px;
  margin: 30px auto;
}

header {
  max-width: 300px;
  margin: 20px auto;
  height: 400px;
  background-image: url(hillebrands-sm.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  color: #000;
}

h1, h2, h3 {
  font-style: normal;
  text-align: center;
}

h1 {
  font-size: 24pt;
  font-weight: bold;
  padding-top: 300px;
}

h2 {
  font-size: 16pt;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 5px;
}

h3 {
  font-size: 8pt;
  font-weight: normal;
}

h4 {
  font-size: 14pt;
  font-style: italic;
  padding-top: 30px;
  padding-bottom: 10px;
}

p {
  text-indent: 30px;
  margin-bottom: 15px;
}


/* Links */

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

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

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


/* Special formatting */

.divider {
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
  margin: 60px 0 60px 0
}

.valentine {
  margin: 5% 7%;
}

.valentine p {
  font-family: "Caveat Brush";
  font-size: 26pt;
  line-height: 1.2;
}

.dropcap {
  font-size: 46pt;
  font-weight: normal;
  float: left;
  margin: 10px 0px 7px 0;
  line-height:0.7;
}

.end {
  text-indent: 0;
  text-align: center;
  padding-top: 30px;
}

.indent-first-line {
  text-indent: 30px
}

.indent {
  margin-left: 90px
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.n {
  font-style: normal
}

.c {
  text-align: center;
}

.tagline {
  margin: 40px 0 100px 0;
  text-align: center;
}

.tagline p {
  margin-bottom: 10px;
}

.small {
  font-size: 80%;
}

.note {
  font-style: italic;
  text-align: center;
  width: 90%;
  margin: 60px auto;
  background-color: transparent;
}

.note p {
  font-size: 10pt;
  text-indent: 0;
}

.quote {
  padding-top: 50px;
  padding-bottom: 0px;
  width: 50%;
  margin: 0 auto;
}

.quote p {
  font-size: 90%;
  font-style: italic;
  text-indent: 0px;
  text-align: center;
}