@charset "UTF-8";

*, *:after, *:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* start with a id selector */
canvas#sky {
	display: block;
	width: 100%;
	height: 250px;
	position: relative;
        left: 50%;
        margin-left: 850px;
	z-index: 0;
}

svg#logo {
	width: 150%;
	height: 150%;
	display: block;
	text-align: center;
	margin: 0 auto;
	vertical-align: 0;
	position: absolute;
	left: -25%;
	top: -25%;
}

div#text-container {
	position: absolute;
	text-align: center;
	width: 60%;
	margin: 0;
	left: 20%;
	right: 20%;
	bottom: 0;
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: perspective(200px) rotateX(25deg);
	-ms-transform: perspective(200px) rotateX(25deg);
	transform: perspective(200px) rotateX(25deg);
	height: 20%;
	padding-top: 20%;
	overflow: hidden;
	display: none;
	z-index: 2;
}

div#textS {
	color: #ecc760;
	font-family: Arial;
	line-height: 370%;
}

div#textS > h1 {
	font-size: 390%;
	font-weight: bold;
	margin: 30px;
}

div#textS > h2 {
	font-size: 380%;
	font-weight: bold;
	margin: 30px;
}

div#textS > p {
	font-size: 370%;
	font-weight: bold;
	text-align: justify;
}

div#startS {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 3;
	background: #000000;
}

div#startS > div {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	opacity: 0.0;
}

div#startS > div > p {
	text-align: left;
	color: #01eddf;
	font-size: 280%;
	font-family: Arial;
	font-weight: normal;
}
