@font-face {
	font-family: 'RobotoThin';
	src: url('../fonts/roboto-thin-webfont.woff') format('woff');
	font-weight: normal; font-style: normal;
}

@font-face {
	font-family: 'RobotoLight';
	src: url('../fonts/roboto-light-webfont.woff') format('woff');
	font-weight: normal; font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/roboto-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal;
}

@font-face {
	font-family: 'RobotoMedium';
	src: url('../fonts/roboto-medium-webfont.woff') format('woff');
	font-weight: normal; font-style: normal;
}

@font-face {
	font-family: 'RobotoBold';
	src: url('../fonts/roboto-bold-webfont.woff') format('woff');
	font-weight: normal; font-style: normal;
}

@font-face {
	font-family: 'RobotoBlack';
	src: url('../fonts/roboto-black-webfont.woff') format('woff');
	font-weight: normal; font-style: normal;
}

@font-face {
	font-family: 'Linotte';
	src: url('../fonts/linotte-semibold-webfont.woff2') format('woff2'),
	url('../fonts/linotte-semibold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body, html, #Stage {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #51b3e0;
	font-family: 'Roboto', 'Arial';
}

.gradient-bg, body {
	background: #51b3e0; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#51b3e0, #64b1e6); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#51b3e0, #64b1e6); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#51b3e0, #64b1e6); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#51b3e0, #64b1e6); /* Standard syntax */
}

#Stage, #Stage * {
	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;
}

.animate-color {
	transition: 0.3s all;
}

a {
	color: inherit;
	font-family: 'RobotoBold';
}

#Stage a, #Stage br, #Stage strong {
	position: relative;
}

#Stagea {
	color: #000;
}

#Stage br, #Stage span {
	position: relative;
}

.fade-line {
	-webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0, 1) 10%, rgba(0,0,0,1) 50%, rgba(0,0,0, 0) 100%);
}

