@charset "utf-8";
@import url('//fonts.googleapis.com/css2?family=Reddit+Sans+Condensed:wght@200..900&display=swap');
:root {
	--beige: #E9E9E9;
	--beige90: rgba(233,233,233,0.90);
	--black: #000000;
	--white: #FEFEFE;
	--dark-orange: #e15627;
	--deep-black: #1A1819;
}
html{
	min-height: 100%;
	padding: 0;
	margin: 0;
}
body {
	font-family: "Reddit Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	font-weight: 300;
	color: var(--black);
	background: var(--beige);
}
a {
	color: var(--dark-orange);
}
div#main {
	position: relative;
	width: 96%;
	max-width: 500px;
	height: auto;
	margin: 10% auto;
	text-align: center
}

div img.logo {
	position: relative;
	width: 100%;
	max-width: 500px;
	height: auto;
}
div img.sub {
	position: absolute;
	bottom: -10%;
	right: 0;
	width: 50%;
	max-width: 410px;
	height: auto;
}
div#animate {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/static3.gif") repeat;
	background-size: 600px;
	z-index: 1;
}
div#tvlines {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/tvlines.png") repeat;
	z-index: 2;
}
div#blackscreen {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--deep-black);
	z-index: 4;
}
div#topbar {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 15%;
	background-color: var(--beige);
	z-index: 3;
	img {
		position: absolute;
		display: block;
		left: 10%;
		bottom: -13px;
		width: 300px;
		height: auto;
	}
}
div#bottombar {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15%;
	overflow: visible;
	background-color: var(--beige);
	z-index: 3;
}
div#type {
	position: absolute;
	display: flex;
	flex-direction: column;
    justify-content: flex-end;
	line-height: 0.70;
	bottom: 15%;
	left: 10%;
	width: 80%;
	height: 50%;	
	color: var(--beige);
	font-size: 18em;
	font-weight: 800;
	z-index: 3;
	text-shadow: 5px 5px 0px var(--deep-black);
	div#innertext {
		position: absolute;
		display: block;
		bottom: 5%;
		right: 0;
		width: 60%;
		min-height: 30%;
		height: auto;
		padding: 2%;
		text-shadow: none;		
		color: var(--black);
		border-radius: 14px;
		background-color: var(--beige90);
	}
	div#innertext h2 {
		font-size: 26px;
		font-weight: 300;
		padding: 0;
		margin: 0;
	}
	div#innertext p {
		font-size: 16px;
		font-weight: 400;
		padding: 0 0 0 0;
		line-height: 1.5;
		margin: 10 0;
	}
}
