/* Enter Your Custom CSS Here */

nav.nav-primary div.wrapper { 
  background-color: #005500;
}

section#feature-slider div.entry-container { 
  background-color: #002200;
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
  -moz-opacity:0.7;
  padding-top:6px;
}

section#feature-slider h1.entry-title {
  font-size: 1.30em;
  line-height: 1.40em;
  font-weight: bold;
}

section#feature-slider div.entry-content p {
  font-size: 0.90em;
  line-height: 1.20em;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}