html, body, div, span, p, a, del, em, img, ol, ul, li, fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body {
	line-height: 1;
	min-height:100%;
	font-family:Artial, Verdana, sans-serif;
}

body {
	text-align: center;
	background: #000;
	/*background: -webkit-linear-gradient(top, #eeeeee, #cccccc 100%);*/
	background: -moz-linear-gradient(top, #eeeeee, #cccccc 100%);
	background: -o-linear-gradient(top, #eeeeee, #cccccc 100%);
	background: -ms-linear-gradient(top, #eeeeee, #cccccc 100%);
	background: linear-gradient(top, #eeeeee, #cccccc 100%);
	background-attachment:fixed;
	background-color: #000 !important;
	height: 100% !important;
}
header {
	z-index: 10000;
}
section {
	height: 100vh;
	overflow: hidden;
	background-color: #000;
}
#half {
	height: 50vh;
	overflow: hidden;
	background-color: #000;
	position: relative;
	
}
ol, ul {
	list-style: none;
}

p {
	margin:1em 0;
	line-height:1.1em;
}

#wrap {
	background-color: #fff;
	height: 100px;
	width: 100%;
	position:absolute;
}
#inner {
	position: absolute;
	width: 60%;
	margin-right: 20%;
  	margin-left: 20%;
  	padding-top: 15px;
}
#white {
	background-color: #fff;
	padding: 100px 0;
	
}
#black {
	background-color: #000;
	height: 600px;
}

/*nav {
	height: 50px;
	background-color: #000;

  width: 100%;
  overflow: hidden;
  position: relative;

}
header {
	z-index: 10;
  position: fixed;
  height: 50px;
  width: 100%;
  overflow: hidden;

}*/


.light a, .light{
	color: #9d9d9d;
}
.light a:hover, .light:hover{
	color: #fff;
}
.dark a, .dark {
	color: #000;
}
#rev_slider_1_1_wrapper {
	z-index: 0;
}


/*header font style*/
.navbar-brand {
	
	padding-top: 14px;
	font-family: 'Knockout';
	font-size:1.2em;
	letter-spacing: 0.4em;
	color: #eee;
	text-align: left;
	padding-left: 20px;
}

.navbar-nav>li>a {
	padding-right:6px !important;
  padding-left:6px !important;
	font-family: 'ZonaPro';
	
	font-weight: 100;
	letter-spacing: 0.3em;
	font-size: 0.7em;
	
	padding-right: 20px;
	color: #eee;
}
.navbar-right {
	margin-right: 0 !important;
}
/*mobile nav customization*/
