.menu-button {
	 color: #960c22 !important;
	 z-index: 3 !important;
}
 .site-nav {
	 background-color: #c8102e !important;
	 z-index: 2 !important;
}
 .page-section {
	 padding: 15px 0;
}
 .well {
	 background: rgb(0,179,136,.30);
	 border-radius: 10px;
}
 h1, h2, h3, h4, h5 {
	 color: #00866c;
	 font-family: "League Gothic", Helvetica, sans-serif;
	 text-transform: uppercase;
	 margin: 0;
	 padding-bottom: 10px;
}
 .item img {
	 height: 300px;
	 padding: 0;
}
 #entry-form-text {
	 color: #000;
	 text-shadow: #fff 1px 1px;
	 margin: 0 40px;
}
 #white-paper-email, #name, #job-title, #company-name, #phone, #address {
	 margin-bottom: 20px;
}
 #white-paper-form {
	 color: #fff;
	 text-shadow: #000 1px 1px;
	 text-align: left;
	 padding: 20px;
	 background: linear-gradient( rgba(0, 134, 108, .6), rgba(0, 134, 108, .9) );
	 border-radius: 10px;
}
 #white-paper-submit {
	 float: right;
	 width: 20%;
}
/* MEDIA QUERIES */
 @media screen and (max-width: 300px) {
	 .uh-header .menu-button {
		 right: -.25rem;
	}
}
 @media screen and (max-width: 500px) {
	 #entry-form-text {
		 margin: 0 20px;
	}
	 #city, #state {
		 margin-bottom: 20px;
	}
	 #white-paper-submit {
		 width: 50%;
		 float: none;
	}
}
 @media screen and (min-width: 501px) and (max-width: 795px) {
	 #city, #state {
		 margin-bottom: 20px;
	}
}
 @media screen and (min-width: 796px) and (max-width: 991px) {
	 #city, #state {
		 margin-bottom: 20px;
	}
}
 