/* Add here all your css styles (customizations) */

/* Slider: remove the horizontal rule under the sub-copy on all three slides.
   It crowded the CTA buttons on mobile. */
.revolution-ch2:after {
  display: none;
}

/* Header: center the logo vertically in the navbar (template default was top: -10px,
   which clipped it above the bar). top: 0 = the natural position, measured centered:
   8-9px clear above and below the 32px logo in the 49px bar. */
.header .navbar-brand {
  top: 0;
}
