html, body {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: black;
  height: 100%; }

body {
  font-size: 1.2rem;
  line-height: 1.4; }

/* Elements */
a {
  color: #97bf0d; }
  a:focus, a:active {
    outline: none; }

#main a {
  color: #97bf0d; }

h1, strong, .uppercase {
  text-transform: uppercase; }

h1 {
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.4; }

h2 {
  font-size: 3.5rem;
  font-weight: 400;
  font-style: italic; }

h3 {
  font-size: 3rem;
  font-weight: 700;
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
  margin-bottom: 10px; }

h3 + h4 {
  border-top: 1px solid #fff;
  margin-top: -11px;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
  margin-bottom: 10px; }

h4 {
  font-size: 1.8rem;
  font-style: italic;
  font-weight: normal;
  text-transform: none; }

h5 {
  font-weight: 700;
  margin-bottom: 0; }

.align-left {
  text-align: left; }

.content {
  page-break-after: always; }
