@charset "UTF-8";
/* CSS Document */

body{
	font-family: arial, san-serif;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: #600607;
}

.fullscreen{
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
}

nav {
	
	float: right;
}

nav ul {
	list-style-type: none;	
}

nav ul li{
	font-size: 0.8em;
	letter-spacing: 0.2em;
	text-align: right;
	display: inline-block;
	padding-left: 50px;
}

nav ul li a {
	text-decoration: none;
	color: white;
	
}

.hero {
	padding-top: 80px;
	padding-right: 400px;
	padding-bottom: 20px;
}

h1 {
	font-size: 4.6em;
	color: white;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h2 {
	font-size: 3em;
	color: White;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 60px;
}

hr {
	height: 10px;
	background-color: white;
	border: 0px;
}

p {
	color: white;
	line-height: 1.5em;
}

.call-to-action {
	background-color: black;
	padding: 18px 30px;
	line-height: 4em;
	color: #fff;
	text-decoration: none;
}

header {
	padding-top: 30px;
}
footer{
	height: 90px;
	margin-top: 30px;
	display: block;
}
.social-icon{
	display:block;
	padding-left: 30px;
}
.copyright{
	float:right;
	color: #FFFFFF;
}
@media (max-width: 100px) {
	video.fullscreen {
		display: none;
	}
}