/*
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.

Ann Hammer, Master Gardener added:
blockbutton creates button nav links using the wsu colors.  Used on the Chelan MG site  Feb 2019
wsu colors:
crimson  #981E32
green    #8F7E35
orange   #B67233
blue     #4F868E
mustard  #C69214
dkgray   #717171
*/
.blockbutton {
	display: inline-block;
	border: none;
	color: white;
	margin: 4px;
	padding: 6px 12px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
}

.blockbutton:hover {
	background-color: #ccc;
	color: black;
}

.buttoncrimson {
	background-color: #981E32;
}

.buttonblue {
	background-color: #4F868E;
}

.buttongreen {
	background-color: #8F7E35;
}

.buttonorange {
	background-color: #B67233;
}

.buttonmustard {
	background-color: #C69214;
}

/* added when no font size changed in above css */