.header{
  background-color: #141E3C;
}

.site-footer{
  background-color: #DADADA;
}

.nav-link.active,
.nav-link:hover {
  color: #141E3C !important;
  background: rgb(255, 255, 255) !important;
  font-weight: 400;

}

.btn-primary {
  color: rgb(255, 255, 255) !important;
  background: #E57200 !important;
}

.journal-logo-text {
    color: #fff;
    padding-top: 5px;
    font-family: 'Cardo', serif;
    font-size: 30px;
}

.section_title {
    font-family: 'Cardo', serif;
    font-size: 18px;
    color: #141E3C;
    font-weight: bold;
    padding-bottom: 42px;
    padding-top: 3px;
}

.current_issue_label, .current_issue_title {
    font-size: 24px;
    color: #141E3C;
    font-weight: bold;
    font-family: 'Cardo', serif;
}

.cmp_notification {
  background-color: #E57200;
  color: white;
}

.cmp_notification a {
  color: white;
}

.cmp_notification a:hover {
  color:#141E3C;
  font-weight: 450 !important;
}

.issue_summary_description {
  display: none;
}

.issue_item {
  display: inline-block;
}
