h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: Arial, Helvetica, sans-serif;
}

.navbar-logo img {
max-height: 100%;
}

.main-header {
background-color: #e6edf4;
border-bottom: 2px solid #6699cc;
}

.homepage-issue-description {
max-height: 100%;
padding-bottom: 0px;
}

.homepage-issue-description-wrapper {
background: #f2f6f9;
border-radius: 10px;
border: 1px solid #6699cc;
padding: 1em;
}

.page-issue-description-wrapper {
background: #f2f6f9;
border-radius: 10px;
border: 1px solid #6699cc;
padding: 1em;
}

.page-issue-description .h2 {
text-align: left;
}

.homepage-issue-description:after {
height: 0;
}

a {
color: #0c4d97;
}

.h3, h3 {
font-size: 1.2rem;
}

.issue-toc-section-title {
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
color: #0c4d97;
}

.article-summary-title {
font-size: 1.2rem;
font-family: Arial, Helvetica, sans-serif;
padding-top: 10px;
padding-right: 100px;
}

.article-summary-title a:hover {
text-decoration: underline;
}

.btn-primary {
border-radius: 5px;
border-color: #6699cc;
background: #e6edf4;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
color: #fff;
background-color: #6699cc !important;
border-color: #6699cc !important;
}

#userNav .nav-link:hover, .language-toggle .dropdown-toggle:hover, #userNav .nav-link:focus, .language-toggle .dropdown-toggle:focus {
border-radius: 5px;
}

#primaryNav .dropdown-menu.show {

padding: 0.5rem;
background-color: #cedbea;
border-top: 2px solid #6699cc;
border-bottom: 1px solid #6699cc;
border-left: 1px solid #6699cc;
border-right: 1px solid #6699cc;
border-radius: 5px;
}

#primaryNav .nav-link:hover, #primaryNav .nav-link:focus {
border-radius: 5px;
}

#primaryNav .dropdown-item:focus, #primaryNav .dropdown-item:hover {
color: #000;
background-color: transparent;
border: 1px solid #ffffff;
border-radius: 5px;
}

.btn.btn {
border-radius: 5px;
}

.btn:hover, .btn:focus, .btn:active {
color: #fff;
background: #0c4d97;
border-color: #0c4d97;
}

.site-footer {
background: #0c4d97;
}
