@charset "UTF-8";
/* Body */
body {
	font-family:avenir;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}

h1 {
	color: #00b4ec;
	letter-spacing: 1px;
	font-size: 40px;
}

h2 {
	color: #00b4ec;
	letter-spacing: 1px;
	font-size: 40px;
	text-align: center;
}

h3 {
	color: #00b4ec;
	letter-spacing: 0px;
	font-size: 20px;
	font-weight: 150;
}

/* Container */
.container {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #FFFFFF;
	display: block;
}
/* Navigation */
header {
	width: 100%;
	height: 14%;
	background-color: #FFFFFF;
	display:inline-block;
}
.logo {
	width: 25%;
	float: left;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 50px;
}

nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 50px;
	margin-top: 70px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #00b4ec;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight:100;
	transition: all 0.3s linear;
}
ul li a {
	color: #00b4ec;
	text-decoration: none;
}
ul li:hover a {
	color: #ffb400;
}

.active {
	color: #ffb400;
	}

.hero_header {
	color: #00b4ec;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
	font-size: 40px;
	text-shadow: 0px 0px 10px #ffffff;
}
/* Hero Section */
.hero {
	background-image:url(../images/WebBanner.jpg);
	height: 40px;
	padding-top: 150px;
	padding-bottom: 150px;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: 25%;
	text-align: center;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	color: #A3A3A3;
	margin-bottom: 100px;
	margin-top: 100px;
	margin-left: 5%;
}

.text_column2 {
	width: 55%;
	text-align:center;
	font-weight: lighter;
	line-height: 25px;
	float: right;
	margin-left: 23%;
	margin-right: 23%;
	margin-bottom: 100px;
	color: #A3A3A3;
}

.contact1 {
	width: 50%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	color: #A3A3A3;
	margin-bottom: 50px;
	margin-left: 20%;
	display: block;
}

.contact2 {
	width: 20%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	color: #A3A3A3;
	margin-bottom: 120px;
	margin-top: 70px;
	margin-left: 40%;
	display: block;
	position: absolute;
}

.symbolbox {
	position: relative;
	width:30%;
	margin-top: 100px;
}

.symbol {
	position: absolute;
    top: 50%;
	margin-left: 55%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
}

.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	font-weight: lighter;
	font-size: 11px;
	letter-spacing: 1px;
}

.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 320px) {
	
header {
	width: 100%;
	height: 20%;
	background-color: #FFFFFF;
	display: inline-block;
}
.logo {
	width: 70%;
	text-align: center;
	margin-top: 30px;
	margin-right: 12%;
	margin-bottom: 5px;
	margin-left: 12%;
}
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #FFFFFF;
	display: block;
}

.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -50px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #ffffff;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	font-size: 9.5px;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	line-height: 28px;
	text-align: center;
	font-size: 18px;
	margin-top: -70px;
	text-shadow: 0px 0px 10px #ffffff;
}
.hero {
	background-image:url(../images/WebBanner.jpg);
	height: 0px;
	margin-top: 20px;
	padding-bottom: 50px;
}
.about {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	display: inline-block;
	background-color: #FFFFFF;
}
h1 {
	color: #00b4ec;
	letter-spacing: 1px;
	font-size: 21px;
}
h2 {
	color: #00b4ec;
	letter-spacing: 1px;
	font-size: 15px;
	text-align: center;
}
.text_column2 {
	width: 80%;
	text-align:center;
	font-weight: lighter;
	line-height: 13px;
	float: right;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 30px;
	color: #A3A3A3;
	font-size: 10px;
}
.text_column {
	width: 80%;
	text-align: center;
	font-weight: lighter;
	line-height: 13px;
	float: left;
	color: #A3A3A3;
	margin-bottom: 80px;
	margin-top: -25px;
	margin-left: 10%;
	font-size: 10px;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	font-weight: lighter;
	font-size: 7px;
	letter-spacing: 1px;
	width: 100%;
}

.symbolbox {
	width:30%;
	margin-top: 60px;
	margin-left: 35%;
}

