* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	background-color: #d9dcd6;
}

a {
	color: #ffffff;
	text-decoration: none;
}

p {
	font-size: 16px;
}

.header h1,
.header nav ul li,
.content {
	display: inline-block;
}

.benefit-article h3,
.footer {
	text-align: center;
}

.header nav,
.footer h2 {
	font-size: 20px;
}

.haeder,
.benefits {
	padding: 20px;
}

.benefits,
.content {
	margin: 0 20px;
}

/* FONTS */

.header,
.footer {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
		"Lucida Sans", Arial, sans-serif;
}

.header nav,
.content-article,
.benefits {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

/* HEADER */

.header {
	background-color: #2a607c;
	color: #ffffff;
}

.header h1 {
	font-size: 48px;
}

.header h1 .seo {
	color: #d9dcd6;
}

.header nav {
	padding-top: 15px;
	margin-right: 20px;
	float: right;
}

.header nav ul {
	list-style-type: none;
}

.header nav ul li {
	margin-left: 25px;
}

.landing-image {
	height: 800px;
	width: 100%;
	margin-bottom: 25px;
	background-image: url("../images/digital-marketing-meeting.jpg");
	background-size: cover;
	background-position: center;
}

/* CONTENT */

.content-article,
.content-article h2 {
	margin-bottom: 20px;
}

.content {
	width: 75%;
}

.content-article {
	padding: 50px;
	height: 300px;
	background-color: #0072bb;
	color: #ffffff;
}

.content-article img {
	max-height: 200px;
}

.content-article h2 {
	font-size: 36px;
}

.float-left,
.float-right {
	margin: 0 25px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* BENEFITS */

.benefits {
	clear: both;
	float: right;
	width: 20%;
	height: 100%;
	background-color: #2589bd;
}

.benefit-article {
	margin-bottom: 32px;
	color: #ffffff;
}

.benefit-article h3 {
	margin-bottom: 10px;
}

.benefit-article img {
	display: block;
	margin: 10px auto;
	max-width: 150px;
}

/* FOOTER */

.footer {
	padding: 30px;
	clear: both;
}
