/** Custom CSS to Condense the Layout  */

.space {
  height: 0px;
  background-color: transparent;
  display: block;
}

.section,
.paper {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background-color: #FFF;
  /*overflow: hidden;*/
}


.section.big-padding,
.paper.big-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}


/*.section.bigger-padding,
.paper.bigger-padding {
  padding-top: 150px;
  padding-bottom: 150px;
}*/

/** End of Custom CSS to Condense the Layout  */
  
/** Custom CSS Tweaks */

/*#header.sticky {
  line-height: 90px;
  height: 90px;
  
}*/  
  
.service-block h4
{
  margin-bottom: .1em;
}

