/**
 * Overmountain Style Overrides
 *
 * Add sitewide CSS overrides below. This file loads after the active theme's
 * primary stylesheet on the public-facing website.
 */

.subtle-box-shadow
{
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.05);
}
.header-button
{
	background: #;
}
.header-button a 
{
	color: #ffffff!important;
	background: #8A1616!important;
	padding: .75rem 1.5rem!important;
	display: inline-block!important;
}