body {
/*	background-color: #273136;*/
	background-color: #101010;
	font-family: sans-serif;
/*	color: #f2fffc;*/
	color: #E0E0E0;
	font-size: 1.25rem;
}

#main {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}

a:active, a:focus {
	outline: 0;
	border: none;
	-moz-outline-style: none;
}

a {
	color: #4e9ed9;
	text-decoration: none;
}

.headerBG {
	background-color: #070707;
}

.nav {
	position: sticky;
	top: 0;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 2.5rem;
}

.navMainItem {
	position: relative;
	height: 100%;
	width: auto;
	padding: 0 1rem;
	text-align: center;
	display: inline-block;
	color: #F0F0F0;
	cursor: pointer;
}

.navMainItem span {
	position: relative;
	top: 20%;
	font-size: 1.25rem;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
}

.navMainItem:hover {
/*	color: #ffed32;*/
/*  color: #9f8d12;*/
  color: #dfbd12;
}

#navMobile {
	display: none;
}

.mobileMenu {
	position: relative;
	left: 0;
	width: 40%;
	height: 100%;
	text-align: center;
	display: inline-block;
	color: #F0F0F0;
	font-size: 1.5rem;
	cursor: pointer;
}

.mobileMenu i {
	font-size: 2.5rem;
	position: relative;
}

.mobileMenu div {
	position: relative;
	display: inline-block;
	margin-left: 5px;
	bottom: 10px;
}

#mobileContent {
	overflow-y: scroll;
	max-height: 60%;
	display: none;
	position: fixed;
	z-index: 1;
	margin: 0;
	padding: 0;
	text-align: center;
}

#mobileContent ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}

#mobileContent li {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}

.abovePage {
	display: none;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: center;
	background-color: rgba(0,0,0,0.9);
}

.commandIcon {
	position: fixed;
	display: inline-block;
	color: #f2fffc;
	font-size: 5rem !important;
	margin-top: 0;
	margin-bottom: 0;
	cursor: pointer;
}

.commandIcon:hover {
	color: #ffed32;
}

.close {
	position: absolute;
	top: 0;
	right: 0;
}

.aboveContainer {
	position: relative;
	top: 70px;
	width: auto;
	height: auto;
	background-color: #273136;
	color: #f2fffc;
	border: 8px solid #9f8d12;
	text-align: center;
	padding-top: 2%;
	display: inline-block;
	overflow: auto;
}

.formCommon {
	display: block;
	margin: 5%;
}

.formCommon input {
	width: 70%;
}

.formCommon button {
	width: 70%;
	padding: 0;
	font-size: 1rem;
	font-weight: bold;
	cursor: pointer;
}

#descContainer {
	position: relative;
	left: 15%;
	width: 70%;
	height: auto;
	padding: 2.5% 5% 2.5% 5%;
	box-sizing: border-box;
	border-left: 1px solid #9f8d12;
	border-right: 1px solid #9f8d12;
}

.naked {
  text-decoration: none;
  color: #E0E0E0;
}

.link {
  color: #dfbd12;
}

@media screen and (max-width: 700px) { /*900*/

	#descContainer {
		top: 20px;
		left: 0;
		width: 100%;
		padding: 5%;
    border-left: none;
    border-right: none;
	}

	#navMain {
		display: none;
	}

	#navMobile {
		display: inline-block;
	}

	.navMainItem {
		margin-top: 3px;
		margin-bottom: 3px;
	}

	.aboveContainer {
		border: 5% solid #6F2232;
	}

	h3 {
		font-size: 1rem;
	}
}