.menu-button {
	 color: #960c22 !important;
	 z-index: 3 !important;
}
 .site-nav {
	 background-color: #c8102e !important;
	 z-index: 2 !important;
}
 h1, h2, h3, h4, h5, span, strong {
	 color: #c8102e;
}
 .btn {
	 font-weight: bold;
}
 .marg-bottom {
	 margin-bottom: 25px;
}
 .hr-narrow {
	 margin: 1rem;
}
 .article-image {
	 float: left;
	 margin-right: 15px;
	 border-width: 2px;
}
 .google-middle {
	 vertical-align: middle;
}
/* SLIDER ARROWS */
 .slick-prev:before {
	 margin-left: -65px;
}
 .slick-next:before {
	 margin-right: -65px;
}
/* SLIDER ARROWS */
/* MEDIA QUERIES */
 @media screen and (max-width: 300px) {
	 .uh-header .menu-button {
		 right: -.25rem;
	}
}
