/*
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.
*/
h1 {
	font-size: 2rem;
	line-height: 0;
	margin-bottom: 0;
}

h2 {
	font-size: 1.5rem;
	color: #981e32;
	line-height: 2rem;
}

h3 {
	font-size: 1.2rem;
	font-weight: 700;
}

h4 {
	font-size: 1.1rem;
	font-weight: 600;
}

figcaption {
	text-align: left;
	font-size: .9rem;
	font-style: italic;
}

#site-content {
	padding-top: 0;
}