 .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;
}
 .image-frame {
	 border: 1px solid #c8102e;
	 box-shadow: 2px 2px 3px #000;
}
 #chair-image {
	 float: left;
	 margin-right: 15px;
}
 .chair-body p {
	 margin: 1em 1em 0 1em;
}
 #opening-para {
	 margin-top: 0;
}
 #ec-logo {
	 height: 100%;
}
 .pad-top {
	 padding-top: 15px;
}
 .social-media-foot {
	 display: flex;
	 margin: 10px 0 20px 0;
}
 #facebook-icon-foot, #twitter-icon-foot, #youtube-icon-foot, #instagram-icon-foot, #linkedin-icon-foot {
	 margin-right: 10px;
}
 #facebook-icon-foot svg, #twitter-icon-foot svg, #youtube-icon-foot svg, #instagram-icon-foot svg, #linkedin-icon-foot svg {
	 fill: #fff;
}
 #facebook-icon-foot a, #twitter-icon-foot a, #youtube-icon-foot a, #instagram-icon-foot a, #linkedin-icon-foot a {
	 background: #c8102e;
	 border-radius: 10%;
	 display: block;
	 height: 40px;
	 padding: 8px;
	 transition: background .25s ease;
	 width: 40px;
}
 #facebook-icon-foot a:hover, #twitter-icon-foot a:hover, #youtube-icon-foot a:hover, #instagram-icon-foot a:hover, #linkedin-icon-foot a:hover {
	 background: #960c22;
}
/* MEDIA QUERIES */
 @media screen and (max-width: 300px) {
	 .uh-header .menu-button {
		 right: -.25rem;
	}
}
 @media screen and (max-width: 991px) {
	 .nav-primary {
		 margin-top: 50px !important;
	}
}
 @media screen and (max-width: 799px) {
	 img {
		 width: 100%;
	}
}
 