/* Site-specific overrides, loaded after the theme's CSS (see params.customCSS in hugo.yaml). */

/* The theme forces the hero section to fill the full viewport height (100vh),
   which leaves a large empty gap below short intro text. Size it to its content instead. */
#hero {
  min-height: auto;
}
