:root {
	--text-color: #fff;
	}

html summary::-webkit-details-marker {
  display: none;
  }
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/* font-family: 'VisbyRoundCF', 'Helvetica Neue', 'Helvetica', sans-serif;	 */
	font-family: 'Comfortaa', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-optical-sizing: auto;
	padding: 0;
	margin: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased;
	font-synthesis: none;
	-moz-font-feature-settings: 'kern';
	shape-rendering: geometricPrecision;
	direction: ltr;
	line-height: 100%;
	font-weight: <weight>;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;		
	color: var(--text-color);
	}
ul,ol,li {
	list-style: none;
	}
html {
	position: relative;
	}	
body,html {
	height: 100%;
	}
body {
	font-size: 13px;
	animation: bugfix infinite 1s;
	-webkit-animation: bugfix infinite 1s;
	min-width: 375px;
	overflow: auto;
	position: relative;
	width: 100%;
	line-height: 100%;
	-webkit-overflow-scrolling: touch;
	}	
svg {
	shape-rendering: geometricPrecision;
	}		
fieldset {
	outline: 0;
	border: 0;
	}	
body {
	background: url("../../resources/images/whiplash_bg.jpg") top center / cover no-repeat;
	}
.content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	}	
.logo {
	width: 15%;
	min-width: 350px;
	}
h1.tag {
	font-weight: 300;
	text-align: center;
	margin: 20px 0 0 0;
	font-size: clamp(1.2rem, .9vw, .7vw);
	line-height: 150%;
	}
.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-weight: 100;
	font-size: clamp(1.7rem, 1.5vw, 1.1vw);
	padding: 30px 0;
	margin: 30px 0 0 0;
	text-shadow: 0 0 50px hsla(207,81%,29%,.8);
	color: #FF51A9;
	border-top: 1px dotted hsla(330,100%,66%,.4);
	}	
.footer {
	position: absolute;
	bottom: 0;
	margin: 0 auto 15px auto;
	width: 100%;
	text-align: center;
	font-size: .7rem;
	opacity: .5;
	}	
.footer .beam {
	padding: 0 10px;
	display: inline-block;
	}	
	

@media (max-width: 800px) {
	.logo {
		width: 200px;
		min-width: auto;
		}	
	h1.tag {
		font-size: .9rem;
		padding: 0 15%;
		}
	.coming_soon {
		font-size: clamp(1.3rem, 1.1vw, 1.5vw);
		padding: 20px 0;
		margin: 15px 0 0 0;
		}			
	
	}
