/**
 * Landing layout: fixed .top-nav overlays the homepage hero when at top.
 * On scroll (.smaller from global.js) use a fully solid navy bar so page
 * sections behind cannot wash out nav link colours.
 */
.layout-landing .top-nav {
  background: transparent;
  background-color: transparent;
}

.layout-landing .top-nav.smaller {
  background: #111C4E;
  background-color: #111C4E;
}

.layout-landing .main > main {
  padding-top: 0;
}

.layout-landing .main > main > section:first-child {
  padding-top: 0 !important;
}
