
.navbar-logo {
    padding-bottom: 0rem;
    max-width: 100%;
}

.navbar-logo img {
   max-height: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .homepage-issue-published, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6, .homepage-issue-identifier, .article-summary-title a {
    font-family: 'Libre Bodoni', serif;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .dropdown-item {
  color: #333;
  font-size: 1.2em;
  font-family: 'Lato', sans-serif;

}

.btn {
  font-family: 'Lato', sans-serif;
}

body, .homepage-issue-current, .article-summary-authors, .article-summary-pages {
  font-family: 'Lato', sans-serif;
}

.page-content {
    border-top: none;
    padding-top: 0px;
}

.page-header {
    text-align: left;
    margin-top: 4rem;
    margin-bottom: 0px;
}

.page-header h1 {
    font-size: 1.7rem;
}

.footer-brand-image {
    display: none;
}

.navbar-brand img {
    width: auto;
    height: auto;
    max-height: 5em;
    max-width: 100%;
}


@media (min-width: 992px)
#primaryNav {
    padding-top: 0px;
    padding-bottom: 0px;
}

#primaryNav .dropdown-item {
    padding: 2px;
}

#primaryNav .nav-link:hover, #primaryNav .nav-link:focus {
    background: #b0b0af;
    color: #333;
    border: none;
}

#primaryNav {
    padding-top: 0px;
    padding-bottom: 0px;
}

#primaryNav .nav-link {
    padding: 5px;
}

#primaryNav .dropdown-item {
    font-size: 14px;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .dropdown-item {
    font-size: 14px;
    padding: 2px;
}

#primaryNav .dropdown-menu.show {
    padding: 0px;
}

#primaryNav .nav-link, #primaryNav .dropdown-item {
    border: none;
}


.col-md.col-md-2.align-self-center.text-right {
    display: none;
}


.site-footer-sidebar {
    border-bottom: 0px solid rgba(255,255,255,0.4);
}

hr.footer {
  border-top: 1px solid white;
}

.site-footer {
    padding-top: none;
}

.site-footer a {
   text-decoration: none;
}