body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	background-color: #edeffc;
	line-height: 1.3;
}

.content-area {
	max-width: 1140px;
	margin: 0 auto;
}

/* make the footer stick to the bottom of the viewport * /
html, body {
	height: 100%;
}

.body {
	min-height: 100%;
	position: relative;
}

.main {
	padding-bottom: 332px; /* Height of the footer * /
}

.body footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 332px; /* Height of the footer * /
}
/* end make the footer stick to the bottom of the viewport */

/* header */
header {
	margin-bottom: 1em;
}

/* main */
div.link {
	margin-bottom: 1em;
	background-color: #264186;
	width: 100%;
	border-radius: 5px;
	color: white;
	padding: 0.4em;
	text-align: center;
}
div.link img {
	width: 50px;
	vertical-align: middle;
}
.link a {
	display: inline-block;
	font-weight: bold;
}
a.button {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 1em;
	background-color: #264186;
	width: 100%;
	border-radius: 5px;
	color: white;
	padding: 0.4em;
	text-align: center;
}
a.button img {
	width: 50px;
	vertical-align: middle;
}

/* index / home page */

/* footer */

/* responsive */
@media (max-width: 800px) /* 17px discrepancy */ {
}
