* {
	font-size: 10px;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 1rem;

	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 30%;
	transform-origin: center;

	background-color: rgba(40,0,80,1.00);
}

#fader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20%;
	background: linear-gradient(to top, rgba(0,0,40,0) 0%, rgba(0,0,40,0.5) 100%);
}

#logo {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	height: 12%;

	background-image: url(https://www.tektonic.co.uk/customise/themes/tektonic/images/logo.png);
	background-size: contain;
	background-position: 20px 0;
	background-repeat: no-repeat;
	transform-origin: center;
}
@media (max-width: 767px) {
	#logo {
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		height: 20% !important;
		background-size: 50% auto;
		background-position: 50% 0;
	}
}

#timestamp {
	position: absolute;
	top: 20px; 
	right: 15px;
}
@media (max-width: 767px) {
	#timestamp {
		top: 12% !important;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
	}
}


#clock,
#date,
#motd {
	color: rgba(255,255,255,1.00);
	font-size: 6rem;
}
@media (max-width: 767px) {
	#clock,
	#date,
	#motd {
		font-size: 8rem;
	}
}

#clock {
}

#date {
	font-size: 2rem;
}

#motd {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	text-align: center;
	line-height: 6rem;
}
@media (max-width: 767px) {
	#motd {
		font-size: 4rem;
		line-height: 3rem;
	}
}
#byline {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
}

#byline,
#byline A,
#byline A:active,
#byline A:visited,
#byline A:link,
#byline A:hover {
	color: rgba(254,251,234,1.00);
	font-size: 1.5rem;
	text-decoration: none;
}
#byline A:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
	#byline {
	}
}