.title-bar {
    background-color: #336a90;
    border-color:  #336a90;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.title-bar h2 {
    color: #FFFFFF;
}

.title-bar a {
    color: #FFFFFF;
}

.card-header:hover {
  background-color: #FDF5CE;
}
.card-header h5:hover {
  color: #D27405;
}
.card-header h5 a:hover {
  text-decoration: none;
}

.nav-link { 
  align-content: left !important;
  font-size: 0.8125rem !important;
  /*padding: 1.5625rem 1.0rem !important;
  text-align: center !important;*/
  color: rgba(255, 255, 255, 1.0) !important;
  /*font-weight: bold !important;*/
  padding-left: 7px !important; /*may want to change this to %*/
  opacity: 1.0 !important;
}

.sidebar .block::before {background-color:#ffffff;}