/* css styles */
/* Hide the rendered description in the title block only */
#title-block-header .description { 
    display: none; 
  }

.navbar-title {
  display: none !important;
}

.navbar-brand img {
    max-height: 31px;
    width: auto;
}

body {
  background-color: #FFFFF0;
}