/**
 * STYLES FOR THE HEADERS
 *
 * These styles are separated out from blocks-general.css because they only affect the section header/banner.  This
 * is the big hero image and/or text right below the breadcrumbs.
 **/

/* HEADER GENERAL */
#news-header-container,
#reading-room-header-container,
#folio-header-container,
#data-portal-header-container,
#museum-header-container {
	max-height: 200px;
	height: 200px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
}

.news-header-text-container,
.block-header-text-container {
	z-index: 2;
	position: relative;
	display: block;
	top: 0;
	height: 200px;
	padding: 5% 5% 0 5%;
}

.news-header-overlay,
.block-header-overlay {
	z-index: 1;
	position: relative;
	top: -200px;
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.news-header-heading,
.news-header-content,
.block-header-heading,
.block-header-content {
	position: relative;
}

.news-header-heading h1,
.block-header-heading h1 {
	margin-top: 0px;
}

.news-header-content,
.block-header-content {
	font-size: 20px;
}

@media only screen and (min-width: 1400px) {
	.news-header-text-container,
	.block-header-text-container {
		padding: 2% 5% 0 5%;
	}
}