/*
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.
*/
.main-header {
	background-image: url("https://s3.wp.wsu.edu/uploads/sites/2217/2019/07/PEAC_horizontal_digital-e1562090587392.png");
	background-size: contain;
	background-repeat: no-repeat;
	height: 0;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 23.5%;
	background-color: #f9f9f9;
}

.main-header .short {
	display: none;
}