body {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: #999889;
  background: #231914 url("../img/dark-sand.gif") repeat top left;
}

h1,h2,h3,h4,h5 {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #D7D6CB;
}

i {
  margin-right: 5px;
}

p, a {
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

h1 {
  font-weight: 300;
  font-style: normal;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  padding-bottom: 40px;
}

h1.inverse {
  color: #999889;
}

.inverse {
  color: #D7D6CB;
}

.intro {
  font-weight: 200;
  font-size: 18px;
  line-height: 24px;
}

.super-heading {
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
}

.center {
  text-align: center;
}

.main-nav {
  background: #000;
  opacity: .9;
}

.top-bar {
  background: none;
  height: 90px;
}

.top-bar-section ul {
  background: none;
}

.top-bar-section li:not(.has-form) a:not(.button) {
  line-height: 90px;
  background: none;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
  line-height: 90px;
  background: #398f00;
}

@media only screen and (max-width: 768px) {
  .top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li:not(.has-form) a:not(.button) {
    line-height: 30px;
  }
  .hero h1 {
    font-size: 34px;
    line-height: 38px;
  }
  .info {
    padding: 40px !important;
  }
  .spacer {
    height: 200px !important;
  }
}

.top-bar .title-area {
  height: 90px;
}

.logo {
  width: 200px;
  height: 100px;
  background: url(../img/river-valley-landscape-logo.png) no-repeat top left;
  background-size: 100%;
  margin: 10px 0;
}

section {
  padding: 80px 0 100px;
  box-shadow: 0 0 40px #000;
}

.box {
  background: rgba(0, 0, 0, .3);
  padding: 20px;
  margin: 0 0 10px;
}

.home {
  min-height: 600px;
  background-image: url("../img/bg-grass.jpg");
}

.hero {
  margin-top: 120px;
  padding: 20px;
  background: rgba(0, 0, 0, .4);
}

.hero h1 {
  color: #fff;
  text-shadow: 0 0 40px #000;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.hero h3 {
  text-shadow: 0 0 40px #000;
  margin-top: 15px;
}

.spacer {
  height: 500px;
  width: 100%;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.spacer.texture1 {
  background-image: url("../img/bg-stones.jpg");
}

.spacer.texture2 {
  background-image: url("../img/bg-leaf.jpg");
}

.spacer.texture3 {
  background-image: url("../img/bg-leafsky.jpg");
}

.spacer.texture4 {
  background-image: url("../img/bg-flower.jpg");
}

.spacer.texture5 {
  background-image: url("../img/bg-flower.jpg");
}

#work {
  background: #231914 url("../img/dark-sand.gif") repeat top left;
}

#work ul li a {
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

#work ul li a:hover {
  opacity: 0.5;
}​

div.os-light p.pp_description {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #000;
}

#services {
  background: #231914 url("../img/dark-sand.gif") repeat top left;
}

#services ul li img {
  opacity: .5;
}

#testimonials {
  background: #231914 url("../img/dark-sand.gif") repeat top left;
}

#about {
  background: #231914 url("../img/dark-sand.gif") repeat top left;
}

#contact {
  background: #231914 url("../img/dark-sand.gif") repeat top left;
}

#footer {
  background: #000;
}

.testimonial-wrapper {
  background: #3F352F url("../img/dark_wood.jpg") repeat top right;
  -webkit-box-shadow: 0 20px 18px -18px #000;
  -moz-box-shadow: 0 20px 18px -18px #000;
  box-shadow: 0 20px 18px -18px #000;
}

.info {
  padding: 50px 40px 10px 10px;
}

.quote {
  font-weight: 200;
  font-style: italic;
}

.author {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}

.location {
  font-weight: 300;
  font-size: 11px;
}

.button{
  background-color: #398f00;
}

#loading {
  display: none;
}
