
/* intro */

section#intro {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 10px;
  padding: 0;
  border-bottom: 1px solid #e9e9e9;
  padding-top: 10px;
  margin-bottom: 20px;
}

.line {
  background: url(../img/line.jpg) top repeat-x;
  height: 10px;
}

section#bottom {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0;
  padding-top: 30px;
}

section#subintro {
 
  width: 100%;
  color: #fff;
  height: auto;
  margin: 0 auto;
  padding: 0;
  margin-top: 80px;
}


.masthead h2 {
    font-size: 40px;
    line-height: 1;
    letter-spacing: -2px;
  }
  
  .features i.left {
    margin-right: 10px;
  }
  
  .features h4 {
    margin-top: 2px;
  }