
/* Featurettes
------------------------- */

.featurette-divider {
  margin: 40px 0; /* Space out the Bootstrap <hr> more */
  border-color:#979797;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  color:#565656;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */


  .featurette-heading {
    font-size: 40px;
	  
  }
  
  .featurette-heading a {
    font-weight: normal;
  }

  .featurette-divider {
  margin: 40px 0; /* Space out the Bootstrap <hr> more */
  border-color:#979797;
}
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 0px;

  }
  

}


@media (max-width: 767px) {
  .featurette-heading {
    margin-top: 0px;
	font-size: 25px;
	padding-top:0px;

  }
  
    .featurette-divider {
	margin-top:30px;
	margin-bottom:30px;
  	border-color:#a2a971;  
  
}






}

@media (max-width: 991px) {
  .featurette-heading {
    margin-top: 20px;
	font-size: 25px;
  }

}
