@charset "UTF-8";
/* CSS Document */

body{
	font-family: arial, san-serif;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
}

.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: 1.5em;
	letter-spacing: 0.2em;
	text-align: right;
	padding
	display: inline-block;
	padding-left: 10px;
}

nav ul li a {
	text-decoration: none;
	color: white;
	
}

.hero {
	padding-top: 120px;
	padding-right: 250px;
	padding-bottom: 0px;
}

h1 {
	font-size: 3.5em;
	color: white;
	/*text-transform: uppercase;*/
	margin-bottom: 10px;
}

/* h2 {
	font-size: 3em;
	color: White;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 60px;
} */

hr {
	height: 2.5px;
	background-color: darkred;
	border: 0px;
}

p {
	color: white;
	line-height: 1.5em;
	padding-left: 150px;
}

p1 {
	color: white;
	font-size: 1.75em;
	line-height: 1.5em;
	/*float: right;*/
}

.call-to-action {
	background-color: black;
	padding: 18px 30px;
	line-height: 4em;
	color: #fff;
	text-decoration: none;
}

header {
	padding-top: 30px;
}

.copyright {
	float: left;
	margin-top: 80px;
	color: White;
	padding-bottom: 200px;
}

@media (max-width: 100px) {
	video.fullscreen {
		display: none;
	}
}@charset "UTF-8";
/* CSS Document */

