h1, h2, h3, h4 {
  color: #69512f;
}  

input[type="submit"], .button {
  background: #69512f;
}      

.menu li {
  padding: 0;
  line-height: 40px;
}

.menu .active > a,
.menu a:hover {
  color: #69512f;
}

#header {
  display: none;
}

.page-content #header,
.scroll #header {
  top: 0;
  display: block;
}

#logo {
  color: #69512f;
}

#primary {
  position: absolute; top: 110px;
  width: 35%;
}

#primary .menu,
#primary .menu li {
  line-height: 30px;
  float: none;
}

#primary .menu a {
  padding: 0;
}

#primary .menu .nav3 {
  padding-left: 20px;
  text-transform: none;
  font-weight: 300;
}


.post-start .inner {
  background-color: #69512f;
}



.post .bg {
  padding: 130px 15% 100px;
}

#footer {  
  background: #69512f;
}

#footer img {
  max-width: 12px;
  vertical-align: middle;
}

.page-content #footer {
  bottom: 0;
}

.post .menu a {
  color: #fff;
}

#primaryCtrl > span > span {
  background: #69512f;
}

@media screen and (max-width: 1024px) {
  #header {
    display: block;      
  }
  
  .menuopen #header {
    bottom: 0;
    overflow-y: auto;
  }
    
  #primary {
    position: relative; top: auto;
    width: auto;
    text-align: left;
  }  
  
  #primary .menu a {
    padding: 5px 0;
    line-height: 30px;
  }
  
  #content {
    padding: 0;
  }
  
  .post .content {
    margin: 0;
    width: 100%;
    float: none;
  }
  .post .bg {
    padding: 100px 50px 50px;
  }
  
  #footer {
    position: relative; bottom: 0;
    display: block;     
  }
}

@media screen and (max-width: 700px) {
  .scroll #header {
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .menuopen #header {
    background: #fff;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
  }
  
  #logo,
  .scroll #logo {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .post .bg {
    padding: 50px 25px 25px;
  }
  
  .post-start .inner {
    padding: 40px 0 30px;
  }
}
