/*
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.
*/
/* -- Styles for COVID-19 info panel - Can be deleted when the panel is taken down --*/
.blue-block {
	background-color: #4f868e;
	padding: .7rem 1rem;
}

/* headers */
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	color: #333333;
	text-transform: none;
}

body:not(.has-background-image) {
	background-image: none;
}