@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  src: url(robotomono-webfont.woff) format('truetype');
}

body {
	background-color: #070707; /* #26353f; */
	margin: 0;
	padding: 0;
	font-family: "DejaVu Sans", sans-serif;
}
.half-box-1 {
	position: absolute;
	width: 50%;
	margin-left: 0%;
	margin-top: 7%;
}
.half-box-2 {
	position: absolute;
	width: 50%;
	margin-left: 50%;
	margin-top: 0%;
}
.pageContainer {
	height: 100%;
	width: 100%;
	position: absolute;
	background-image: url("clouds.jpg");
	background-size: cover;
}
.vertAlign {
	position: relative;
	top: 15%;
	width: 50%;
	min-width: 750px;
	margin: auto;
}

.textContainer {

}
.headerText {
	position: relative;
	text-align: center;
	font-size: 32pt;
	color: #e5e9f0;
	font-family: "Roboto Mono";
}
#hr1 {
	position: relative;
	height: 1px;
	width: 50%;
	border: 1px solid #ffffff;
}
.boxContainer {
	display: table;
	width: 200px;
	border-spacing: 25px;
	margin: auto;
	text-align: right;
}
.box {
	display: table-cell;
	width: 200px;
	height: 200px;
	background-color: #333333;
	border: 1px solid #dddddd;
	padding: 10px;
	-webkit-box-shadow: 9px 9px 9px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 9px 9px 2px rgba(0,0,0,0.5);
	box-shadow: 9px 9px 9px 2px rgba(0,0,0,0.5);
}

.box2 {
	position: relative;
	width: 400px;
	height: 660px;
	background-color: #333333;
	border: 1px solid #dddddd;
	padding: 0px 10px;
	-webkit-box-shadow: 9px 9px 9px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 9px 9px 9px 2px rgba(0,0,0,0.5);
	box-shadow: 9px 9px 9px 2px rgba(0,0,0,0.5);
}

.eadd {
	text-align: left
}

.boxText {
	color: #eceff4;
	font-family: "Roboto Mono";
}
.boxHeader {
	font-size: 14pt;
	text-align: center;
	vertical-align: middle;
	height: 27px;
	color: #070707;
	font-family: "Roboto Mono";
}
#boxHeader1 {
	background-color: #888888;
}
#boxHeader2 {
	background-color: #888888;
}
#boxHeader3 {
	background-color: #888888;
}

a:link,
a:visited {
	text-decoration: none;
	color: #e5e9f0;
}

ul {
	list-style-type: none;
	text-align: left;
	padding: 0;
	color: #e5e9f0;
}

u2 {
	list-style-type: none;
	text-align: center;
	color: #e5e9f0
}

@media only screen and (max-width: 871px) {
	.box {
		display: block;
		width: 75%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 24px;
	}
	.vertAlign {
		transform: translateY(0%);
		top: 0%;
		bottom: 0%;
	}
}
.searchForm {
	padding-left: 26px;
	padding-right: 26px;
}
.searchInput {
	width: 100%;
	border: none;
	margin: auto;
	display: block;
	padding: 5px 5px;
	background-color: #343d46;
	border: 10px solid #28323b;
	-webkit-box-shadow: 7px 7px 5px 1px rgba(0,0,0,0.6);
	-moz-box-shadow: 7px 7px 5px 1px rgba(0,0,0,0.6);
	box-shadow: 7px 7px 5px 1px rgba(0,0,0,0.6);
	font-size: 14pt;
	color: #eff1f5;
	outline: #95a5a6 solid 4px;
}
