@charset "utf-8";
/* CSS Document */


/* General CSS ------------------------------- */
Body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	min-width: 900px;
	min-height: 500px;
}


@font-face {
    font-family: 'SpartanMB-ExtraBold';
    src: url('fonts/SpartanMB-ExtraBold.eot');
    src: url('fonts/SpartanMB-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SpartanMB-ExtraBold.woff2') format('woff2'),
        url('fonts/SpartanMB-ExtraBold.woff') format('woff'),
        url('fonts/SpartanMB-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
  	font-family: 'hattori_hanzo-webfont';
  	src: url('fonts/hattori_hanzo-webfont.eot?') format('eot'), url('fonts/hattori_hanzo-webfont.woff') format('woff'), url('fonts/hattori_hanzo-webfont.ttf') format('truetype');
}

@font-face {
  	font-family: 'hattori_hanzo_italic-webfont';
  	src: url('fonts/hattori_hanzo_italic-webfont.eot?') format('eot'), url('fonts/hattori_hanzo_italic-webfont.woff') format('woff'), url('fonts/hattori_hanzo_italic-webfont.ttf') format('truetype');
}

a:link {
    color: #888;
	text-decoration: none;
}

a:visited {
    color: #888;
	text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #fff;
	text-decoration: none;
}

/* selected link */
a:active {
    color: #888;
	text-decoration: none;
}


/* index wrapper CSS ------------------------------- */

.indexcentralwrapper {
	height: 100%;
	width: 100%;
	font-family: hattori_hanzo_italic-webfont;
	font-size: 15px;
	color: #888;
	background-color: #000;
	letter-spacing: 0.1em;
	position: fixed;
	min-width: 700px;
	min-height: 500px;
}

/* white shapes CSS ------------------------------- */

.leftshape {
	height: 100%;
	width: 150px;
	left: -50px;
	background-color: #FFF;
	position: fixed;
	transform: skew(4deg);
     -webkit-transform: skew(4deg);
}

.topshape {
	height: 150px;
	width: 100%;
	top: -70px;
	background-color: #FFF;
	position: fixed;
	margin:3px 0 0 30px;
     -webkit-transform: rotate(-4deg);
     transform: rotate(-4deg);
     -webkit-transform-origin: 0 100%;
     transform-origin: 0 100%;

}

.rightshape {
	height: 100%;
	width: 150px;
	right: -90px;
	background-color: #FFF;
	position: fixed;
	transform: skew(175deg);
     -webkit-transform: skew(175deg);
}

.bottomshape {
	height: 150px;
	width: 100%;
	bottom: -80px;
	background-color: #FFF;
	position: fixed;
	margin:3px 0 0 -10px;
     -webkit-transform: rotate(4deg);
     transform: rotate(4deg);
     -webkit-transform-origin: 0 100%;
     transform-origin: 0 100%;

}


.indexlogo {
	position: absolute;
	margin: 3px 0 0 -337.5px;
	left: 50%;
	top: 40%;
	z-index: 10;
	text-align: center;
	-webkit-animation-delay: 0.5s;
}




.logobox {
	position: absolute;
	width: 690px;
	height: 92px;
	border-style: solid;
	border-width: 1px;
	border-color: #888;
	margin: 0 0 0 -345px;
	left: 50%;
	top: 40%;
	z-index: 10;
	text-align: center;
}


.bottomtext {
	position: relative;
	top: 85%;
	z-index: 10;
	text-align: center;
}

/* info CSS ------------------------------- */


.infowrapper {
	position: relative;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 7%;
	margin-bottom: 10%;
	font-size: 1.2em;
	line-height: 1.5em;
	font-family: 'hattori_hanzo_italic-webfont';
}




.leftinfotext {
	float: left;
	font-size: 1.6em;
	display: inline-block;
	padding-right: 0px;
	padding-left: 50px;
	width: 80%;
	color: #c1bfbf;
	font-family: 'SpartanMB-ExtraBold';
	clear: both;
}

.leftinfotextsmall {
	float: left;
display: inline-block;
	padding-right: 0px;
	padding-left: 50px;
	width: 80%;
	color: #c1bfbf;
font-family: 'hattori_hanzo_italic-webfont';
margin-bottom: 40px;
font-size: 1.3em;
clear: both;
}

.sociallogos {
	float: left;
	display: inline-block;
	padding-left: 50px;
	padding-top: 30px;
	padding-bottom: 50px;
	clear: both;
}

.individuallogo {
	float: left;
	display: inline-block;
	width: 40px;
	padding-right: 50px;
}

.individuallogolarge {
	float: left;
	display: inline-block;
	width: 140px;
	padding-right: 40px;
}
