/*
Welcome to custom CSS for the WSU Spine Theme!

You may delete these comments and get started with your custom stylesheet.
Before doing so, please review the WSU web standards:

https://brand.wsu.edu/media/web/web-standards/

As a general rule of thumb, if your styles target aspects of the spine
(#spine), that's against standard, whereas if you're styling elsewhere on
the page, it's all good.
*/
.main-header .header-group {
	position: relative;
}

.main-header sup {
	color: white;
	font-size: 1rem;
	line-height: 0;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-bottom: 5px;
	padding-top: 2em;
}

.main-header sub {
	color: white;
	font-size: 3rem;
	line-height: 1.25;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-bottom: 25px;
}

thead th {
	background-color: #eff0f1;
	font-weight: 700;
	vertical-align: middle;
}

.tablepress tfoot th, .tablepress thead th {
	background-color: #f9f9f9;
	font-weight: 700;
	vertical-align: middle;
}

section {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	padding-top: 1rem;
	margin-top: 1.5rem;
	background-color: rgba(255,255,255,.8);
}

h1 {
	color: #a60f2d;
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.25;
	padding: 0;
}

h2 {
	color: #a60f2d;
	font-size: 2.5rem;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 300;
}

h3 {
	color: #32373c;
	font-size: 1.6rem;
	font-weight: 600;
	padding-bottom: .5em;
	padding-top: 3rem;
}

h4 {
	font-size: 1.4rem;
	font-weight: 300;
	color: #32373c;
}