/* Custom Davis County */
.record-type-badge.resource,
.record-type-badge.accession
 {
  color: #333;
  border-color: #333;
}
/* Hide items */
/* Hide Repositories(1) (that is how we default) Records Group (3) and Digital Materials(7) */
.navbar ul li:nth-child(1),
.navbar ul li:nth-child(3), 
.navbar ul li:nth-child(7) {
  display: none;
}

/* START Department Specific Coloration Rewrite */
.btn-default-transparent {
  color: #777777;
}

.header {
  border:none;
  padding: 20px;
}

.footer {
  border-top: 1px #337ab7 solid;
}

.center-block {
  margin-left: auto;
  margin-right: auto;
}


.white-fg {
  color: #fff !important;
  text-decoration: none !important;
}

/* START Misc Helper Classes */

.bold {
  font-weight: 700;
}
/* In the Collections always show the Additional Description section */
div#add_desc {
  display: block;
  height: initial !important;
}

/* Navigation */
.navbar .top-bar{
  background: #0082c8 !important;
  border-bottom: 2px solid #3789b5;
  border-top: 2px solid #3789b5;
}

.navbar-default .navbar-nav>li>a{
  color: #ffffff !important;
  font-size: 16px;
  font-family: Raleway, sans-serif;
}

