body{
	font-family: georgia, serif;
	width: 700px;
	margin: 20px auto 0;
	color: #777;
}

h1 {
	color: black;
	background: transparent;
	display: block;
	font-size: 50px;
	text-align: center;
	line-height: 175%;
	letter-spacing: -0.05em;
}


p  {
	color: black;
	text-indent: 0;
	text-align: justify;
	font-size: 15px;
	line-height: 160%;
	margin-bottom: 1em;
	-webkit-transition: color 50ms ease-in-out;
}

.embed-video {
    position: absolute; 
	z-index: -1;
}
 
.video-button {
    content: "";
    cursor: pointer;
    display: block;
    height: 348px;
    left: 5px;
    position: absolute;
	opacity:0;
    top: 5px;
    width: 656px;
    z-index: 999;
}
 
.video-thumbnail {
    height: 348px;
    position: relative;
    width: 656px;
}
 
.video-embed {
    left: 5px;
    opacity: 0.9;
    position: absolute;
    top: 5px;
    z-index: 10;
}

footer { height: 300px;}