/*
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.
*/
/* dexheimer customization */
.page-id-30 a {
	color: blue;
}

.page-id-30 a:hover {
	color: blue;
}

/* homepage */
.billboard {
	background-image: url('https://physics.wsu.edu/wp-content/uploads/sites/612/2015/07/Collins_Lab4_1200x752.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	position: fixed;
	top: 0;
}

.size-lt-large .billboard {
	top: 50px;
}

.home .main-header {
	background-color: transparent;
	position: relative;
	height: 500px;
	z-index: 100;
}

.home .main-header sup {
	display: none;
}

.home .main-header sub {
	position: absolute;
	bottom: 0;
	color: white;
	text-transform: uppercase;
	font-size: 5rem;
}

@media (max-width: 480px) {
	.home .main-header sub {
		font-size: 3rem;
	}
}

.home .main-header::before,
.home .main-header::after {
	background: transparent;
}

.home .main-header sub:not(.unset), .home .main-header sup:not(.unset) {
	margin-bottom: -10px;
}

.billboard .column {
	position: relative;
	height: 500px;
}

.billboard .section {
	margin: 0 auto;
	max-width: 1386px;
}

.size-gt-medium .billboard .column.one {
	position: relative;
}

.size-gt-medium #glue::after {
	content: "";
	height: 500px;
	width: 198px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 56%,rgba(255,255,255,1) 83%,rgba(255,255,255,1) 100%);
/* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(56%,rgba(255,255,255,0)),color-stop(83%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,1)));
/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 56%,rgba(255,255,255,1) 83%,rgba(255,255,255,1) 100%);
/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 56%,rgba(255,255,255,1) 83%,rgba(255,255,255,1) 100%);
/* Opera 11.10+ */
	background: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 56%,rgba(255,255,255,1) 83%,rgba(255,255,255,1) 100%);
/* IE10+ */
	background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 56%,rgba(255,255,255,1) 83%,rgba(255,255,255,1) 100%);
/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
/* IE6-9 */
}

.size-gt-medium .billboard .column.one::before {
	right: calc(100% - 198px);
}

.home .style-bookmark .main-header,
.billboard header h2 {
	display: none;
}

body:not(.home) .main-header:before, body:not(.home) .main-header:after {
	content: "";
	position: absolute;
	background: #981e32;
	top: 0;
	bottom: 0;
	width: 9999px;
}

body:not(.home) .main-header:before {
	right: 100%;
}

body:not(.home) .main-header:after {
	left: 100%;
}

/* bookmark */
.main-header {
	background-color: #981E32;
}

/* transparent spine (for homepage) */
.home .size-gt-medium #glue::before {
	opacity: .8;
}

.home .size-gt-medium #binder #spine.dark header {
	background-color: transparent;
}

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

/* cover-test */
.page-cover-test .main-header {
	background-color: transparent;
	position: relative;
	height: 500px;
	z-index: 100;
}

.page-cover-test .main-header sup {
	display: none;
}

.page-cover-test .main-header sub {
	position: absolute;
	bottom: 0;
	color: white;
	text-transform: uppercase;
	font-size: 5rem;
}

/* blank template */
/*

.has-featured-image #post-featured-image {
	display: block;
	overflow: hidden;
}

#post-image-wrapper {
	position: fixed;
	height: 500px;
	width: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
	background-position: center center;
	background-size: cover;
	opacity: .8;
}

.home h1 {
	top: 445px;
	color: #fff;
	font-size: 60px;
	font-weight: normal;
	margin: 0 0 0 2rem;
	padding: 0;
	position: absolute;
	text-transform: uppercase;
}

.moving-down {
	position: relative;
	top: 500px;
	height: 1150px;
	padding-left: 20px;
	background-color: #F9F9F9;
} 


.main-header:before, .main-header:after {
	content: "";
	position: absolute;
	background: #981e32;
	top: 0;
	bottom: 0;
	width: 9999px;
}

.main-header:before {
	right: 100%;
}

.main-header:after {
	left: 100%;
} */