/*
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.
*/
/*Main background color*/
html {
	background-color: #fff;
}

.main-header {
	background-color: transparent;
	background-image: url('https://wpcdn.web.wsu.edu/wp-labs/uploads/sites/348/2014/10/gleamlogo.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

/*remove header*/
.header-group.hgroup.guttered.padded-bottom.short {
	display: none;
}

.main-header {
	height: 325px;
}

/* Font for Site */
body {
	font-family: 'Open Sans', 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}

h1 {
	color: #00a5bd;
	font-size: 2rem;
	font-weight: 500;
}

h2 {
	color: #ada400;
	font-size: 1.6rem;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
}

h3 {
	color: #8d959a;
	font-size: 1.3rem;
	text-transform: uppercase;
	font-weight: 400;
}

h4 {
	color: #5e6a71;
	font-size: 1rem;
	font-weight: 500;
}