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

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	text-decoration: none;
	-webkit-text-size-adjust: none; 
	/* -webkit-font-smoothing: antialiased; */
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; */
}

html {	
	overflow-x: auto; overflow-y: scroll; 
}
html, body { 
	height: 100%; 
}

body{
  	background: #000;
  	font-size: 100%;
  	font-family: Arial, Arial, Helvetica, sans-serif;
  	text-align: center;
  	font-weight: 400;
  	color: #d4af37; 
 }
 
.site {
	position: relative; 
	height: auto !important; 
	height: 100%; 
	min-height: 100%; 
	width: 100%; 
	min-width: 320px;
}
.wrapper {
	position: relative; 
	/* background: #000; */
	max-width: 768px;
	margin: 0 auto;
	z-index: 2;
}

img {
	width: 100%; 
	height: auto; 
}
.header { 
	/*font-size: 1.625em; */
	padding: 60% 0em 2em 0em;
}
.header img {
	max-width: 500px; 
}
.page {	
	padding: 0em 3em;
}

h1 {
  	text-align: center;
  	font-weight: 600;
  	font-size: 2.125em;
	padding: 2em 0em 0em 0em;
  	color: #d4af37; 
}
p {
	padding: 2em 0em 2em 0em;
	font-size: 1.625em; 
}
p.padding-top {
	padding-top: 2em;
}

.title {
	display: inline-block;
	background: #000; 
	text-align: center;
  	font-weight: 600;
  	font-size: 2.125em;
	padding: 0.1em 0.4em;
	margin-bottom: 0.4em;
  	color: #d4af37; }
.subtitle {
	display: inline-block;
	background: #000; 
	padding: 0.1em 0.4em;
	font-size: 1.625em; }


hr {
	font-size: 1.625em;
	margin-bottom: 2em; 
	background-color: #646363; 
	height: 1px; 
}

.footer { 
	position: absolute; 
	bottom: 0;	
	width: 100%;
	height: 500px; 
	z-index: 1;
}
.footer-content {	
	height: 500px;
}


.bg {position: absolute; height: 100%; width: 100%; top: 0; left: 0;}
.bg-image { position: absolute; height: 100%; width: 100%; top: 0; left: 0; background: url('../img/c_7P5WClnW8.jpg') no-repeat; background-size: cover; background-position: center center; z-index: -1; overflow: hidden; }
.bg-grid { position: absolute; height: 100%; width: 100%; top: 0; left: 0; background: url('../img/grid/grid2.png') repeat; z-index: 0;}