#splash {
	background: #000 url("../images/splash_bg.jpg") no-repeat center center;
	background-size: cover;
	color:white;
	text-align: center;
}
#splash .container {
	position: relative;
	padding:20px;
	width:100%;
	margin:0 auto;
	max-width:600px;
	min-height: 580px;
	height: 100%;
}

span.headline {
	font-size:1.6em;
}

.video-cta {
	margin-top: 40px;
}

.playbutton {
	cursor: pointer;
}

#playstroke {
	fill-opacity: .2;
	transition: fill-opacity .1s;
}

video#bgvid {
	position: fixed; left:50%; top: 50%;
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 100%; min-height: 100%;
	width: auto; height: auto; z-index: -100;
	background: url("../images/splash_bg.jpg") no-repeat;
	background-size: cover;
}

nav {
	font-family: 'museo_sans500', sans-serif;
}

.overlay {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	overflow: hidden;
}

.overlay-bg {
	background-color: rgb(0,0,0);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.overlay-video {
	height: 100%;
	width: 100%;
}

.overlay-close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

@media only screen and (max-width: 600px) {
	#splash .container {
		min-height: 480px;
	}

	#splash h1 {
		margin-top: 20px;
	}
}
