/*
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.

body {
	background-color: #ccc;
	font-size: 14px;
	color: #111;
	border: 1px solid;
}

a {
	color: #981e32;
}
*/
.main-header {
	padding-top: 5px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .1em;
	height: 60px;
	color: #fff;
}