html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
* Generic
*/

html, body {
	font-family: 'Open Sans', Calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 16px;
	background-color: #000000;
}

	body {
		display: flex;
		justify-content: center;
	}

section {
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}

.centerWrapper {
	width: 960px;
	margin: 0 auto;
}

.floatl {
	float: left;
}

.floatr {
	float: right;
}

/*
* Typoegraphy
*/

h1 {
	font-size: 52px;
	font-family: 'Calibri';
	font-weight: bold;
	margin-top: 110px;
	margin-bottom: 40px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 35px;
	text-transform: uppercase;
}

header div p {
	font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 24px;
	color: #888888;
	margin-bottom: 40px; 
}


/*
* Buttons
*/

a.button {
	background-color: #47ae64;
	color: #ffffff;
	display: inline-block;
	height: 70px;
	line-height: 70px;
	padding: 0 35px;
	border-radius: 5px;
	box-shadow: 3px 3px 0 #2e7943;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}

	a.button:hover {
		background-color: #3A8A50;
	}

/*
* Columns
*/
.threeColumns > div {
	width: 33.33%;
	float: left;
}

/*
* Navigation
*/
nav {
	overflow: hidden;
}

	nav li {
		float: left;
	}

/*
* Header
*/
header {
	text-align: center;
	margin-bottom: 40px;
	background: transparent url(../images/headers/homepage-header.png) no-repeat center;
	min-height: 833px;
}

/*
* Process
*/
section.process .centerWrapper > div {
	text-align: center;
	font-family: font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size: 18px;

}

section.process span.icon {
	display: inline-block;
	background: transparent url(../images/sprite.png) no-repeat top left;
}

	section.process span.icon.design {
		height: 101px;
		width: 63px;
	}