@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');
::selection {
	color: #fff;
	background: #444;
}

::-moz-selection {
 color:#fff;
 background:#444;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body, html {
	width: 100%;
	height: 100%;
}
body {
	background:#2e188d;
	background:linear-gradient(#2e188d,#6f1387);
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Playfair Display', serif;
}
.banner {
	width:100%;
	height:100%;
	float:left;
	overflow:hidden;
	position:relative;
}
.banner video {
	width:100%;
	opacity:.1;
}
.banner .text {
	text-align:center;
	color:#fff;
	position:absolute;
	top:40%;
	left:0;
	width:100%;
	height:100%;
	margin:0;
}
.banner .text h1 {
	font-size:60px;
}