body
{
	margin:0;
	padding:0
	font-family:Footlight MT Light;
}
nav
{
	position:fixed;		
	top:0;
	left:0;
	width:100%;
	height:100px;
	padding-top: 5px;
  	padding-right: 90px;
  	padding-bottom: 0px;
  	padding-left: 0px;
	box-sizing:border-box;
	background:rgba(255,255,255,1);
	border-bottom:1px solid #000;
}
nav .logo
{
	padding-top: 0px;
  	padding-right: 0px;
  	padding-bottom: 0px;
  	padding-left: 20px;
	float:left;
	color:#000;
}
nav .media
{
	padding-top: 20px;
  	padding-right: 0px;
  	padding-bottom: 0px;
  	padding-left: 220px;
	float:left;
}
nav ul
{
	list-style:none;
	float:right;
	margin:100;
	padding:20px 30px;
	display:flex;	
}

nav ul li a
{
	line-height:10x;
	color: 4900ff;
	padding-top: 10px;
  	padding-right: 90px;
  	padding-bottom: 10px;
  	padding-left: 90px;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}
nav ul li a:hover
{
	background:rgba(224, 222, 229, 0.6);
	border-radius:6px;
	
}
section
{
	width: 100%;
	height: 100vh;
	background: url(images/charlotteskyline.png);
	background-size: cover;
	background-position: center;
	
		
}
