h1, h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	width: 100%;
	margin: 0.2em;
}

#video-wrapper {
	position: relative;
	width:100%;
	height: 0;
	padding-bottom: 56.25%;
	/*margin:0 auto;*/
}

.video {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
}

.p-wrapper {
	width: 100%;
}

.p-wrapper p {
	border-top: 1px solid #c8c8c8;
	font-size:120%;
	max-width:800px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}

#main-image {
	max-width: 1000px;
	max-height: 800px;
	margin: 0 auto;
} 

.btn-green {
	margin: 0 auto 20px auto;
	width: 250px;
	text-align: center;
	padding:1em;
	border-radius: 1em;
	border:1px solid #c8c8c8;
	background-color: rgb(0,181,107);
	color:white;
}