@charset "UTF-8";
@import url("../webfonts/AmbleLightCondensed/stylesheet.css");
@import url("../webfonts/AnonymousRegular/stylesheet.css");
@import url("../webfonts/AmbleLight/stylesheet.css");
@import url("../webfonts/AmbleLightItalic/stylesheet.css");
@import url("../webfonts/AmbleRegular/stylesheet.css");
@import url("../webfonts/AmbleBold/stylesheet.css");
/* CSS Document */

html {
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
div
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}
body {
	background: #fff url(../images/home-bg.gif) no-repeat fixed center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#home-container {
	position: relative; 
	width: 100%; 
	margin: 1em auto; 
	padding: 0; 
}
.navlist {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.navlist img {
	width: 192px;
	height:auto;
	margin: 1.25em 0 0 0;
}
video {
	margin: .1em 0 0 0;
}
.text a {
	font-size: 0.7em;
	line-height: .1em;
	color: #333;
	font-family: AmbleRegular, Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 0.1em;
	
	margin: 0 auto;
	text-decoration: none;
	background-color: rgba(255,255,255,1.00);
	width: 300px;
	height: 50px;

}
#footer_outer {
	width: 100%;
	height: 40px;
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
}
#footer_outer p {
	font-size: 10px;
	line-height: 18px;
	color:#333;
	margin: 0;
	padding: 0;
	font-family: AmbleLightCondensed, Arial, Helvetica, sans-serif;
	
	letter-spacing: 0.1em;
	white-space: nowrap;
}
.footer_13 {
	font-size: 13px;
	line-height: 18px;
	color: #333;
	letter-spacing: 0.2em;
}
.darker-gray {
	font-size: 13px;
	font-family: AmbleBoldCondensed, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000;
}
.clear {
	clear: both;
	font-size: 1px;
}
