/*
Name:		DIMMSKII RADIO STYLESHEET
Author:		Dimmskii
Website:	https://www.dimmskii.com/
*/

html {
	height: 100%;
	background-color: rgba(0,0,0,0);
}

body {
	margin: 0;
	min-height: 100%;
	padding: 0;
	background-color: rgba(0,0,0,0);
	overflow: hidden;
}


/* SITE */

#navhead {
	background-color: rgba(0.0, 0.0, 0.0, 0.75);
	display: block;
	height: 100px;
	padding: 32px;
}

#imagebg {
	background-image: url('/images/bgslide/slide01.jpg');
	background-size: cover;
	position: absolute;
	top: -15px;
	left: -15px;
	height: calc(100vh + 30px);
	width: calc(100vw + 30px);
	z-index: -10;
}

#status-container {
	height: 120px;
	text-align: center;
	background-color: rgba(0.0, 0.0, 0.0, 0.75);
	position: absolute;
	width: 100vw;
	top: calc(100vh - 120px);
	line-height: 120px;
	color: #0F0;
	font-size: 40px;
	font-style: normal;
	font-family: Sans-serif;
	overflow: hidden;
}

#status-text {
	font-family: monospace;
	font-weight: bold;
	margin: 0 auto;
	text-transform: uppercase;
	width: max-content;
	white-space: nowrap;
}




/* UTIL */

.float-left {
	display: inline;
	float: left;
}

.float-right {
	display: inline;
	float: right;
}
