/**
  * @file
  * Header bar, excluding the primary navigation which is found in components/navigation.
  */

/** Styles that we only want on Library, not H5P
    Because it needs more room under the Fluid UI bar. **/
.navbar-top {
  padding-top: 2.2rem;
}

/** Hide nav except Open Menu and Search **/
html:not(.js) .header-nav {
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
}

html:not(.js) .block.block-menu.navigation.menu--main {
  display: none;
}
