@import 'https://fonts.googleapis.com/css?family=Great+Vibes|Libre+Baskerville|Raleway|Source+Code+Pro';

body {
  font-family: 'Libre Baskerville';
  line-height: 1.6;
  color: #444444;
  background: url(gradient.png) 0px -16px repeat-x, 
    url(img/labyrinth_background.jpg) left bottom fixed no-repeat #eeeeee;
  margin-bottom: 5ex;
}

.page {
  padding: 0 2em 2em 2em;
  background: rgba(238, 238, 238, 0.5);
}

@media (min-width: 1280px) {
  body {
    margin-bottom: 50px;
  }
}

@media (max-height: 768px) {
  body {
    background-position: 0px -16px, left -150px bottom -130px;
  }
}

body p {
  text-align: justify;
}

.pageheader .header {
  font-family: 'Great Vibes', cursive;
}

.trailprev {
  margin-right: -30%;
}

.trailnext {
  margin-left: -30%;
}

.trailprev, .trailnext {
  position: static;
}

.trail {
  display: flex;
}

.trailup {
  flex: 1;
}

.pagebody .header {
  font-family: 'Raleway';
}

.inlinepage {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.page .img, video {
  height: auto;
  width: auto;
  max-width: 100%;
  margin-left:auto;
  margin-right:auto;
  display:block;
}

#pageinfo {
  border-top-color: #4e9a06;
}

a:link {
  color: #73d216;
}

a:hover {
  color: #8ae234;
}

a:visited {
  color: #4e9a06;
}

.pagedate {
  display: none;
}
