﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600');

body {
	font-family: 'Montserrat', sans-serif;
	color: #2D3E50;
}
section {
	max-width: 50%;
	margin: auto;
	text-align: center;
}
.wrapper {
	height: 100vh;
	display: flex;
	align-items: center;
	color: #FFF;
}
.video-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.video-wrap video {
	min-width: 100%;
	min-height: 100%;
}
.overlay {
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background:;
	position: absolute;
	opacity: .7;
}
.landing-text {
	z-index: 2;
}
h1 {
	font-weight: 900;
	font-size: 225%;
}
h3 {
	font-size: 90%;
	font-weight: 800;
	margin-top: -15%;
}
.btn {
	text-decoration: none;
	color: #FFF;
	font-size: 100%;
	background: #F2002A;
	padding: 3% 5%;
	border-radius: 8px;
}