html, html a {
	-webkit-font-smoothing: antialiased !important;
}
body {
	background-color: #ffffff;
	font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000D14;
	line-height: 20px;
}

.container {
	max-width: 800px;
	padding: 50px;
}

p {
	margin-bottom:15px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.text-e88554 {
	color: #329ab7;
}

a, a:visited, a:hover {
	color: #e88554;
}

.top-buffer {
	margin-top: 20px;
}

.bottom-buffer {
	margin-bottom: 20px;
}

.hero {
	padding: 0px;
	width: 770px;
	margin: auto;
}

.content-bg {
	background-color: #ffffff;
}

.big {
	font-size: 17px;
}

footer p {
	color: #9e9791;
	font-size: 12px;
    line-height: 18px;
}


@media only screen and (max-width: 650px){
	.hero {
		width: 100%;
	}
}