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

/*

color codes:

Teal rgba(0,169,157,1.0);
Blue rgba(0,133,188,1.0);
*/

body{margin:0;
padding:0;
background: rgba(0,133,188,1.0);
color:rgba(225, 225, 225, 1.00);
}

h1{
	font-family: 'Ranchers', cursive;
font:28px;
	clear:left;
}

h2{
	font-family: 'Patrick Hand', cursive;
	font:18px
}

h3, h4, h5, h6{
	font-family: 'Patrick Hand', cursive;
	font:12px;
}

#sign_up{
width:1150px;
margin: 25px auto;
	padding: 25px;
text-align: center;
}

#form_container{width:600px;
margin: 10px auto;
}

#mc_embed_signup{background:rgba(0,133,188,1.0) !important;
clear:left;
	font-family: 'Patrick Hand', cursive;
font:14px;
}

header{width:1200px;
height: 250px;
margin:left 100 center;
margin-right: 100px center;
background:rgba(0,169,157,1.0);
text-align: center;}

footer{width:1200px;
height: 250px;
margin: 0 auto;
margin-left: 100 center;
margin-right: 100 center;
background:rgba(0,169,157,1.0);
text-align:center;
padding-top: 25px;}

footer a:link{color: rgba(255,255,255,1.00);}
footer a:visited{color: rgba(255,255,255,1.00);}
footer a:hover{color: rgba(255,255,255,1.00);
text-decoration: none;}
footer a:active{color: rgba(255,255,255,1.00);}