body {
	font-family: 'Share Tech Mono', monospace;
	font-size: 1.25em;
	background-color: #232323;
	color: #8ce10b;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

 /* unvisited link */
a:link {
	color: #008df8;
	text-decoration: none;
}

/* visited link */
a:visited {
	color: #6d43a6;
	text-decoration: none;
}

/* mouse over link */
a:hover {
	color: #00d8eb;
	text-decoration: underline;
}

/* selected link */
a:active {
	color: #9a5feb;
	text-decoration: none;
}

.color-dark1 {
	color: #232323;
}
.color-red1 {
	color: #ff000f;
}
.color-green1 {
	color: #8ce10b;
}
.color-orange1 {
	color: #ffb900;
}
.color-blue1 {
	color: #008df8;
}
.color-purple1 {
	color: #6d43a6;
}
.color-cyan1 {
	color: #00d8eb;
}
.color-light1 {
	color: #ffffff;
}

.bottomnav {
	overflow: hidden;
	background-color: #232323;
	color: #8ce10b;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding-left: 28px;
	padding-right: 28px;
}

/* Style the top navigation bar */
.topnav {
	overflow: hidden;
	background-color: #8ce10b;
	color: #232323;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	padding-left: 28px;
	padding-right: 28px;
}

/* Style the topnav links */
.topnav a {
	display: block;
	color: #232323;
	text-align: center;
	text-decoration: none;
	font-size: inherit;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.active {
	background-color: #232323;
	color: #8ce10b;
}

/* Change color on hover */
.topnav a:hover {
	background-color: #232323;
	color: #8ce10b;
}

.dropdown {
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.dropdown .dropbtn {
	font-size: inherit;   
	border: none;
	outline: none;
	color: #232323;
	background-color: inherit;
	font-family: inherit;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.dropbtn .active {
	background-color: #232323;
	color: #8ce10b;
}

.dropdown-content {
	display: none;
	position: fixed;
	overflow: visible;
	background-color: #8ce10b;
	min-width: 240px;
	z-index: 1;
}

.dropdown-content a {
	float: none;
	background-color: #8ce10b;
	color: #232323;
	padding: 2px, 8px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
	background-color: #232323;
	color: #8ce10b;
}

.active .topnav a:hover, .dropdown:hover {
	background-color: #8ce10b;
	color: #232323;
}

.active .dropbtn {
	color: #8ce10b;
}

.dropdown-content a:hover {
	background-color: #232323;
	color: #8ce10b;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.header {
	width: auto;
	margin-left: 28px;
	margin-right: 28px;
}

.content {
	width: auto;
	margin-left: 28px;
	margin-right: 28px;
	margin-top: auto;
	margin-bottom: auto;
}

.spacer {
	height: 29px;
}