.symbol {
	position:inherit;
	width: 80px;
	height: 80px;
}
.contact1 {
	width: 80%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	color: #A3A3A3;
	margin-left: 0px;
	display: block;
}

.contact2 {
	width: 80%;
	text-align: left;
	font-weight: lighter;
	line-height: 16px;
	float: left;
	color: #A3A3A3;
	margin-bottom: 40px;
	margin-top: 0px;
	margin-left: 20px;
	display: block;
	position: inherit;
	font-size: 13px;
}

}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
header {
	width: 100%;
	height: 18%;
	background-color: #FFFFFF;
}
.logo {
	width: 80%;
	align-items: center;
	margin-bottom: 30px;
	color: #043745;
}
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #FFFFFF;
	display: block;
}

.container header nav {
	margin-top: 0px;
	margin-right: 0%;
	margin-left: 0%;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #ffffff;
}
header nav ul {
	padding: 0px;
	float: right;
	margin-right: 5%;
}
nav ul li {
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	letter-spacing: 1px;
}
.hero {
	background-image:url(../images/WebBanner.jpg);
}	
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 35px;
	text-align: center;
	font-size: 24px;
	margin-top: -5px;
	text-shadow: 0px 0px 10px #ffffff;
}	
h2 {
	color: #00b4ec;
	letter-spacing: 1px;
	font-size: 25px;
	text-align: center;
}	

.text_column {
	width: 100%;
	text-align: center;
	font-weight: lighter;
	font-size: 14px;
	line-height: 19px;
	float: left;
	color: #A3A3A3;
	margin-bottom: 130px;
	margin-top: -25px;
	margin-left: 0px;
}
.text_column2 {
	width: 90%;
	text-align:center;
	font-weight: lighter;
	font-size: 14px;
	line-height: 19px;
	float: right;
	margin-left: 7%;
	margin-right: 7%;
	margin-bottom: 100px;
	color: #A3A3A3;
}
.symbolbox {
	width:30%;
	margin-top: 90px;
	margin-left: 35%;
}	
.symbol {
	position:inherit;
}	
.contact1 {
	width: 80%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	color: #A3A3A3;
	margin-left: 0%;
	margin-bottom: 20px;
	display: block;
}

.contact2 {
	width: 80%;
	text-align: left;
	font-weight: lighter;
	line-height: 18px;
	float: left;
	color: #A3A3A3;
	margin-bottom: 40px;
	margin-top: 0px;
	margin-left: 0%;
	display: block;
	position: inherit;
	font-size: 16px;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	font-weight: lighter;
	font-size: 8px;
	letter-spacing: 1px;
	width: 100%;
}	
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {


header {
	width: 100%;
	height: 12%;
	background-color: #FFFFFF;
}
.logo {
	width: 32%;
	float: left;
	margin-top: 50px;
	margin-bottom: 10px;
	margin-left: 30px;
}	
nav {
	float: right;
	width: 57%;
	text-align: right;
	margin-right: 15px;
	margin-top: 70px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #00b4ec;
	font-size: 11px;
	text-align: left;
	margin-right: 10px;
	letter-spacing: 0.5px;
	font-weight:100;
}	
.hero {
	background-image:url(../images/WebBanner.jpg);
	height: 40px;
	padding-top: 150px;
	padding-bottom: 150px;
}	
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 55px;
	text-align: center;
	font-size: 40px;
	margin-top: -50px;
}	
.text_column {
	width: 82%;
	text-align: center;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	color: #A3A3A3;
	margin-bottom: 130px;
	margin-top: -25px;
	margin-left: 10%;
	margin-right: 10%;
}
.symbolbox {
	width:30%;
	margin-top: 90px;
	margin-left: 35%;
}	
.symbol {
	position:inherit;
}
.contact1 {
	width: 80%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	color: #A3A3A3;
	margin-left: 15%;
	margin-bottom: 20px;
	display: block;
}

.contact2 {
	width: 80%;
	text-align: left;
	font-weight: lighter;
	line-height: 18px;
	float: left;
	color: #A3A3A3;
	margin-bottom: 40px;
	margin-top: 0px;
	margin-left: 15%;
	display: block;
	position: inherit;
	font-size: 16px;
}
}
