.bg-blueblack-00{
    background-color: #142538;
}

.text-blueblack-00{
    color: #142538;
}


.masthead .navigation .nav-pills li a {

  color: #142538;
    margin-left: 0.8rem;
    font-weight: bold;
    font-variant-caps: all-small-caps;

}

.masthead .navigation .nav-pills li a:hover {
  background-color: #FBBF24;
  color: #142538;
    margin-left: 0.8rem;
    font-weight: bold;
    font-variant-caps: all-small-caps;
}
/* The "active" navigation pill (for example, when you're on the /dataset page
   the "Datasets" link is active). */
.masthead .navigation .nav-pills li.active a {
  /*background-color: #142538;*/
     background-color: #FBBF24;
    color: #142538;
    margin-left: 0.8rem;
    font-weight: bold;
    font-variant-caps: all-small-caps;
}

.masthead {
    margin-bottom: initial;
    padding: 10px 0;
    background: white;
}

.account-masthead {
    min-height: 30px;
    color: #fff;
    background: #142538;
}