@font-face {
	font-family: 'StratumLight';
	src: url('../fonts/Stratum1WebLight.woff') format('woff');
	font-weight: normal; font-style: normal;
}

@font-face {
	font-family: 'StratumBold';
	src: url('../fonts/Stratum2WebBold.woff') format('woff');
	font-weight: normal; font-style: normal;
}

@font-face {
	font-family: 'StratumBlack';
	src: url('../fonts/Stratum2WebBlack.woff') format('woff');
	font-weight: normal; font-style: normal;
}

@font-face {
	font-family: 'DIN';
	src: url('../fonts/DIN-Medium.woff') format('woff');
	font-weight: normal; font-style: normal;
}

@font-face {
	font-family: 'DIN';
	src: url('../fonts/DIN-Medium.woff') format('woff');
	font-weight: 500; font-style: normal;
}

@font-face {
	font-family: 'DINBold';
	src: url('../fonts/DIN-Bold.woff') format('woff');
	font-weight: 700; font-style: normal;
}

@font-face {
	font-family: 'Digital7';
	src: url('../fonts/Digital-7Mono.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font: 400 18px/1.88889 StratumBold, Arial, sans-serif;
	background: #0b121e;
	touch-action: none;
}

table, tr, td {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

* {
	position: absolute;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
}

.backface {
	-webkit-backface-visibility: hidden;
}

.css-animate {
	transition: 0.5s all;
	-webkit-mask-image: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0, 1) 25%);
}

.fade-right {
	-webkit-mask-image: -webkit-linear-gradient(left, rgba(0,0,0,0.1) 0%, rgba(0,0,0, 1) 25%, rgba(0,0,0,1) 75%, rgba(0,0,0, 0.1) 100%);
}

.fade-bottom {
	-webkit-mask-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0, 1) 25%, rgba(0,0,0,1) 75%, rgba(0,0,0, 0.3) 100%);
}

.fade-scroll-bottom {
	-webkit-mask-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0, 1) 25%);
}

.fade-scroll-top {
	-webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0, 1) 25%);
}

input {
	background: transparent !important;
	user-select: all;
	-moz-user-select: all;
	-webkit-user-select: auto !important;
	-o-user-select: all;
	-ms-user-select: all;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	background: none;
}

span, br, p, a, li {
	position: relative;
}

li {
	margin-bottom: 7px;
}

ul, ol {
	margin: 0;
	padding: 0;
}
