/* Styles the medium buttons */
.btn.btn-md {
	letter-spacing: 3px;
	border-radius: 50px;
	border-width: 2px;
	padding: 0.375rem 2rem;
}
/* Styles the small buttons */
.btn.btn-sm {
	letter-spacing: 3px;
	border-radius: 50px;
	border-width: 2px;
	padding: 0.175rem 1.2rem;
}
/* Increases button group letter spacing*/
.btn-group a.btn {
	letter-spacing: 3px;
}
	
/* Increases size of Banner scroll button.  Set BG to 0% for best effect*/
#_scroll_button {   
	font-size: 350%;
}
	
/* Style the Foundry contact form */
.form-control {  
	background-color: #F2F2F5;
	border-color: #F2F2F5;
}

/* Style the website title */
h1.navigation_branding a {
	color: #727272 !important;
}

/* Style the MailChimp Signup Button */
#mc_embed_signup .button {
	background-color: #5E5E5E;
}