body{
	background-color:black;
	background-size: auto;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		
	}
	
title{
	text-color: white;
	font-weight: bolder;
}

nav{ 
	background-color: black;
	height: 50px;
	width: 2000px;
	margin-top: 0px;
}

.right-column{
	width: 40%;
	float: right;
	margin-left: 70px;
	margin-top: 30px;
	padding-right: 50px;
}

.left-column{
	width: 50%;
	float: left;
}


h1{
	font-size: 30pt;
	color: white;
	padding-left: 60px;
	padding-right: auto;
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	
}

h2{
	font-size: 12pt;
	color: white;
	background-color: black;
	padding-left: 60px;
	padding-right: 60px;
	text-align: justify;
	font-weight: normal;
	box-sizing: 500px;
	}
	
h3{
	font-size: 10pt;
	font-weight: lighter;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace"
	}
		
		
	
	header-img{
		padding-left: none;
	}
	
main-nav{
	
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	width: 100%;

}

	a:link{
		color: red;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: bolder;
		text-decoration: none;
		padding-left: 15px;
	
		
	}	
	
	a:hover{
		color: yellow;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: bold;
		text-decoration: none;
	}


alt-text{
	color: white;
	
}
	
.footer{
	padding: 20px;
	width: 100%;
	height: 50px;
	padding-top: 80%;
	
}