.parallax-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
}

@media screen and (min-width: 700px) {
	.parallax-image {
		height: 300px;
	}
}

@media screen and (min-width: 1000px) {
	.parallax-image {
		background-attachment: fixed;
		height: 800px;
	}
}

#carbon-offsetting-intro {
	background-image: url(/media/carbon-offsetting/carbon-offsetting-poster.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 70vh;
	overflow: hidden;
	position: relative;
}

#carbon-offsetting-intro .words {
	left: 50%;
	margin: auto;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

#carbon-offsetting-intro .words h2,
#carbon-offsetting-intro .words h3 {
	color: #FFF;
	font-weight: lighter;
	font-size: 1.4em;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

#carbon-offsetting-intro .words img {
	width: 30%;
	min-width: 200px;
}

#carbon-offsetting-intro .words a {
	border: 2px solid #FFF;
	border-radius: 10px;
	color: #FFF;
	display: inline-block;
	font-size: 1.2em;
	margin-top: 10px;
	padding: 10px 20px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
	width: auto;
	background-color: transparent !important;
}

#carbon-offsetting-video-section {
	background: #8CB840;
}

#carbon-offsetting-video-section iframe {
	border: none;
	width: 100%;
}

@media screen and (min-width: 720px) {
	#carbon-offsetting-intro .words h2 {
		font-size: 2em;
	}
}

@media screen and (min-width: 1100px) {
	#carbon-offsetting-intro .words h2 {
		font-size: 3em;
	}

	#carbon-offsetting-intro .words h3 {
		font-size: 2em;
	}
}

@media screen and (min-width: 1600px) {
	#carbon-offsetting-intro .words h2 {
		font-size: 4em;
	}

	#carbon-offsetting-intro .words h3 {
		font-size: 3em;
	}
}

@media screen and (min-width: 2000px) {
	#carbon-offsetting-intro .words h2 {
		font-size: 5em;
	}

	#carbon-offsetting-intro .words h3 {
		font-size: 4em;
	}
}

#breadcrumb-wrapper {
	background-color: #8CB840;
}

h1 {
	margin-bottom: 30px;
	text-align: center;
}

h5 {
	font-weight: normal;
	margin-top: 30px;
}

section {
	padding: 30px 0;
}

.massive {
	font-size: 6em;
	line-height: 1em;
	margin: 0;
}

.lighter {
	font-weight: lighter;
}

.offsetting-green {
	color: #8cb840;
}

#title {
	background-image: url(/media/carbon-offsetting/title-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	-ms-behavior: url(/asset/js/backgroundsize.min.htc);
	background-position: center center;
	padding-top: 50%;
	width: 100%;
	position: relative;
}

#title img {
	position: absolute;
	top: 30%;
	right: 6%;
	width: 80%;
}

@media screen and (min-width: 770px) {
	#title img {
		width: 60%;
	}
}

@media screen and (min-width: 1100px) {
	#title img {
		width: 40%;
	}
}

@media screen and (min-width: 1600px) {
	#title img {
		right: 10%;
		width: 30%;
	}
}

@media screen and (min-width: 2000px) {
	#title img {
		right: 20%;
	}
}

#commitment {
	background-color: #FFF;
}

#commitment p.x-large.center.light {
	margin-top: 5px;
}

#what-is {
	background-color: #8cb840;
}

#what-is h1,
#what-is h5 {
	color: #FFF;
}

#project {
	background-color: #FFF;
}

#project #map img {
	width: 100%;
}

#three-images {
	background-image: url(/media/carbon-offsetting/three-images.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-ms-behavior: url(/asset/js/backgroundsize.min.htc);
	padding-top: 50%;
}

#help {
	background-color: #FFF;
}

#help article img {
	width: 100%;
}

#qanda p {
	font-size: 0.9em;
}

#qanda h5 {
	font-size: 0.9em;
	font-weight: bold;
}

@media screen and (min-width: 500px) {
	#title,
	#three-images {
		padding-top: 40%;
	}
}

@media screen and (min-width: 770px) {
	section {
		padding: 75px 0;
	}

	.massive {
		font-size: 7em;
	}

	#title,
	#three-images {
		padding-top: 35%;
	}

	#project article#map {
		width: 65%
	}

	#help p.large.green {
		float: right;
		text-align: right;
		width: 80%;
	}
}

@media screen and (min-width: 1100px) {
	#title,
	#three-images {
		padding-top: 25%;
	}
}

@media screen and (min-width: 2000px) {
	.massive {
		font-size: 9em;
	}
}
