/**
 * @file
 * This file is used to style the menu.
 *
 * This file styles the menu and branding blocks
 */

.nav-position {
  position: sticky;
  top: 0;
  z-index: 100;
}
