/*
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.
*/
/* home page - no bkg image */
.home main {
	background: none;
}

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

/* home page - no bookmark */
.page-id-4 .main-header {
	display: none;
}

/* background color */
body {
	background-image: none;
	background-color: #cbc4a2;
	min-height: 100%;
}

body:not(.has-background-image) {
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #cbc4a2;
	min-height: 100%;
}

/* text color */
body {
	color: #000000;
}

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

.white-header h1 {
	font-size: 4em;
	color: #ffffff;
}

h1 {
	font-size: 2em;
	font-size: 2rem;
	padding-top: 0;
}

h2 {
	font-size: 1.8em;
	font-size: 1.8rem;
}

h3 {
	font-size: 1.6em;
	font-size: 1.6rem;
}

h4 {
	font-size: 1.4em;
	font-size: 1.4rem;
}

h5 {
	font-size: 1.2em;
	font-size: 1.2rem;
}

h6 {
	font-size: 1em;
	font-size: 1rem;
}

/* background colors */
.bookmark-background {
	background: #c69214;
}

.main-header {
	background-color: #c69214;
}

#binder {
	background-color: #f1e4c4;
}