	
/* LAUNCH MODULE */

#container header {
		width:510px;
}
	
#container h1 {
	font-family:Oswald;
	font-weight:normal;
	font-style:normal;
	color:#191919;
	text-shadow: 0px 1px 1px #e5d76c;
	text-align: center;
		font-size:7.0em;
}

#container h1 span {
}

#content-blocks-wrapper h2,
#privacy-policy h2 {
	font-family:Oswald;
	font-size:2.4em;
	font-weight:normal;
	font-style:normal;
	color:#191919;
	text-shadow: none;
}

#privacy-policy h2 {
	text-transform:capitalize;
}

h2.social-heading, 
#content-blocks-wrapper label {
	font-family:Oswald;
	font-size:1.8em;
	font-weight:normal;
	font-style:normal;
	color:#8c2318;
	text-shadow: none;
}

#content-blocks-wrapper p, 
ul#inner-footer li a,
#privacy-policy p {
	font-size:2.0em;
	font-family:Cabin Sketch;
}

#content-blocks-wrapper p, 
span.privacy-policy,
#privacy-policy p {
	color:#476d50;
}

#content-blocks-wrapper p a, 
ul#inner-footer li a, 
span.privacy-policy a {
	color:#8c2318 !important;
}

input#submit-button {
	background-color:#8c2318;
}

span#submit-button-border {
	border-color:#771e14;
	background:#771e14;
}

input#submit-button:hover {
	background-color:#771e14;
}

#inner-container {
	width:510px;		
	
	margin-left:auto; margin-right:auto;	
	background-color: #bfb35a; 	
	border-width:4px;
	border-color:#f2c45a;
	border-style:solid;
	-webkit-box-shadow: 0px 0px 10px #111; -moz-box-shadow: 0px 0px 10px #111; box-shadow: 0px 0px 10px #111;}

#privacy-policy {
	background-color: #bfb35a;
}


.feature {
	width:510px;
}

.social-container {
	width:492px;
}


input,
textarea,
input#submit-button {
	-webkit-appearance: none !important;
}