.content {
	position: absolute;
	left: 50%;
	top: calc(50% + 38px);
	transform: translate(-50%, -50%);
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 3;
	}	
.content_fill {
	background: #3C403B;
	background: radial-gradient(circle, rgba(60, 64, 59, .55) 0%, rgba(0, 0, 0, .65) 60%);
	background-position: 0 25px;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 2;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	}	
.logo {
	width: 25%;
	min-width: 550px;
	transform-origin: 0 0;
	position: relative;
	top: 50%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;		
	}
h1.tag {
	text-align: center;
	margin: 20px 0 0 0;
	font-size: clamp(2rem, .9vw, .7vw);
	line-height: 150%;
	font-weight: 200;
	font-style: normal;	
	letter-spacing: .03em;
	max-width: 650px;
	}
.ui_ss {
	display: flex;
	justify-content: center;
	margin: 20px 0 0 0;
	}
.ui_ss img {
	width: 70%;
	max-width: 1600px;
	}	
.coming_soon {
	text-transform: uppercase;
	font-size: clamp(1.6rem, 1.5vw, 1.1vw);
	margin: 50px 0 0 0;
	text-shadow: 0 0 70px hsla(99,85%,56%,.6);
	color: #72EE2E;
	/* border-top: 1px dotted hsla(99,85%,56%,.4); */
	font-weight: 300;
	width: 100%;
	text-align: center;
	letter-spacing: .02em;
	}	
.footer {
	position: absolute;
	bottom: 0;
	margin: 0 auto 15px auto;
	width: 100%;
	text-align: center;
	font-size: .7rem;
	opacity: .5;
	z-index: 4;
	}	
.footer .beam {
	padding: 0 10px;
	display: inline-block;
	}	
	
	
	
	
	
	
	
	
	
	
	
	
.backgroundchange,
	.backgroundchange:after { 
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		z-index: 0;
		min-width: 100%;
		text-align: center;
		display: table;
		margin: 0;
		background: #1c1c1c;
		padding: 0 0;
	}
	ul {list-style-type:none;}
	.backgroundchange li span { 
		list-style-type:none;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		color: transparent;
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: none;
		opacity: 0;
		z-index: 0;
		-webkit-backface-visibility: hidden;
		-webkit-animation: imageAnimation 24s linear infinite 0s;
		animation: imageAnimation 24s linear infinite 0s; 
	}
	
	.backgroundchange li:nth-child(1) span { 
		background-image: url(../../resources/images/hifives.jpg); 
	}
	.backgroundchange li:nth-child(2) span { 
		background-image: url(../../resources/images/kyle-loftus-UqLV5o9h3ZQ-unsplash.jpg); 
		background-image: url(../../resources/images/hifives.jpg); 		
		-webkit-animation-delay: 6s;
		animation-delay: 6s; 
	}
	.backgroundchange li:nth-child(3) span { 
		background-image: url(../../resources/images/austin-distel-mpN7xjKQ_Ns-unsplash.jpg); 
		background-image: url(../../resources/images/hifives.jpg); 		
		-webkit-animation-delay: 12s;
		animation-delay: 12s; 
	}
	.backgroundchange li:nth-child(4) span { 
		background-image: url(../../resources/images/jamakassi-wejxKZ-9IZg-unsplash.jpg);
		background-image: url(../../resources/images/hifives.jpg); 		
		-webkit-animation-delay: 18s;
		animation-delay: 18s; 
	}
	
	/*Slideshow images */
	@-webkit-keyframes imageAnimation { 
		0% { opacity: 0;
		-webkit-animation-timing-function: ease-in; }
		8% { opacity: 1;
			 -webkit-animation-timing-function: ease-out; }
		17% { opacity: 1 }
		25% { opacity: 0 }
		100% { opacity: 0 }
	}
	@keyframes imageAnimation { 
		0% { opacity: 0;
		animation-timing-function: ease-in; }
		8% { opacity: 1;
			 animation-timing-function: ease-out; }
		17% { opacity: 1 }
		25% { opacity: 0 }
		100% { opacity: 0 }
	}
	
	/* Show something when animations not supported */
	.no-cssanimations .backgroundchange li span{
		opacity: 1;
	}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

@media (max-width: 800px) {
	
	.content {
		top: calc(50% + 35px);
		}
	.logo {
		width: 260px;
		min-width: auto;
		}	
	h1.tag {
		font-size: 1.3rem;
		padding: 0 5vw;
		max-width: 90vw;
		}
	.coming_soon {
		font-size: clamp(1.2rem, 1.1vw, 1.5vw);
		padding: 20px 0;
		margin: 15px 0 0 0;
		/* display: none; */
		}			
	
	}
	
@media (max-width: 430px) {
	.logo {
		min-width: auto;
		}	
	h1.tag {
		font-size: 1.1rem;
		/* padding: 0 5vw;
		max-width: 90vw; */
		font-weight: 300;
		margin: 25px 0 0 0;
		}				
	}
	
	
	
	
