/*

SERMON SECTION OVERVIEW

*/


.sermon-section-overview{
  background: none;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 0;
}

.sermon-section-overview p{
  font-size: 17px;
  padding: 0px 10%;
  text-align: center;
}


.sermon-section-icon{
  text-align: center;
  padding: 30px 0 50px 0;
}
.sermon-section-icon img{
  width: 50px;
  height: auto;
}



.page .reference-section {
  background: #ededed;
  border-radius: 0;
  margin-bottom: 0;
}

.page .reference-section p{
  font-family: 'pt-sans', sans-serif;
  font-size: 17px;
  margin-top: 30px;
  margin: 15px;
  text-align: center;
}


/* generic styles..... not sure where used? */

.eded{
  background: #ededed;
  border: 1px solid #fff;
}


/* page-specific styles */

.new-testament .page-splash{
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../../images/splash/new-testament.jpg');
}

.old-testament .page-splash{
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../../images/splash/old-testament.jpg');
}



