.max-width-320 {
	max-width: 320px;
}

.max-width-340 {
	max-width: 340px;
}

section.section-video h1 {
	font-size:60px;
}
section.section-video h2 {
	font-size:50px;
}
section.section-video h3 {
	font-size:40px;
}
@media only screen and (max-width: 900px) {
	section.section-video h1 {
		font-size:45px;
	}
	section.section-video h2 {
		font-size:35px;
	}
	section.section-video h3 {
		font-size:30px;
	}
}
@media only screen and (max-width: 700px) {
	section.section-video h1 {
		font-size:26px;
	}
	section.section-video h2 {
		font-size:22px;
	}
	section.section-video h3 {
		font-size:18px;
	}
}

header p.lead {
	font-weight: 400;
}

.light-green {
	color: #8ab933;
}
.dark-green {
	color: #095740;
}

.col-xs-6 {
	padding-left:5px;
	padding-right: 5px;
	width: 49%;
}