/* Global Custom */
a {
    color: #366da8;
}

.btn-primary:hover, .btn-primary:focus {
    background: #b9d1f7;
    border-color: #b9d1f7;
    color: #333;
}

/* NavBar Custom */
#primaryNav .dropdown-item:hover, #primaryNav .dropdown-item:focus {
    background: transparent;
        background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.navbar-logo img {
    max-height: 165px;
}

.navbar-brand img {
    width: auto;
    height: 78px;
    max-height: 4rem;
    max-width: 100%;
}

/* Hide Translation Button in Header */
#languageLargeNav, #languageSmallNav  {
    display: none;
}

/* Page Custom */
.page-about, .page-custom, .page-submissions, .page-issue-description-wrapper p {
	text-align: justify;
}

.page-issue .page-issue-date {
    display: none;
}

.page-archives .issue-summary-date{
	display: none;
}

.issue-summary-series {
    margin-bottom: 9px;
}

.contact-section a {
    font-size: 17px;
}

.page-contact .contact-section h2 {
	display: none;
}

.contact-name {
	margin-top: 20px;
	font-size: 18px;
}

.site-footer .col-md-2 {
    display: none;
}

.homepage-issue-published {
	display: none;
}

@media (min-width: 992px) {
	.homepage-issue-description {
	    max-height: 19em;
	}

	.homepage-issue-identifier {
		margin-bottom: 95px
	}

	#userNav .nav-link, .language-toggle .dropdown-toggle {
    	font-size: 14px;
	}
}

@media (min-width: 1200px) {
	.homepage-image-behind-issue+.container-homepage-issue .homepage-issue-current {
    margin-top: 6rem;
	}	
}



