/*@import url("font-jinky/stylesheet.css");*/
@import url("font-Amaranth/stylesheet.css");
@import url("font-Asap/stylesheet.css");
@import url("font-Open_Sans_Condensed/stylesheet.css");
@import url("font-Snickles/stylesheet.css");
@import url("font-source_code/stylesheet.css");
@import url("font-Variable/stylesheet.css");
@import url("font-Variable_Signika/stylesheet.css");


html, body {
	width: 100%;
	height: 100%;
}

#Edge {
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	text-align: center;
	background-color: #333;
}
	#Inner {
		width: 100%;
		height: 100%;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		/*font-family: 'variable_signikalight', Arial, sans;*/
		font-size: 48px;
		color: #666;
  		/*text-shadow: 0px 1px 0px #ccc;*/
	}

	#Inner span { position: relative; }
	#Inner div { margin-bottom: 100px; margin-top: 100px; }

i.variable-icon {
	display: block;
	width: 6px;
	height: 6px;
	border-bottom: 3px solid #666;
	border-right: 3px solid #666;
	position: absolute;
	bottom: -4px;
	right: -4px;
}

.amaranth { font-family: 'AmaranthRegular', Arial, sans; }
.asap { font-family: 'AsapRegular', Arial, sans; }
.open-sans-condenseed { font-family: 'open_sanscondensed_light', Arial, sans; }
.snickles { font-family: 'SnicklesRegular', Arial, sans; }
.source-code { font-family: 'SourceCodeProRegular', Arial, sans; }
.archivo-narrow { font-family: 'variablefont_narrowregular', Arial, sans; } /*variable*/
.signika { font-family: 'variable_signikalight', Arial, sans; }


