/** Screen sizes **/
/** New earthy colors **/
/** Bleu CC color scheme **/
/** Desale Phase II Theme **/
/** Galentine Theme **/
/** Bear Run Phase II Theme **/
/** Argentine Central Theme **/
/** BC16 Theme **/
/** Overrun site B Theme **/
/** LocustTheme **/
/** Coal Run Site 8 Theme **/
/** wells creek adam 6 Theme **/
/** alien nation Theme **/
/** Forest Stock Theme **/
/** Vintage Theme **/
/** Old Datashed Theme **/
/** New blue redeux **/
/** HEADER CONTENTS AND DEFAULT VALUES **/
/**
This overrides some of the customizable color options from the color selector
on the drupal appearance page. I did this so we could stick to using the colors
in the variables file to play with different color schemes easier.
**/
#navbar-top {
  background: #274e71 !important;
}

#navbar-main {
  padding: 10 20px;
  background: #30618C !important;
}
#navbar-main .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 2rem;
  font-size: 1.75rem;
}
#navbar-main img {
  height: 55px;
  width: auto;
}

.region-secondary-menu {
  width: 100%;
  display: block;
  text-align: right;
}
.region-secondary-menu #block-bootstrap-barrio-subtheme-account-menu {
  text-align: right;
  float: right;
}

.group-menu {
  background: #274e71;
}

.dropdown-menu {
  background: #274e71;
}

a.dropdown-item:hover {
  background: #c4d2e0;
}

#water-quality-report-header {
  font-size: 2em;
  color: #274e71;
  margin-top: 20px;
}

nav.tabs {
  display: none !important;
}

.navbar {
  padding: 0;
}

.navbar-dark {
  padding: 0.5rem 1rem;
}

#navbar-top {
  padding: 0 5px 0 5px;
}

.project-nav ul li.nav-item a.nav-link {
  padding: 0.35rem 1rem;
  color: #fff;
}
.project-nav ul li.nav-item a.nav-link i {
  color: #c4d2e0;
  padding: 10px;
  width: 35px;
  height: 35px;
}
@media (min-width: 992px) {
  .project-nav ul li.nav-item a.nav-link {
    padding: 0.1rem 0.75rem;
  }
  .project-nav ul li.nav-item a.nav-link i {
    display: block;
    width: 100%;
    height: inherit;
    text-align: center;
  }
  .project-nav ul li.nav-item a.nav-link.dropdown-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .project-nav ul li.nav-item a.nav-link.dropdown-toggle::after {
    margin: 5px auto;
  }
}
@media (min-width: 1310px) {
  .project-nav ul li.nav-item a.nav-link {
    padding: 0.1rem 0.4rem;
  }
  .project-nav ul li.nav-item a.nav-link i {
    display: inline-block;
    padding: 5px;
    width: 25px;
    height: 25px;
  }
  .project-nav ul li.nav-item a.nav-link.dropdown-toggle {
    display: block;
  }
  .project-nav ul li.nav-item a.nav-link.dropdown-toggle::after {
    margin: auto 2px;
  }
}
.project-nav ul li.nav-item a.dropdown-item {
  color: #fff;
}

/*# sourceMappingURL=header.css.map */
