#primaryNav .dropdown-menu.show {
	background-color: #3a7fa2;
}

.site-footer {
    background: #3a7fa2;
}

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

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#primaryNav .nav-link, #primaryNav .dropdown-item {
    text-transform: capitalize;
}


.page-content {
    font-size: initial;
}

#primaryNav .nav-link:hover, #primaryNav .nav-link:focus {
    border: none;
}

/* Make sure publication dates are not visible*/

.homepage-issue-published, .article-details-published, .page-issue-date {
    display:none;
}

 /*fix the fadout option*/
.homepage-issue-description > p:nth-child(2) {
 margin-bottom: 30px;
}

.article-summary-galleys > a:first-child + a {
    background: url(https://www.athanasiadis.info/assets/images/sesmo/open-code-badge-small.png) no-repeat;
    width: 42px;
    height: 42px;
    text-indent: 100px;
    overflow: hidden;
}

.article-summary-galleys > a:first-child + a:hover {
    background: none;
}

.article-details-galleys > div:first-child + div a {
    background: url(https://www.athanasiadis.info/assets/images/sesmo/open-code-badge-small.png) no-repeat;
    width: 42px;
    height: 42px;
    text-indent: 100px;
    overflow: hidden;
}

.article-details-galleys > div:first-child + div a:hover {
    background: none;
}
