body {
	background: #fff;
	color: #777;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: 300;
	font-family: 'Lato',Helvetica,Arial,sans-serif;
	line-height: 1.8;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 10px;
	padding: 0;
	font-family: 'Oswald',Helvetica,Arial,sans-serif;
	font-weight: 700;
	color: #313134;
	letter-spacing: 3px;
	font-weight: 300;
	text-transform: uppercase;
}

h1 {
	font-size: 3.5em;
}

h2 {
	font-size: 3em;
	text-align: center;
}

p {
	margin: 0 0 25px;
	font-size: 1.125em;
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: #c02c40;
	font-weight: bold;
	text-decoration: none;
	transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

a:hover {
	color: #000;
}

header {
	color: #111;
	padding: 9% 0;
	background: #fff url(seth-pinnock-2023_3.jpg) no-repeat center center;
	background-size: cover;
}

header h1 {
	font-size: 6em;
	color: #fff;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 30px;
	letter-spacing: 5px;
}

header h1 img {
	max-width: 400px;
	width: 100%;
	height: auto;
}

header a {
	color: #fff;
}

header i.fa {
	font-size: 1.125em;
	width: 1.125em;
	text-align: center;
	line-height: 1.125em;
	color: #fff;
	background: #313134;
	transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	border-radius: 3px;
}

header a i.fa {
	padding: .5em;
	margin-right: .5em;
}

header a:hover i.fa {
	opacity: .65;
}

footer {
	padding: 20px 0;
	text-align: center;
	font-size: .75em;
	background: #efefef;
}

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

.content {
	padding: 6% 0;
}

.contact {
	padding: 6% 0;
	/*--- background: #151515; ---*/
	text-align: center;
}

.dark {
	background: #151515;
	color: #999;
}

.dark h2 {
	color: #fff;
}

.dark a {
	color: #fff;
}

.dark a:hover {
	color: #999;
}

@media screen and (max-width: 1280px) {
	.container {
		max-width: 80%;
	}
}

@media screen and (max-width: 1023px) {
	header {
		padding: 70px 0;
		background-position: right center;
	}

	header h1 {
		font-size: 4em;
	}

	.container {
		max-width: 80%;
	}
}

@media screen and (min-width: 769px) {
	.multiColumn {
		-moz-column-count: 2;
		-moz-column-gap: 40px;
		-webkit-column-count: 2;
		-webkit-column-gap: 40px;
		column-count: 2;
		column-gap: 40px;
	}
}

@media screen and (max-width:840px) {
	header {
		background-size: contain;
	}

	header h1 {
		font-size: 2.5em;
	}
}

@media screen and (max-width:640px) {
	header {
		padding: 260px 0 50px;
/* 		background-size: 300px 267px; */
		background-position: center top;
		text-align: center;
	}

/*
	header i.fa {
		font-size: .875em;
		width: .875em;
		line-height: .875em;
	}
*/

	h2 {
		font-size: 2.5em;
	}
}