/**
 * Inline styles for html.html.twig
 * These styles are specific to the theme layout
 */

/* Header z-index fix for logged in users */
.c-layout-header-fullscreen.c-layout-header-static .c-layout-header,
.c-layout-header-fixed .c-layout-header {
  z-index: 500;
}

/* Remove link borders and underlines */
a {
  border-bottom: none;
  text-decoration: none;
}

a:hover,
a:active {
  border-bottom: none;
  text-decoration: none;
}

/* Hide Quick Edit page title */
.js-quickedit-page-title {
  display: none;
}
