body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 14px;
	padding-bottom: 75px;
	line-height: 1.8;
}

a {
	color: #8dc63f;
	text-decoration: none;
}

p {
	color: #918987;
	font-family: "Roboto", Arial, sans-serif;;
	font-size: 16px;
	margin: 0px 0 20px 0;
}

h1 {
	font-family: "Roboto", Arial, sans-serif;
	font-size: 44px;
	font-weight: 700;
	padding: 0px 0;
	margin: 0;
	color: white;
}

h2 {
	color: #283891;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 32px;
	font-weight: normal;
	text-align: center;
}

h3 {
	color: #283891;
	font-size: 24px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-weight: bold;
	font-family: "Roboto", Arial, sans-serif;
}

.container {
	max-width: 900px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.container {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}

div#header {
	position: relative;
	background: #f5f5f5;
/*	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);*/
	z-index: 9999;
	line-height: 1;
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}

div#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	font-size: 16px;
	color: #918987;
	text-align: center;
	z-index: 999;
	background-color: #fff;
/*	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);*/
	border-top: 1px solid #eee;
}
