
	body,
	html {
		margin:0;
		padding:0;
		background-color: #000000; /* Fallback color */
		background-image: linear-gradient(#000000, #0033aa);

	}
	body {
		min-width: 90vw;
		margin-bottom: 30px;

	}
	a {
		color: #FF8100;
		text-decoration: none;
	}

	a:hover {
		color: #85FA00;
		text-decoration: underline;
	}

	#header {
		height:150px;
		margin:0 auto;
		width: 90vw;
		display: flex;
  		justify-content: center; /* Horizontally centers content */
  		align-items: center;     /* Vertically centers content */
  		height: 20vh;
	}

	#nav {
		background: #000000;
		display: flex;
  		justify-content: space-around;
		text-align: center;
		font: 26px Verdana, sans-serif;
		line-height: 3em;
		min-height: 40px;
		font-variant: small-caps;
		color: #0A7BFF;
	}
	#main {
  		justify-content: center; /* Horizontally centers content */
  		align-items: center;     /* Vertically centers content */
		width: 90vw;
		padding: 2vh 5vw;
		font: 18px Verdana, sans-serif;
		line-height: 1.5em;
		min-height:600px;
		color:#FFF;
	}
	#listcrunch {
		line-height: 20%;
		margin-left:20px;
	}
	#main li {
		padding-left:0px;
		margin-left: 30px;
		margin-right: 30px;
		line-height: 120%;
		font: 18px Verdana, sans-serif;
}
	#main ul {
		margin-bottom: 30px;
		font: bold 24px Verdana, sans-serif;
}
	#main h2, #main h3 {
		padding:0px 0px 0px;
		font-variant: small-caps;
		color: #0A7BFF;
    }



	#footer {
 		text-align: center;
 		padding-top: 50px;
		color:#FFF;
	}




