body {
	background-image: url('images/ee-background.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	background-size: cover;
	font-family: helvetica, arial;
	color: #000;
	padding: 0px;
	margin: 0px;
}

/* BLUE HEX: #0080c0 */

@font-face {
	font-family: 'impactreg';
	src: url('includes/fonts/impactreg.eot');
	src: local('impactreg'), url('includes/fonts/impactreg.woff') format('woff'), url('includes/fonts/impactreg.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_7349">Text with this font applied</p> */
.fontsforweb_fontid_7349 {
	font-family: 'impactreg' !important;
}

#bodyparent {
	display: block;
	float: left;
	width: 100%;
	height: 100%;	
}

.centered {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
	font-weight: bold;
}

.center {
  margin: auto;
  width: 50%;
  padding: 15px;
}

#leftbox {
	width: 30%;
	/*border: 1px solid #ff00ff;*/
	display: block;
	float: left;
}

#rightbox {
	width: 30%;
	/*border: 1px solid #0000ff;*/
	display: block;
	float: right;
	color: #fff;
}

a {
	color: #0080c0;	
}

h1 {
	color: #2f5374;
	font-size: 100px;
	font-family: 'impactreg';
	margin-block-start: 0em;
	margin-block-end: 0em;
}

h3 {
	color: #c0c0c0;
	font-size: 50px;
	font-family: 'impactreg';
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-right: 10px;
}

#mainmenu {
	display: block;
	float: left;
	width: 100%;
	height: 50px;
	border-top: 1px solid #0080c0;	
	border-bottom: 1px solid #0080c0;
	margin-top: 50px;
}

#menucontent {
	padding-top: 12px;
	max-width: 1000px;
	margin: auto;
	text-align: center;
	font-size: 20px;
}

#menucontent a {
	text-decoration: none;
	color: #0080c0;
}

#menulogo {
	margin-top: -6px;
	max-width: 200px;
	float: left;
	font-family: 'impactreg';
	font-size: 30px;	
}

#menuitem {
	margin-right: 30px;	
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 3.5rem;            /* Footer height */
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);  
	color: #c0c0c0;
}

#footer div {
  opacity: 0.5;
}

.blur {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}