.navflexcontainer {
	background-color: #14151b;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	color: #66FCF1;
	width: 100%;
	height: 7em;
	position:fixed;
	top: 0em
}
.navflexcontainerALT {
	padding-top: 1em;
	padding-right: 1em;
	margin-bottom: 5.5em;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.maincontainer {
	border: 0.14em solid #e0e0e0;
	padding: 1em;
	background-color: #1f2833e0;
	color: #C5C6C7;
	margin-top: 7.2em;
}
.footercontainer {
	color: #C5C6C7;
	background-color: #1f2833e0;
	margin: auto;
	text-align: center;
	padding-top: 1em;
	border: 0.14em solid #1F2833;
	border-radius: 2em;
	border-style: solid;
	border-color: #e0e0e0;
	
}
.navflexitem {
	border-color:#e0e0e0;
	padding: 0.3em;
	margin-right: 0.2em;
	text-shadow:0.2em 0.2em 0 rgba(0,0,0,0.2);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.navflexitemREAL {
	padding: 0.8em;
	margin-right: 0.2em;
	margin-right: 0.2em;
	background-color:#1F2833;
	text-shadow:0.1em 0.1em 0 rgba(0,0,0,0.2);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border: 0.14em solid #dbc489;
	border-radius: 1.5em;
	border-style:solid;
	border-color:#e0e0e0;
}
.flexBlankItem {
	flex:3;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.SpecialParagraph {
	font-size: x-large;
	text-align: left;
}
.SpecialParagraphh {
	opacity: 30%;
}
.mainNavContainer {
	display:flex;
	flex-direction: row;
}
.mainNavItem1 {
	padding: 20px;
	font-size: 30px;
	text-align: center;
	justify-self: start;
  }
  .mainNavItem2 {
	justify-self: end;
  }




body {
	
	background-image:url("http://www.pixelstalk.net/wp-content/uploads/2016/06/Northern-Lights-HD-Background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
a:link, :visited {
	color: #45A29E;
	text-decoration: none;
}
a:hover {
	opacity: 0.5;
	text-decoration: none;
}
a:active {
	color: #45A29E;
	text-decoration: none;
}
ol	{
	list-style:circle;
}
h1 {
	text-shadow:0.1em 0.1em 0 #66fcf260;
}
h2 {
	font-size: small;
	text-shadow:0.1em 0.1em 0 #66fcf260;
}
h3 {
	text-align: left;
}
figcaption {
	opacity: 70%;
	text-align: center;
}

