body {
	color: #031b3d;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
}
h1 {
	font-size: 24px;
}
h2 {
	line-height: 28px;
}
h3, h4 {
	font-size: 18px;
}
nav {
	font-size: 16px;
	font-weight: 600;
}
nav ul {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin-bottom: 20px;
}
nav ul li {
	margin-bottom: 7px;
	font-style: italic;
}
nav ul li {
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.body-content {
	background-color: #efefef;
	clear: both;
	margin: 0 auto 20px auto;
	max-width: 1440px;
	padding: 30px 50px;
}
hr {
	background-color: #070142;
	border: none;
	height: 1px;
}
.business-card {
	position: absolute;
	top: calc(50% - 65px);
	bottom: calc(50% - 65px);
	left: calc(50% - 190px);
	right: calc(50% - 190px);
	width: 380px;
}
.body-content img,
footer img {
	width: 300px;
}
a {
	text-decoration: none;
	color: #031b3d;
}
@media only screen and (max-width: 640px) {
	.body-content {
		padding: 10px 20px;
	}
}