/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
/** NAVBAR */
#navbar {
  padding: 20px 20px 0 20px;
}

.block-system-branding-block {
  display: flex;
}

.block-system-branding-block a img {
  width: auto;
  max-height: 100px;
  vertical-align: middle;
}

.block-system-branding-block .flex {
  flex: 1;
}

.block-system-branding-block .brand-wrapper {
  flex: 5;
}

.navbar-header {
  float: none;
}

.navbar-brand {
  float: none;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 50px;
}

.navbar-text {
  float: none;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 30px;
}

/** VIEWS */
.views-field-operations {
  min-width: 130px;
}

.view-display-id-page_2 .table-responsive {
  overflow-x: visible;
}

/** FORMS */
[data-drupal-selector="obsolete-fields"] button {
  display:none;
}
