
/*--------------------*/
/* ---- MASTHEAD ---- */
/*--------------------*/

/* LOGOS */

.journal-header .journal-logo {
    width: 535px;
}

/* HEADER BRAND COLOUR */

.journal-bg {
  	background-color: #111111;
}

/* NAVBAR BRAND COLOUR */

.navbar {
	background-color: #393939;
}


/*--------------------*/
/* ---- HOMEPAGE ---- */
/*--------------------*/

#cloudCMS #mainContent .rows .row:first-child { /* The first row is included to change the alternating row colours, but need to hide it from the front end  */
    display: none;
}

/* FEATURED ROW */

#cloudCMS .rowForStoryCard, #cloudCMS #homeTop {
	background: #111111;
	background: linear-gradient(180deg, rgba(17,17,17,1) 20%, rgba(68,68,68,1) 100%);
	border-top: 1px solid #555555;
	padding-top: 40px;
	padding-bottom: 40px;
}
#cloudCMS .rowForStoryCard .storyCard, #cloudCMS #homeTop .editable {
	color: #ffffff;
	font-family: "Merriweather", serif;
	background-color: transparent;
	padding: 0;
}
#cloudCMS #homeTop .editable .itemBody {
	padding: 0;
}
#cloudCMS .storyCardButtons .buttony, #cloudCMS #homeTop .editable.blockLink .fauxLink.buttony {
	background-color: transparent;	
	background-image: url(//academic.oup.com/data/sitebuilderassetsoriginals/preview/images/oxford-handbooks-online/chevron-right-yellow.svg);
	border: 1px solid #CCCCCC;
}
#cloudCMS .storyCardButtons .buttony:hover, #cloudCMS #homeTop .editable.blockLink > a:hover ~ .itemBody .fauxLink.buttony, #cloudCMS #homeTop .editable.blockLink > a:focus ~ .itemBody .fauxLink.buttony {
	background-color: #111111;	
}
#cloudCMS .rowForStoryCard .storyCard h2, #cloudCMS #homeTop .editable h2  {
	color: #FFD400;
	font-size: 1.6875rem;
	line-height: 1.35em;
}
#cloudCMS .rowForStoryCard .storyCard p, #cloudCMS #homeTop .editable p {
	font-size: 1rem;
	line-height: 1.7em;
}
@media all and (min-width: 930px) {
	#cloudCMS .rowForStoryCard, #cloudCMS #homeTop  {
		border-top: 0;
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
@media all and (min-width: 930px) and (max-width: 1099px) {
	#cloudCMS .rowForStoryCard .storyCard p, #cloudCMS #homeTop .editable p {
		font-size: 17px;
	}
}
@media all and (min-width: 1100px) {
	#cloudCMS .rowForStoryCard, #cloudCMS #homeTop  {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#cloudCMS .rowForStoryCard .storyCard h2, #cloudCMS #homeTop .editable h2 {
		font-size: 1.875rem;
	}
	#cloudCMS .rowForStoryCard .storyCard p, #cloudCMS #homeTop .editable p {
		font-size: 18px;
	}
}

/* UNDERBAR */

.widget-dynamic__underbar.journal-bg {
	background-color: #FFD400;
}
#cloudCMS .panels .widget-dynamic-title::after, #cloudCMS .panels .widgetHead h2::after, #cloudCMS .rowHead h2::after{
	background-color: #FFD400;
}


/*----------------------*/
/* ---- OUP FOOTER ---- */
/*----------------------*/

.oup-footer {
	border-top: 1px solid #cfd5e4;
}