/*
 * Keep Drupal's administration toolbar in the backend while hiding it on
 * customer-facing pages rendered by this theme.
 */
#toolbar-administration {
  display: none !important;
}

html.toolbar-anti-flicker.toolbar-loading.toolbar-fixed body,
html.toolbar-anti-flicker.toolbar-loading.toolbar-fixed.toolbar-horizontal.toolbar-tray-open body {
  padding-top: 0 !important;
}
