
/*--------------------*/
/* ---- MASTHEAD ---- */
/*--------------------*/

/* LOGOS */

.journal-header .journal-logo {
    width: px;
}

/* HEADER BRAND COLOUR */

.journal-bg {
  	background-color: #00290b;
}

/* NAVBAR BRAND COLOUR */

.navbar {
	background-color: #00290b;
    border-top: 1px solid #86972a;
}


/*--------------------*/
/* ---- HOMEPAGE ---- */
/*--------------------*/

/* FEATURE PANEL - JOURNALS ONLY */

.featurePanel {
	background-color: #86972a;
}
.featurePanelInner {
	background-color: #00290b;
}
.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;
}
.featurePanel p a, .featurePanel p a:hover {
	color: #A3B734 !important;
}

/* UNDERBAR */

#cloudCMS .panels .widget-dynamic-title::after, #cloudCMS .panels .widgetHead h2::after, #cloudCMS .rowHead h2::after {
	background-color: #86972a;
}

/* FEATURED ROW */

#cloudCMS .row:nth-child(4):not(.rowForRelatedTitles) {
	background-color: #8A9B2C;
}
#cloudCMS .row:nth-child(4):not(.rowForRelatedTitles) .rowHead h2 {
	color: #2a2a2a;
}
#cloudCMS .row:nth-child(4):not(.rowForRelatedTitles) .rowHead h2::after {
	background-color: #2a2a2a;
}


/*------------------*/
/* ---- FOOTER ---- */
/*------------------*/

/* LOGOS */

img.journal-footer-affiliations-logo { /* For multiple logos, replace .journal-footer-affiliations-logo class with an ID of the society name written in full (camel case) prepended with footer-logo- e.g. img#footer-logo-SocietyName */
	width: px;
}

/* BRAND COLOURS */

.journal-footer.journal-bg {
	background-color: #00290b;
}