@import url(http://weloveiconfonts.com/api/?family=zocial);
@import url(http://weloveiconfonts.com/api/?family=brandico);
@import url(http://fonts.googleapis.com/css?family=Economica:400);

html{
    height: 100%;padding: 0px;margin: 0px;min-height: 100%;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
height: 100%;
padding: 0px;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 21px;
font-weight:400;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
background: #fff;
}
#layout{
min-height: 100%;
height: auto !important;
height: 100%;
width:100%;
margin: 0;
font-weight: lighter;
}

footer {
width: 100%;
bottom: 0px;
float:left;
right:0px;
padding-bottom:10px;
margin-top:30px;
left:0px;
clear:both; 
}

h1, h2, h3, h4, h5, h6{
	color:#133165;
	font-weight: normal;
	letter-spacing: 1px;
}
h1{font-size: 63px; line-height: 100%;}
h5{font-size: 28px; line-height: 35px; color: #b7b7b7;}

a {
	color: #b7b7b7;
	text-decoration:none;
	font-weight: normal;
}
a:hover {text-decoration:underline;}
#content a {
	color:#133165;
	text-decoration:none;
	font-weight: normal;
}
#content  a:hover {text-decoration:none;color: #b7b7b7;}

#maximage {
	display:none;
	position:fixed !important;
}
.gradient {
	left:0;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
	z-index:999;
}
.show{display: block;}
.hide{opacity: 0;}

/* Set Page Elements */
#content { 
	float:left;
	text-align:center;
	top:240px;
	width:100%;
	z-index:9999;
	-webkit-font-smoothing:antialiased;
}
.social-nav {
	position:absolute;
	top: 10px;
	left: 10px;
}
.social-nav ul {margin: 0; padding:0;}
.social-nav ul li{
	list-style: none;
	display:block;
	float: left;
	background: #133165;
	padding:10px 10px 5px 10px;
	margin: 2px;
	opacity: .5;
}
.social-nav ul li:hover {opacity: 1;}
#logo{width:100%;
float:left;
margin-top:180px;
text-align:center;
}

@media screen and (max-width: 37.5em) 
{
 
  
}

@media screen and (min-width: 37.5em) and (max-width: 64em) 
{

 
}

@media screen and (min-width: 64em) 
{
   .fonts{font-size: 200%;} 
}

