html, body {
	font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 18px;
	background: #fafafa;
}

h1, h2 {
	font-family: dosis, sans-serif;
	font-weight: 800;
	font-size: 1.5rem;
	margin-top: 0;
}

h3 {
	font-size: 1rem;
	font-weight: normal;
	margin-top: 0;
}

.product h2 {
	margin-bottom: 0;
}

a {
	color: #4bf;
}

#main {
	background: #fff;
	padding: 1rem 2.5rem;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.12);
}

.divider {
	background: #eee;
	height: 1px;
	margin: 1.75rem auto;

}

.alert {
	color: #FF4C4C;
	padding-left: 0em;
	font-size: 80%;
	white-space: nowrap;
}

a.button {
	background: #FDB646;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.26);
	text-align: center;
	display: block;
	font-family: Dosis, sans-serif;
	font-weight: 500;
	font-size: 1.5rem;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 175%;
	transition: transform 2s, width 2s, left 2s, size 2s;
}

a.button:hover {
	background: #FCAD2D;
}

.price {
	font-weight: 800;
}

.price s {
	color: rgba(255,255,255,0.6);
}

.mc_embed_signup, #footer {
	font-size: .75rem;
	clear: both;
}

#mce-EMAIL {
	font-size: .75rem;
	width: 60%;
	padding: 0 0.5em;
	margin-top: 10px;
	line-height: 1.75rem;

}

.mc-button {
	font-family: Dosis, sans-serif;
	font-size: .875rem;
	width: 18%;
	min-width: 5em;
	line-height: 1.75rem;
	background: #999;
	color: #fff;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
}

.mc-button:hover {
	background: #666;
}

@media screen and (min-width: 570px) {

	#header, #footer, .mc_embed_signup {
		text-align: center;
	}

	#main {
		margin: 1.5rem auto;
		width: 80%;
		max-width: 740px;
	}
}

@media screen and (min-width: 770px) {
	a.button {
		position: relative;
		float: right;
		top: -4rem;
		padding: 0 0.5em;
		min-width: 10em;
	}
}
