body {
    font-family: "chaparral-pro", sans-serif;
  font-size: 2em;
}

a {

  color: #000;
  text-decoration: underline;
}

a.title:hover {
  text-decoration: none;
}

.h1 {
  font-family: 'soliel', sans-serif;
  font-size: 3em;
  font-weight: 900;
  
}

h1 {

  font-family: 'Soliel', sans-serif;
  font-size: 3.5em;
  font-weight: 800;
  
}

h2 {
  font-family: 'Soliel', sans-serif;
  font-size: 3em;
  font-weight: 800;
}

.container {
  background-color: #fff;
}

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}

.header {
  background-image: url(/assets/images/weirdforest2.png); 
  background-position:  50% 80%;
  background-repeat: no-repeat;
  background-color: #FFF;
}

.one {
  background-color: #c27760;
}

.two {
  background-color: #a2c274;
}

.three {
  background-color: #8dc2a8;
}

.four {
  background-color: #a29ec2;
}

.five {
  background-color: #859fc2;
}

.six {
  background-color: #b5b579;
}

.gallery a {
  text-decoration: underline;
}

.clear a {
  text-decoration: none;
}

.seven {
  background-color: #000;
  color: #FFF;
}

a.seven {
  text-decoration: underline;
}