* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Calibri, sans-serif;
}

.bgwarp {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
}

#bgvid {
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
    filter: blur(5px);
    object-fit: cover;
}

.page {
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index: 0;
	background-color: rgba(0,0,0,0.7);
}

.text {
	width: 100%;
	min-height: 100%;
	z-index: 1;
}

.text h1 {
	text-align: center;
	font-size: 6vh;
	text-transform: uppercase;
	font-weight: 300;
	color: #FFF;
	padding-top: 33vh;
	margin-bottom: 10px;
}

.text p {
	text-align: center;
	font-size: 3vh;
	letter-spacing: 3px;
	color: #AAA;
}

.text h3 {
    position: absolute;
    bottom: 10px;
	text-align: left;
	font-size: 2.5vh;
	margin-left: 1vw;
	letter-spacing: 3px;
	color: #AAA;
}

