﻿/* Embedded fonts */
/*
@font-face {
	font-family: 'Stampete';
	src: url('./SPETETRIAL.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Novella';
	src: url('./SubwayNovellaDEMO.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
*/
/* Elements */
* {
	color: rgb(64, 64, 64);
	font-family: 'Segoe UI', 'Tahoma';
	font-size: 1.2rem;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.50);
}

body, html {
	background: rgb(240, 240, 240);
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: (14 /16) * 100%;
}

#table_scaffolding {
	border-collapse: collapse;
	width: 100%;
	height: 100%;
}

#table_scaffolding > tbody > tr:nth-of-type(1) {
	height: 100%;
	text-align: center;
}

#table_scaffolding > tbody > tr:nth-of-type(2) {
	background: rgb(230, 230, 230);
	height: 30px;
	text-align: center;
}

#span_domain {
	color: rgb(0, 0, 255);
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 16px auto;
}

#img_under_construction {
	display: block;
	margin: 16px auto;
}

#span_logo {
	background: url('adlerkraft.png') 4px center no-repeat;
	background-size: 64px 36px;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	padding: 4px;
	padding-left: 80px;
	font-size: 0.67rem;
	font-weight: normal;
	margin: 0;
	color: rgb(128, 128, 128);
	text-shadow: none;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
}