
/*--------------------*/
/* ---- MASTHEAD ---- */
/*--------------------*/

/* LOGOS */

.journal-header .journal-logo {
    width: 408px;
}
.journal-header .society-logo { 
    width: 280px;
}

/* HEADER BRAND COLOUR */

.journal-bg {
  	background-color: #ffffff;
}
.journal-header {
    border-top: 1px solid #cfd5e4;
}

/* NAVBAR BRAND COLOUR */

.navbar {
	background-color: #7a2f3b;
}


/*--------------------*/
/* ---- HOMEPAGE ---- */
/*--------------------*/

/* FEATURE PANEL - JOURNALS ONLY */

.featurePanel {
	background-image: url(//academic.oup.com/data/sitebuilderassetsoriginals/live/images/zoolinnean/zoolinnean_feature_panel.png);
}
.featurePanelInner {
	background-color: rgba(99, 33, 43, 0.85);;
}
.featurePanel h2 {
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif !important;
	font-weight: bold !important;
}
.featurePanel h2, .featurePanel p, .featurePanel a, .featurePanel a:hover {
	color: #f6f6f6 !important;
}

/* UNDERBAR */

#cloudCMS .panels .widget-dynamic-title::after, #cloudCMS .panels .widgetHead h2::after, #cloudCMS .rowHead h2::after {
	background-color: #7a2f3b;
}

/* FEATURED ROW */

#cloudCMS .megarow + .row {
	background-color: #7a2f3b;
}
#cloudCMS .megarow + .row .rowHead h2 {
	color: #ffffff;
}
#cloudCMS .megarow + .row .rowHead h2::after {
	background-color: #ffffff;
}


/*------------------*/
/* ---- FOOTER ---- */
/*------------------*/

/* LOGOS */

img.journal-footer-affiliations-logo {
	width: 330px;
}

/* BRAND COLOURS */

.journal-footer.journal-bg {
	background-color: #ffffff;
}

/* Keep the following if the footer background is white or light coloured */

.journal-footer {
    border-bottom: 1px solid #cfd5e4;
	border-top: 1px solid #cfd5e4;
}
.journal-footer-menu a {
	color: #2a2a2a;
}
.journal-footer-colophon {
	color: #2a2a2a;
}
.journal-footer-colophon a {
	color: #2a2a2a;
}
.journal-footer {
	-webkit-font-smoothing: auto;
}