*
{
	margin: 0;
	padding: 0;
}
header
{
	background-image: url(HeadsUP.jpg);
	height: 200vh;
	background-size: cover;
	background-position: center;
}
.main-nav
{
float: right;
list-style:none;
margin-top: 30px;
}

.main-nav li
{
	display: inline-block;
}

.main-nav li a
{
color: white;
text-decoration: none;
	padding: 5px 20px;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
}

.main-nav li.active a
{
	border: 0px solid white;

}

.main-nav li a:hover
{
	border: 1px solid white;
}

body
{
	font-family:monospace;
}

.row
{
max-width: 1200px;
margin: auto;
}

.hero
{
	position: absolute;
	width: 1200px;
	margin-left: 0px;
	margin-top: 0px;

}

h1
{
	color:white;
	text-transform: uppercase;
	font-size: 70px;
	text-align: center;
	margin-top: 275px;
}

h3
{
	color:black;
	text-transform: uppercase;
	font-size: 50px;
	text-align: center;
}

.button
{
	margin-top: 30px;
	margin-left: 525px;
}

.btn
{
	border: 1px solid white;
	padding: 10px 30px;
	color: white;
	text-decoartion: none;
	margin-right: 5px;
	font-size: 13px;
	text-transform: uppercase;
}

p
{
	color:black;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	margin-top: 50px;
}

