/*
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 {
	color: #323232;
}

main {
	background-color: #fff;
}

#spine #glue:before {
	border-right: 1px solid #efefef;
}

.main-header {
	background-color: #981e32;
}

.main-header sup {
	font-size: 3.5rem;
}

.not-single article {
	margin-bottom: 1.5rem;
}

.not-single .article-footer .university-categorized,
.not-single .article-footer .tagged,
.not-single .article-footer .university-location,
.article-author {
	display: none;
}

#announcement-form-title {
	height: 30px;
}

.fluid .row.side-left .column.two, .fluid .row.side-right .column.one {
	width: 75%;
}

.fluid .row.side-left .column.two, .fluid .row.side-right .column.two {
	width: 25%;
}

main h1 {
	font-size: 2.5rem;
	color: #981e32;
	margin: .5em 0;
	line-height: 1.2;
}

main h2 {
	color: #2a3033;
	font-size: 1.4rem;
	line-height: 1.2;
}

main h3 {
	color: #2a3033;
	font-weight: 400;
	font-size: 1.25rem;
	text-transform: uppercase;
	line-height: 1.25;
	margin: 1em 0 .25em;
}

main h4 {
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.3;
}

main h5 {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.4;
}

main p {
	font-size: 1rem;
	line-height: 1.5;
}

.gallery {
	display: flex;
	margin: 1rem 0;
}

.gallery figure {
	max-width: 150px;
}

figcaption {
	text-align: left;
	font-size: .7rem;
	color: #5e6a71;
	line-height: 1.25;
}

.gallery .gallery-item {
	margin: 0;
}

.article-footer {
	font-size: .75rem;
}

@media screen and (max-width: 693px) {
	.fluid .row.side-left .column.two, 
										.fluid .row.side-right .column.one {
		width: 100%;
	}
}

figure.article-thumbnail,
figure.featured-image {
	display: none;
}