#slider {
	border-bottom: 10px solid #5db3e5;
	border-top: 10px solid #5db3e5;
}

body h1.page-heading {
	line-height: 120%;
	margin-bottom: 10px !important;
	font-size: 24px !important;
	margin-top: 30px;
}

body h2.page-subheading {
	font-size: 20px !important;
	line-height: 120%;
	letter-spacing: 1px;
	color: #333;
	margin-bottom: 30px;
}

h2 {
	margin-bottom: 20px !important;
	line-height: 120% !important;
}

.audio.green-audio-player {
	width: 300px !important;
}

.lead {
	font-weight: normal;
}


@media (min-width: 768px){
	body h1.page-heading {
		font-size: 60px !important;
		margin-top: 0px;
	}

	body h1.page-heading .xxl-heading {
		font-size: 160px !important;
		line-height: 100%;
		font-weight: 200;
	}

	body h2.page-subheading {
		font-size: 30px !important;
		margin-bottom: 24px !important;
		line-height: 120% !important;
	}


	.audio.green-audio-player {
		width: 500px !important;
	}
}


