/* Add here all your css styles (customizations) */

.subheader{
  padding: 200px 0 ;
  background: url(../img/header.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.features-text {
    padding: 0px 0 0 20px;
}
