/* CSS Document */

#subscribe h1 {
	color: white;
	padding-left: 50px;
	font-size: 41px;
	text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.5);
}
/*
#mc_embed_signup {
	position: relative;
		top: 45px;
	width: 845px;
	height: 64px;
	padding-top:20px;
	padding-bottom:100px;
}
*/


#subscribediv {
	position: relative;
	max-width: 100%;	
}

#mc-embedded-subscribe-form {
	width: 705px;
	height: 64px;
	align: center;
	margin-bottom: 20px;
}

#mc_embed_signup_scroll {
	width: 845px;
	height: 63px;
}

.mc-field-group {
	width: 560px;
	height: 64px;
}


#mce-EMAIL {
	position: relative;
	width: 560px;
	height: 64px;
	right: 130px;
	align: right;	
	vertical-align: top;	
	background-color: #061A00;
	font-family: "Gobold Bold";
	font-size: 40px;
	background: url("../images/mailchimpemailback.png") center no-repeat;
  	border: none;
  	outline: none;
  	color: #8c9688;	
}

#button {
	position: relative;
	width: 264px;
	height: 64px;  	
}

#mc-embedded-subscribe {
	position: relative;
	opacity: 1;
	height: 76px;
	width: 264px;
	background: url("../images/mailchimpsubscribe.png");
	border: none;
	left: 285px;
	top: -70px;
	outline: none; 
	cursor: pointer;
	opacity: 0.8;
}

#mc-embedded-subscribe:hover {
	position: relative;
	opacity: 0.8;
	height: 76px;
	width: 264px;
	background: url("../images/mailchimpsubscribe.png");
	border: none;
	left: 285px;
	top: -70px;
	outline: none; 
	cursor: pointer;
	opacity: 1;
}


