@charset "UTF-8";
/* CSS Document */

/* opt-in form styles. */

h1{
  font-family: "Cedarville Cursive", cursive;
  font-weight: 400;
  font-style: normal;
	font-size:36px;
	color: white;
}

label, p{
  font-family: "Economica", sans-serif;
  font-weight: 400;
  font-style: normal;
	color: rgba(0,179,255,1.00);
	font-size:18px;}

header{width:800px;
	min-height:150px;
	margin:5px auto;
	text-align: center;
	padding:20px;
	background: rgba(255,255,255,1.00)
}

footer{width:750px;
	min-height:75px;
	background: rgba(1,1,1,1.00);
	color: rgba(215,215,215,1.00);
	margin:5px auto;
	text-align: center;
	padding:25px;
	border-radius: 25px;
}

#feature{width:1200px;
	text-align:center;
	margin: 25px auto;}

.subscription_form{width:750px;
	min-height:120px;
	background: rgba(175,8,11,1.00);
	margin:5px auto;
	text-align: center;
	padding:25px;
	border-radius: 25px;
	
}

.product a:link{
	text-decoration: none;
 font-size: 24px;
 font-weight: bold}
.product{width: 100%;
	text-align:center;
}

.welcome{width: 800px; height:200px;
	margin:20px auto;
	background:rgba(175,8,11,1.00);
	text-align:center;
	border-radius: 25px;
}

.product a:link{color: rgba(0,179,255,1.00) ;}
.product a:visited{color: rgba(0,179,255,1.00);}
.product a:hover{color: rgba(175,8,11,1.00) ;}
.product a:active{color: rgba(175,8,11,1.00);}

#mc_embed_signup {
	background:rgba(175,8,11,1.00) !important;
	clear: left;
	width: 600px;
	margin:0px auto !important
}