
/*********************************************
 * FONT-FACE DEFINITIONS
 *********************************************/

@font-face {
	font-family: 'League Gothic';
	src: url('../assets/fonts/leaguegothic/league_gothic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/*********************************************
 * GLOBAL STYLES
 *********************************************/

html, body {
	position: relative;
	padding: 0;
	margin: 0;
	overflow: hidden;
	font-family: 'Lato', Times, 'Times New Roman', serif;
	font-weight: 100;
	letter-spacing: 0em;
	color: #333333;
	width: 100%;
	height: 100%;
	min-height: 600px;
}

html {
	background: #1c1e20;
	background: -moz-radial-gradient(center, ellipse cover, #555a5f 0%, #1c1e20 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#555a5f), color-stop(100%,#1c1e20));
	background: -webkit-radial-gradient(center, ellipse cover, #555a5f 0%,#1c1e20 100%);
	background: -o-radial-gradient(center, ellipse cover, #555a5f 0%,#1c1e20 100%);
	background: -ms-radial-gradient(center, ellipse cover, #555a5f 0%,#1c1e20 100%);
	background: radial-gradient(center, ellipse cover, #555a5f 0%,#1c1e20 100%);
}

/*********************************************
 * FALLBACK
 *********************************************/

.no-transforms {
	overflow-y: auto;
}

.no-transforms .slides section {
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	        transform: none;
	
	display: block!important;
	opacity: 1!important;
	position: relative!important;
}
