/**
 * Place your custom styles here.
 */
.btn-primary {
  background-color: #337ab7;
}
.head-image {
  background: transparent;
}

.navbar-default {
  background-color: #002b5c;
}

nav.navbar > div li {
  background: #002b5c;
}

nav.navbar > div li ul.dropdown-menu {
  background: #002b5c !important;
}

nav.navbar > div li ul.dropdown-menu li a {
  color: #fff !important;
  background: #002b5c !important;
}

.carousel-caption {
  font-style: italic;
  color: #fff;
}

.field table td h2 {
  background: none;
}

.vcenter {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
