/* 

    Most hero image need a bottom margin but it leaves an odd gap on the pages 
    where the only thing on the page is the hero image.  Apply this style
    sheet on any page that only uses a hero image and nothing else.
*/


div.hero-bg-image {
  margin-bottom: 0;
}