a[href*="aboutThisPublishingSystem"] {
    display: none !important;
}

/* Dark overlay on Immersion theme homepage hero */
.cmp_announcements_highlight,
.pkp_page_index .page_index_journal {
    position: relative;
}

.pkp_page_index .page_index_journal::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.60); /* adjust darkness here */
    z-index: 1;
}

.pkp_page_index .page_index_journal > * {
    position: relative;
    z-index: 2;
}

#immersion_content_header.main-header {
	background-color: #034593;
}

h1.main-header__title {
	margin: 1vh auto 5vh auto !important;
}

.main-header__title img {
	height: auto;
	width: 500px;
}

h4.announcement__title {
	color: #034593;
}

header.main__header h1.main__title {
	color: #034593 !important;
}

/* Change Section Headings and Main Headings (H1, H2, H3) */
h1, h2, h3, h4, h5, h6 {
    color: #034593 !important;
	margin: 1rem 0 1rem 0;
}

footer#immersion_content_footer.main-footer {
	background-color: #d20404;
}

footer#immersion_content_footer.main-footer h2,
footer#immersion_content_footer.main-footer p {
	color: #FFFFFF !important;	
}

footer#immersion_content_footer.main-footer hr {
	border-top: 1px solid #FFF;
}

footer#immersion_content_footer.main-footer div.pkp_block {
	margin-bottom: 0px;
}

footer#immersion_content_footer.main-footer a{
	color: #FFFFFF;
	text-decoration: none;	
}

/* Hover */
footer#immersion_content_footer.main-footer a:hover {
	color: #FFD700;
	text-decoration: underline;
}

/* Active */
footer#immersion_content_footer.main-footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Visited */
footer#immersion_content_footer.main-footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}