@import url("https://fonts.googleapis.com/css?family=Oswald|Merriweather:300");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

* html {
  font-size: 100%;
}

html {
  font-size: 16px;
  line-height: 1.5em;
}

body {
  font-family: "Merriweather", serif;
  color: #444444;
}

h1, h2, h3, h4 {
  font-family: "Oswald", sans-serif;
}

a {
  color: #444444;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:hover {
  color: #df7401;
}

div.page div.page-left {
  height: 35vh;
  position: relative;
}

div.page div.page-right {
  padding: 1.5em 0.75em;
}

@media (min-width: 600px) {
  div.page div.page-right {
    padding: 1.5em 3em;
  }
}

@media (min-width: 900px) {
  div.page div.page-left {
    height: 100vh;
    position: fixed;
    width: 50%;
  }
  div.page div.page-right {
    float: right;
    width: 50%;
  }
}

header {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

header h1 {
  font-size: 2.5em;
  line-height: 1.2em;
}

header ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  margin-top: 1.5em;
}

header ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
}

header ul a {
  display: block;
  width: 3em;
  height: 3em;
}

header ul a span {
  font-size: 1.5em;
  line-height: 2em;
}

nav {
  margin-bottom: 1.5em;
}

nav input, nav ul {
  display: none;
}

nav input:checked ~ ul {
  display: block;
}

nav label, nav a {
  display: block;
  text-align: center;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

@media (min-width: 600px) {
  nav {
    overflow: hidden;
    *zoom: 1;
  }
  nav label {
    display: none;
  }
  nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
    display: inline;
    float: right;
  }
  nav ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    white-space: nowrap;
  }
  nav ul li {
    margin-left: 0.75em;
  }
  nav ul li a {
    padding: 0.75em;
  }
}

main h2 {
  font-size: 2.125em;
  line-height: 1.41176em;
  margin-top: 0.70588em;
  margin-bottom: 1.41176em;
}

main h3 {
  font-size: 1.75em;
  line-height: 1.71429em;
  margin-bottom: 0.85714em;
}

main h4 {
  font-size: 1.375em;
  line-height: 2.18182em;
  margin-bottom: 1.09091em;
}

main p, main ol, main ul {
  margin-bottom: 1.5em;
}

main ol ol, main ul ul, main ol ul, main ul ol {
  margin-bottom: 0em;
}

main blockquote {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
  border-left: 3px solid #aaaaaa;
}

main div.image-center img, main div.image-full img,
main div.image-left img, main div.image-right img {
  width: 100%;
  height: auto;
  display: block;
}

main div.image-center, main div.image-full, main div.image-left, main div.image-right {
  margin-bottom: 1.5em;
}

main div.image-center div.caption p, main div.image-full div.caption p, main div.image-left div.caption p, main div.image-right div.caption p {
  margin-top: 0.375em;
  margin-bottom: 0;
}

main div.image-left {
  width: calc(50% - 0.75em);
  display: inline;
  float: left;
  margin-right: 1.5em;
}

main div.image-right {
  width: calc(50% - 0.75em);
  display: inline;
  float: right;
  margin-left: 1.5em;
}

main div.embed {
  margin-bottom: 1.5em;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

main div.embed.youtube, main div.embed.vimeo, main div.embed.ted {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  max-width: none;
}

main div.embed.youtube iframe, main div.embed.vimeo iframe, main div.embed.ted iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main div.embed.flickr {
  max-width: none;
}

main div.embed.flickr img {
  width: 100%;
  display: block;
}

main div.embed.spotify iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main p.index-details {
  clear: both;
  margin-bottom: 3em;
}

main p.page-details {
  clear: both;
  margin-top: 3em;
}

main div.pagination {
  clear: both;
  margin-top: 3em;
  text-align: center;
}

main div.pagination ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  position: relative;
}

main div.pagination ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
}

main div.pagination ul li.previous {
  float: left;
}

main div.pagination ul li.page {
  font-size: 1em;
  line-height: 3em;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

main div.pagination ul li.next {
  float: right;
}

main div.pagination ul a {
  display: block;
  width: 3em;
  height: 3em;
}

main div.pagination ul a span {
  font-size: 1.5em;
  line-height: 2em;
}

footer {
  margin-top: 3em;
  text-align: center;
}

footer span {
  display: block;
}

@media (min-width: 600px) {
  footer span {
    display: inline;
  }
}

@media (min-width: 900px) and (max-width: 1200px) {
  footer span {
    display: block;
  }
}

html {
  overflow-y: scroll;
}

div.page div.page-left {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

div.page div.page-left:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

header {
  z-index: 1;
  color: #ffffff;
}

header a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

header a i {
  color: #ffffff;
}

header a:hover {
  background: #ffffff;
}

header a:hover i {
  color: #444444;
}

nav label, nav a {
  color: #aaaaaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

nav label:hover, nav a:hover {
  color: #ffffff;
  background: #df7401;
}

main div.rich-text a {
  text-decoration: underline;
  text-decoration-color: #777777;
}

main b {
  font-weight: bold;
}

main i {
  font-style: italic;
}

main ol, main ul {
  margin-left: 1.5em;
}

main ol {
  list-style-type: decimal;
}

main ul {
  list-style-type: circle;
}

main div.caption {
  color: #aaaaaa;
}

main p.index-details {
  color: #aaaaaa;
}

main p.page-details {
  color: #aaaaaa;
}

main p.page-details a {
  color: #aaaaaa;
  text-decoration: underline;
  text-decoration-color: #dddddd;
}

main p.page-details a:hover {
  color: #df7401;
}

main div.pagination {
  color: #aaaaaa;
}

main div.pagination a {
  color: #c4c4c4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

main div.pagination a:hover {
  background: #df7401;
}

main div.pagination a:hover i {
  color: #ffffff;
}

footer {
  color: #aaaaaa;
}
