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

http://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.
*/
/* text in bookmark */
.main-header sup {
	font-size: 1.5em;
}

.main-header sup span {
	display: inline;
}

.main-header sub, .main-header sup {
	display: inline;
	font-size: 1.5em;
}

.main-header sub *, .main-header sub a, .main-header sup a {
	font-weight: 700;
}

/* bookmark */
.main-header {
	background-color: #981e32;
	height: 80px;
}

/* headers */
h1, h2, h3, h4, h5, h6 {
	color: #3f6b72;
	font-weight: 400;
}