#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%;
}

#splash h1 {
	background-image:url("../images/logo_large@2x.png");
	background-size:contain;
	background-position: center center;
	background-repeat: no-repeat;
	height:80px;
	width:80%;
	max-width:360px;
	text-indent:-9000px;
	overflow:hidden;
	margin:100px auto 20px;
}

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

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

.playbutton {
	cursor: pointer;
}

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

.playbutton:hover #playstroke {
	fill-opacity: .4;
}

.app-cta {
	display: block;
	margin: 30px auto;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.applink-cta {
	background-image:url("../images/badge-appstore.svg");
	background-repeat: no-repeat;
	border-radius: 8px;
	border: 4px solid rgba(0,0,0,0);
	box-sizing: content-box;
	display: inline-block;
	font-size: 0;
	height:40px;
	line-height: 0;
	margin: 10px 0;
	width:135px;
}

.applink-cta:hover {
	border-color: rgba(0,0,0,0.2);
}

.playstore-cta {
	background-image:url("../images/badge-playstore.png");
	background-size: 115px 40px;
	height:40px;
	margin-left: 12px;
	width:115px;
}

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;
	}
}
