/*#holder {
    opacity: 0.5;
	opacity: 1;
}

#overlay {
    width: 1500px;
    height: 3856px;
    background: url("../images/overlay.jpg") no-repeat scroll center top transparent;
    position: absolute;
    top: 0;
    left: 50%;
	transform: translate(-50%,0);		
	display: none;
}*/

@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('fonts/gotham-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham-medium-webfont.woff2') format('woff2'),
         url('fonts/gotham-medium-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham-light-webfont.woff2') format('woff2'),
         url('fonts/gotham-light-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

body {
	text-align: center;
	color: #231f20;
}
a {
	color: #263b83;
	transition: color 0.2s;
}
a:hover {
	color: #99ca3c;
}
.wrapper {
	max-width: 1500px;
	margin: 0 auto;
}

#percent {
	background: #263b83;
	padding: 60px 4vw;
}
footer {
	background: #99ca3c;
	padding: 17px 20px;
}
#engine {
	background: #007947;
	padding: 50px 20px;
}
#engine img {
	vertical-align: middle;
}
#engine img:first-child {
	margin-right: 40px;
	margin-left: -29px;
	max-width: 30%;
}
#engine img:last-child {
	max-width: 53%;
}
#mast {
    background: url("../images/mast_02.jpg") no-repeat center;
	background-size: cover;
	position: relative;
	height: 789px;
}
#mast img {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 95%;
}
header p {
	position: absolute;
	left: 714px;
	top: 51px;
	text-transform: uppercase;
	color: #9aca3c;
	font-weight: 900;
	font-size: 35px;
	letter-spacing: 0.16em;
	line-height: 1em;
}
header .vr {
	height: 172px;
	background: #263b83;
	width: 2px;
	display: inline-block;
	vertical-align: top;
	margin-top: 17px;
	margin-left: 35px;
}
header {
	position: relative;
	text-align: left;
	padding: 12px 59px 22px;
}
header .social {
	position: absolute;
	right: 68px;
	bottom: 35px;
}
.social li {
	display: inline-block;
	margin: 0px 14px;
}
.social a {
	font-size: 55px;
	display: block;
}
footer .social a {
	color: white;
}
footer .social a:hover {
	color: #231f20;
}
footer .social {
	margin: 29px 0px;
}
footer .contact p {	font-size: 22px;	font-weight: 400;	line-height: 43px;
}
#why {
	padding: 58px 0;
}
#graphic {
	padding: 47px 20px 50px;
}
#graphic img {
	margin-top: 37px;
}
h2 {
	font-weight: 700;
	font-size: 54px;
	margin-bottom: 28px;
}
h3 {
	font-weight: 700;
	font-size: 45px;
	margin-bottom: 10px;
}

h3.green {
	color: #007947;
}
h3.blue {
	color: #263b83;
}
h3.lime {
	color: #9aca3c;
}
#why h2 {
	margin-bottom: 52px;
}
#why .col {
	display: inline-block;
	width: 21%;
	vertical-align: top;
	padding: 0px 1.75%;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
	font-family: "Gotham", sans-serif;
}
p {
	font-family: "Gotham", sans-serif;
	font-size: 22px;
	font-weight: 200;
	margin: 0 auto;
	max-width: 1230px;
	line-height: 1.9em;
	letter-spacing: 0.01em;
}
a.large {	font-family: "Gotham", sans-serif;	font-weight: 700;	font-size: 54px;	margin-bottom: 28px;	color: #231f20;	margin-top: 2px;	display: inline-block;
}
a.large:hover {
	color: #9aca3c;
	transition: all 0.2s;
}
#ask {
	padding: 51px 20px 24px;
}

.mobile-only {
	display: none;
}

@media (max-width: 900px) {

	.mobile-only {
		display: block;
	}
	.desktop-only {
		display: none;
	}
	.wrapper {
		max-width: 100%;
	}

	#percent {
		padding: 30px 20px;
	}
	#graphic {
		padding: 21px 20px;
	}
	#engine img:last-child {
		max-width: 100%;
	}
	h2 {
		font-size: 35px;
		line-height: 1.2em;
	}
	#why {
		padding: 23px 20px;
	}
	#why h2 {
		margin-bottom: 30px;
	}
	a.large {
		font-size: 7vw;
		margin-top: 20px;
	}
	#why .col {
		display: block;
		width: 100%;
		padding: 0;
		margin-bottom: 25px;
	}
	#graphic img {
		margin-top: 10px;
	}
	#ask {
		padding: 35px 20px 15px;
	}
	h3 {
		font-size: 32px;
		margin-bottom: 6px;
	}
	p {
		font-size: 19px;
		line-height: 1.6em;
	}
	#mast {
		height: 70vw;
	}
	#mast img {
		max-width: 95%;
	}
	header {
		display: block;
		width: 100%;
		padding: 10px 20px 27px;
		box-sizing: border-box;
	}
	
	footer .contact p {
		font-size: 18px;
		line-height: 1.3em;
		margin-bottom: 20px;
		font-weight: 400;
	}
	header .vr {
		width: 80%;
		height: 2px;
		display: block;
		margin: 18px auto;
	}
	header .social {
		position: relative;
		right: auto;
		bottom: auto;
		text-align: center;
		padding: 0px 0;
	}
	
	header p {
		position: relative;
		left: auto;
		top: auto;
		font-size: 4vw;
		font-weight: 400;
		text-align: center;
		line-height: 1em;
		letter-spacing: 0.15em;
		margin: 20px 0 12px;
	}
	header img {
		margin: 0 auto;
		display: block;
	}
	
	.social li {
		margin: 0 4vw;
	}
	.social a {
		font-size: 10vw;
	}
	#engine img:first-child {
		margin: 0 auto 30px;
		max-width: 90%;
	}
	#engine {
		padding: 30px 20px;
	}
	
}

@media (min-width: 901px) AND (max-width: 1220px) {

	h3 {
		font-size: 3vw;
	}
	p {
		line-height: 1.7em;
		font-size: 20px;
	}
	header p {
		font-size: 23px;
		left: 700px;
		line-height: 1.15em;
	}
	header .vr {
		height: 120px;
	}
	header .social {
		right: 20px;
		bottom: 36px;
	}
	header .social li {
		margin: 0 0.5vw;
	}
	header .social a {
		font-size: 4vw;
	}
	#mast {
		height: 70vw;
	}
	#why .col {
		width: 42%;
		margin: 0 2%;
		margin-bottom: 30px;
	}
	h2 {
		font-size: 42px;
	}
	#why {
		padding: 58px 0 30px;
	}
	a.large {
		font-size: 46px;
		margin-top: 20px;
	}
	footer .contact p {
		font-size: 21px;
		line-height: 1.4em;
		margin-bottom: 15px;
	}
	footer .social a {
		font-size: 50px;
	}
	
}