@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,700,700i');

/* Global Styles */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;	
	color: #fff;
	background: #000 url(../images/IehB7.png) 0px 0px;
}

.page {
	max-width: 1200px;
	margin: auto auto;
	position: relative; background-color: #000;
}

/* Section - All */

a.btn { font-size: 1.2em; text-decoration: none; color: #fff; border: 1px solid #fff; padding: 4px 15px; transition: background-color .5s; }
a.btn:hover { background-color: rgba(0,0,0,.3); }

section { padding: 0 30px;  }
section::after { content:''; display: block; clear: both; }

header { 
	height: 175px; background: #01cc00 url(../images/HomePgBanner2.png) no-repeat center bottom; position: relative; 
}

header a.logo {
	position: absolute;
	display: block;
	width: 160px;
	height: 66px;
	text-decoration: none;
	color: #000;
	font-size: 1.6em;
	font-weight: 700;
	left: 10px;
}

header div.subtitle {
	position: absolute;
	width: 16%;
	top: 110px;
	right: 83.5%;
}

nav a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	font-size: .9em;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-clip: padding-box;
}

nav a:hover { background-color: #09F; }


h1 { color: #ffffff; margin: 0em 0em .5em 0em; font-size: 2em; font-weight: normal; }
h2 { font-size: 1.7em; margin: 0em 0em 1em 0em; }
h3 { font-size: 1.5em; margin: 0em 0em 1em 0em; }
h6 { margin: 0 0 .5em 0; font-size: .8em; font-weight: 400; color: #000; }

p { margin: 0px 0px .75em 0px; }
a { color: #fff; }
a:hover { color: #fff; }




footer { font-size: .85em; color: #fff; background-color: #000; padding: 30px 0px 10px 20px; }
footertwo { 
	font-size: .85em;
	color: #fff;
	background-image: linear-gradient(bottom top, blue , white);
	
}

	height: 50px;
	clear: both;
	background-color: #000;
	width: 1211px;
	background-image: url(footer1.jpg);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}

.clear-fix { clear: both; line-height: 1px; }



