body,
html {
	margin: 0;
	padding: 0;
	background: #0c0c2d;
	background-size: cover;
	background-position: bottom center;
	color: #FFF;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
#bgVideo {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    object-fit: cover;
    object-position: center;
    background-size: cover;
    background-position: center;
}
.holding {
width: 100vw;
height: 100vh;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
background: rgba(15, 0, 51,0.4);
position: relative;
z-index: 1;
}
.content {
	max-width: 650px;
	padding: 20px;
}
.logo {
	width: 80%;
	margin: 0 auto 50px;
}
p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 50px;
}
p.small {
	font-size: 14px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
	p {
		font-size: 16px;
	}
}