/* ==========================================================================
   Homepage layout

   ⚠ These are not slider rules. They were living inside the retired
   home-page-hero-slider.css, so retiring that stylesheet silently took the
   spacing below the hero with it. They belong in scss/pages/_homepage.scss,
   but style.css is a compiled artifact and sass is not installed here — so
   they live in their own file rather than being smuggled back into the
   slider's, which is how they got lost in the first place.
   ========================================================================== */

/* The band under the hero. Without this the heading butts straight against the
   bottom of the slider. */
.float-menu-home {
	padding: 50px 0;
}

.float-menu-home .banner-text {
	width: auto;
}
