@charset "utf-8";
/* CSS Document */




@font-face {    font-family: 'futura_ltlight';    src: url('../fonts/futuralt-light-webfont.eot');    src: url('../fonts/futuralt-light-webfont.eot?#iefix') format('embedded-opentype'),         url('../fonts/futuralt-light-webfont.woff') format('woff'),         url('../fonts/futuralt-light-webfont.ttf') format('truetype'),         url('../fonts/futuralt-light-webfont.svg#futura_ltlight') format('svg');    font-weight: normal;    font-style: normal;	}
html, body {
	background-color:white;
	width:100%;
	margin:0 auto;	
	color:#282a73;
	height:100%;	font-family: 'futura_ltlight', sans-serif;
}
#header {
	padding-top:75px;
	padding-bottom:75px;
	width:100%;
	margin:0 auto;
}
.innerContent {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	text-align:center;
	
}

#logo {
	width:100%;
	max-width:500px;
	text-align:center;
	
}
#wrapper {
	position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
    line-height:100%;
}

h1 {
	font-family: 'futura_ltlight', sans-serif;
	font-weight:400;
	font-size:44px;
	margin-top:0px;
	text-align:center;
	text-transform:uppercase;

}

h2 {
	font-family: 'futura_ltlight', sans-serif;
	font-weight:400;
	font-size:22px;
	margin-top:0px;
}
p {
	font-size:18px;
	text-align:center;
	margin-bottom:0;
	padding-left:10px;
	padding-right:10px;	font-family: 'futura_ltlight', sans-serif;
}

a {
	color:white;

	outline:none;
	border:none;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

#story {
	background-color:#282a73;
	color:white;
	text-align:center;
	width:100%;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:50px;
}

#services {
	background-color:white;
	color:#282a73;
	text-align:center;
	width:100%;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:50px;
}

#contact {
	background-color:#282a73;
	color:white;
	text-align:center;
	width:100%;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:50px;
}

ul {
	width:100%;
	max-width:600px;
	margin:0 auto;
	padding:0;
	text-align:left;
	padding-left:10px;
	padding-right:10px;

}

li {
	font-size:18px;
    padding: 5px 0px;
}



@media all and (max-width: 540px) {
 p{
	 font-size:14px;
 }
 h1 {
	 font-size:32px;
 }

}