/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */ 
} 

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* letter-spacing: -1px; */
  margin-top: 30px;
}
/* Heading */
 .titles {
  background: #339999;
  border: 8px double #fff;
  padding: 10px;
  color: #fff;
  span{
    color: rgba(256, 256, 256, .6);
  }
}