body {
	background-color: #eee;
	background-image: linear-gradient(to top, #4a69a3, #91aad4, #ffdee1, #e4d8dc, #b7d9e5, #95d0de);
	font-family: 'Acme', sans-serif;
	font-size: 16px;
	position: relative;
	margin: 0;
	padding: 0;
}
.overlay {
	position: absolute;
	width: 100vw;
	height: 100vh;
	background-image: url(overlay.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	mix-blend-mode: multiply;
	opacity: 0.33;
	z-index: 1;
}
.centered {
	position: relative;
	width: 100%;
	padding-top: 2rem;
	left: 0%;
	text-align: center;
	z-index: 2;
}
h1 {
	font-family: 'Macondo Swash Caps', cursive;
	font-size: 120px;
	color: #4b006e;
	margin: 0;
	text-shadow: 4px 6px 9px #fff;
}
h2 {
	font-size: 47px;
	color: #6e4b00;
	margin: 0;
}
h3 {
	font-size: 24px;
	color: #fff;
	margin: 1rem 0 0 0;
	text-shadow: 0px 1px 4px #23430C;
}
h4 {
	font-size: 47px;
	color: #fff;
	margin: 1rem 0 0 0;
	text-shadow: 0px 1px 4px #23430C;
}
p {
	font-size: 24px;
	color: #fff;
}
p a {
	color: inherit;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}
.videoPlayer {
	margin-top: 1rem;
	padding: 0 5rem;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}