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: #443135;
	line-height: 1.4em;
}

.container {
	width: 800px;
	padding: 0px 40px 20px 40px;
}

p {
	margin-bottom:20px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
    margin-bottom: 30px;
}

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

a, a:visited, a:hover {
	color: #329ab7;
}

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

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

.jumbotron {
	padding: 0px;
	width: 800px;
	background-color: #e9f0f0;
	margin: auto;
}

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

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