.navbar-logo img {
    max-height: 150px;
}

.navbar-brand img {
    max-height: 3em;
}

.navbar-logo {
    padding-bottom: 0;
}

#primaryNav {
    padding-top: 0;
}

body, .homepage-issue-current, .homepage-issue-identifier, .homepage-issue-published, .article-summary-authors, .article-summary-pages {
font-family: 'IBM Plex Sans', sans-serif;
}

.homepage-image-behind-issue {
  max-height: 365px;
;

}

.container-homepage-issue {
  margin-top: -3.5rem;
  border: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6, .article-summary-title a {
    font-family: 'Montserrat', sans-serif;
}

h1, .issue-toc-section-title {
    font-color: #47787D;
}

.homepage-issue-identifier {
font-weight:800;
}

.homepage-issue-cover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.4);
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .dropdown-item {
  color: #333;
  font-size: 1.2em;
  font-family: 'IBM Plex Sans', sans-serif;
}

.btn {
  font-family: 'IBM Plex Sans', sans-serif;
}

.btn-primary {
  background: #47787d;
  border-color: #47787d;
  color: rgba(255,255,255,0.85);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #4A696D !important;
  border-color: #4A696D !important;
  color: rgba(255,255,255,0.85);
}

.issue-summary-title, .issue-summary-date, .page-issue-date, .page-issue-doi, .page-issue-doi a, .article-details-issue-identifier a, .article-details-issue-section, .article-details-doi, .article-details-published, .article-details-heading, .article-details .item>.label {
    color: #4A696D;
}

.article-details-issue-identifier {
    font-family: 'Montserrat', sans-serif;
    color: #4A696D;
}

.issue-toc-section-title {
  font-family: 'Montserrat', sans-serif;
  color: #47787d;
}

a {
  color: #47787d;
}

a:hover, a:focus {
  color: #4A696D;
}

@media (min-width: 768px)
.homepage-image-behind-issue+.container-homepage-issue .homepage-issue-current, .homepage-image-behind-issue+.container-homepage-issue .homepage-issue-identifier, .homepage-image-behind-issue+.container-homepage-issue .homepage-issue-published
{
    color: #fff;
    text-shadow: 0 0 2px #000;
}