body {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(../images/bg.jpg);
	position: relative;
	overflow: hidden;
}

video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100% !important;
	min-height: 100% !important;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
#woodgrain {
	position: absolute;
	display: none !important;
}
#info {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center; /* horizontal center */
	align-items: center; /* vertical center */
}
#info i {
	width: 2em;
	display: inline-flex;
	justify-content: center;
}

body, p, h1, a, a:hover {
	color: white;
}
h1 {
	margin-bottom: 0;
}
h1 img {
	width: 65vw;
	max-width: 360px;
}
H2 {
	color: white;
	font-size: 1.6em;
	margin-top: 0.1em;
}
p {
	margin-top: 0.5em;
}
a {
	text-decoration: none !important;
	opacity: .8;
}
a:hover {
	opacity: 1;
}