@media (min-width: 992px) {
  .main-header .container {
    background-color: #e9b726;
    max-width: 100%;
  }
}


.main-header .container {

  background-color: #e9b726;
}

.main-header {
  background-color: #e9b726;
}

@media (min-width: 992px) {
  .navbar-logo img {
    max-height: 160px;
  }
}

.site-footer {
  background: #274c7e;
}


@media (min-width: 992px) {
  .homepage-issue-description-wrapper {
    background: #274c7e;
    color: white;
  }
}

#homepageDescriptionMore, #homepageDescriptionLess {
  color: #e9b726;
}


.issue-toc-section-title {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
}


.pkp_block .title {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Montserrat',sans-serif;
}

.navbar-brand img {
  max-height: 4em;
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}