

html, body{
margin:0px; padding:0px;
background-color:#181818;
font-family: 'Economica', sans-serif;
font-size:12px;
color:#999;
}


 
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
    border-style:none;
}
 
header{
  z-index: 1;
  position:fixed;
  width:100%;
  height:50px;
  background-color:#000;
  
 
  
}

header a{
  font-family: 'Economica', sans-serif;
  font-weight: 400;
  font-size:11px;
  color:#FFF;
  text-decoration:none;
  text-transform:none;
  letter-spacing:2px;
  margin:0 20px;
  
  
}

header a:hover{
	color:#edd694;
}

header a:active{
	color:#edd694;
}



img.imgmargin1{
	margin:20px 20px auto 20px;
}

img.imgmargin2{
	margin:150px auto auto auto;
}

img.imgmargin3{
	margin:100px auto auto auto;
}

img.imgmargin4{
	margin:600px auto auto auto;
}

img.imgmargin5{
	margin:30px auto auto auto;
}

img.imgmargin6{
	margin:320px auto auto auto;
}

img.imgmargin7{
	margin:200px auto auto auto;
}

img.imgmargin8{
	margin:800px auto auto auto;
}
 

#hero1{
 background-image:url(../images/topback1.jpg);
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
  font-family: 'Economica', sans-serif;
  height:1800px;

}

#hero2{
  background-image:url(../images/topback2.jpg);
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
  font-family: 'Economica', sans-serif;

  height:1000px;

 

}
#hero3{
	background-image:url(../images/topback3.jpg);
  background-size:cover;
  background-position:center center;

  background-attachment:fixed;
  font-family: 'Economica', sans-serif;
  height:1000px;

}

#hero4{
	background-color:#181818;
  background-size:cover;
  background-position:center center;
  font-family: 'Economica', sans-serif;
	font-weight: 400;
	font-size:12px;
  background-attachment:fixed;
  height:600px;

}

#hero5{
	background-color:#181818;
  background-size:cover;
  background-position:center center;
  font-family: 'Economica', sans-serif;
	font-weight: 400;
	font-size:12px;
  background-attachment:fixed;
  height:400px;

}


.hero, .content{
  text-align:center;
  position:relative;
  width: 100%;


}
 
.inner{
  min-height:400px;
  position: relative;
}
 

.box1{
	float:left;

}

.box2{
	float:inherit;
	margin-top:170px;
	padding-left:20px;
	padding-right:20px;
	
	font-family: 'Economica', sans-serif;
	font-weight: 700;
	font-size:12px;
	letter-spacing: 0.5em;
    color:#fff;
	width:400px;
	height:400px;
}

.box3{
	float:right;

}

.box4{
	float:inherit;
	margin-top:170px;
	padding-left:20px;
	padding-right:20px;
	
	font-family: 'Economica', sans-serif;
	font-weight: 700;
	font-size:12px;
	letter-spacing: 0.2em;
    color:#fff;
	width:400px;
	height:400px;
}

/* panel images */
.mb-inside img {
  width: 100%;
}


#slider-one p, #slider-two p, #slider-three p, #slider-four p, #slider-five p {
font-size: 15px;
	color: #fff; 

	position:relative; 
	top:-2.8em; 
	text-align:center; 
	font-weight:bold; 
	 
	text-shadow:none;
}
	
.mb-inside a, .mb-inside a:visited {color:#999; text-decoration:none; font-size:11px; }
.mb-inside a:hover {color:#fff; text-decoration:none; font-size:13px; cursor:pointer}

#footer{
	font-family: 'Economica', sans-serif;
	font-weight: 700;
	font-size:12px;
	letter-spacing: 0.2em;
    color:#fff;
}
	