@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
body {
	background: #111;
	color: #ccc;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	font-size: 16px;
	scroll-behavior: smooth;
}
html.lenis, html.lenis body {
	height: auto;
  }
  
  .lenis.lenis-smooth {
	scroll-behavior: auto !important;
  }
  
  .lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
  }
  
  .lenis.lenis-stopped {
	overflow: hidden;
  }
  
  .lenis.lenis-scrolling iframe {
	pointer-events: none;
  }

#waitListForm input:focus-visible {
	outline: #881cb6 solid 2px;
    border: 2px solid;
}
#waitListForm input {
	outline: none;
}

#waitListButton {
	box-shadow: 0px 0px 5px 0px #2F539B;
	transition: all 1s;
}

#infoTable {
	margin-bottom: 0px;
	border-width: 0px;
	font-size: 20px;
}

#viewerStatsList {
	text-align: left;
    width: fit-content;
    margin: 0 auto;
}

.tableCellDesc {
	white-space: nowrap;
	position: relative;
}

.tableContainer {
	border-radius: 5px;
	border: 2px solid #777;
	overflow: hidden;
}

tbody, td, tfoot, th, thead, tr {
	border-width: 2px;
}

.tableContainer table tr:not(:last-child) {
	border-bottom: 1px solid #999;
}

#waitListButton:hover {
	box-shadow: 0px 0px 5px 5px #2F539B;
}

#waitListButton:active {
	position: relative;
	top: 2px;
}

#brandWrapper {
	z-index: 5;
	position: absolute;
	left: 50%;
	margin-left: -300px;
	top: 25%;
	text-align: center;
	width: 600px;
}

#brandTitle {
	font-size: 160px;
	display: block;
	font-style: normal;
	font-family: "VT323", monospace;
	animation: lights 5s 750ms linear infinite;
	line-height: 130px;
}

#brandDesc {
	font-family: "Jersey 25", sans-serif;
	font-size: 28px;
}

#waitListWrapper {
	margin-top: 50px;
}

.InfoTitle {
	font-size: 48px;
}

.sectionWrapper {
	min-height: 700px;
	padding-top: 20px;
	position: relative;
	text-align: center;
	scroll-behavior: smooth;
	border-top: 2px solid #000;
}

#aboutInfo {
	max-width: 1500px;
	display: inline-block;
	font-size: 24px;
	color: #fff;
}

#about {
	background-color: rgb(37, 22, 47);
}

#sponsors {
	background-color: rgb(32, 26, 36);
	padding: 20px 24vw;
	padding-bottom: 60px;
}

#contact {
	background-color: rgb(23 15 28);
}

#signup {
	min-height: 700px;
	background-color: rgb(250, 250, 250);
	padding-top: 75px;
}

#brandOutterWrapper {
	position: relative;
	display: block;
	height: 30vh;
}

.joinWaitListWrapper {
	text-align: center;
}

#joinWaitListInfo {
	font-size: 20px;
}

#waitListForm {
	padding: 20px;
	background-color: #333;
	width: min-content;
	text-align: left;
	display: inline-block;
	min-width: 512px;
	border: 3px solid #fff;
}

.btn#waitListButton:hover,
.btn#contactButton:hover,
.btn.show,
.btn:hover {
	background-color: #360761;
}
#contactButton {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	width: 100%;
	background:#a861c1;
	border-radius:5px;
	border:0;
	cursor:pointer;
	color:white;
	font-size:24px;
	padding-top:10px;
	padding-bottom:10px;
	transition: all 0.3s;
	margin-top:-4px;
	font-weight:700;
}
#typewriterParent {
	height: 40px;
	white-space: nowrap;
	overflow: hidden; 
	font-family: 'Source Code Pro', monospace;  
	font-size: 28px;
	color: rgba(255,255,255,.70);
	position: relative;
  }
  #border {
	border-bottom: solid 3px whitesmoke;
	position: absolute;
	right: -7px;
	width: 20px;
	animation: animated-cursor 800ms steps(30,end) infinite;
	display: inline-block;
	position: relative;
	left: -15px;
	top: 5px;
  }
  .twitchWrapper {
	padding: 20px 0px;
	margin-bottom: 20px;
  }
  .twitchWrapper:last-child {
	margin-bottom: 0px;
  }
  .twitchProfilePic {
	border-radius: 60px;
	border: 2px solid #ccc;
	width: 100px;
	height: auto;
	transition: all 1s;
	box-shadow: 0px 0px 5px 3px rgb(32, 26, 36);
	cursor: pointer;
  }
  .twitchProfilePic:hover {
	box-shadow: 0px 0px 5px 3px #ccc;
  }
  .twitchProfileWrapper {
	display: inline-block;
	width: 30%;
	text-align: right;
	padding-right: 50px;
  }
  .twitchInfoWrapper {
	display: inline-block;
	width: 69%;
	text-align: left;
  }
  .twitchAbout {
	font-weight: bold;;
  }
  .twitchChannel {
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
  }
.glow-on-hover {
	border: none;
	outline: none;
	color: #fff;
	cursor: pointer;
	position: relative;
	z-index: 0;
	border-radius: 10px;
}

.glow-on-hover:before {
	content: '';
	background: linear-gradient(90deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
	position: absolute;
	top: -5px;
	left: -5px;
	background-size: 400%;
	z-index: -1;
	filter: blur(5px);
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	animation: glowing 10s linear infinite;
	opacity: 1;
	border-radius: 10px;
}

.glow-on-hover:after {
	z-index: -1;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #333;
	left: 0;
	top: 0;
	border-radius: 8px;
}
textarea {
    resize: none;
}

#count_message {
    background-color: whitesmoke;
    margin-top: -20px;
    margin-right: 5px;
    position: absolute;
    right: -1px;
    bottom: 42px;
    font-size: 14px;
    padding: 0px 5px;
    border-radius: 5px;
    color: #333;
	z-index: 2;
	opacity: 0;
	transition: all .5s;
}
.feedback-input.form-control:focus + #count_message {
	opacity: 1;
}
#contactFormWrapper {
	width: 500px;
	display: inline-block;
}
.input-group>.feedback-input.form-control {
	width: 100%;
}
.input-group>.feedback-input.form-control:focus {
	z-index: 0;
}
.feedback-message {
	margin-bottom: 15px;
	margin-top: 2px;
	position: absolute;
    bottom: 0px;
}
.feedback-input.form-control:focus {
	background-color: #2d073d;
	color: #fff;
}
.feedback-input {
	color:white;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:500;
	font-size: 18px;
	border-radius: 5px;
	line-height: 22px;
	background-color: #2d073d;
    border: 2px solid #881cb6;
	padding: 13px;
	width:100%;
	box-sizing: border-box;
	outline:0;
	margin-bottom: 38px;
}
.feedback-input::placeholder {
	color: #aaa;
	font-weight: bold;
}
  
  .feedback-input:focus { border:2px solid #c000ff; }
  
  textarea {
	height: 150px;
	line-height: 150%;
  }
  

@keyframes glowing {
    0% { background-position: 0 0; }
    100% { background-position: 133.5% 0; }
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes lights {
	0% {
		color: hsl(230, 40%, 80%);
		text-shadow:
			0 0 1em hsla(320, 100%, 50%, 0.2),
			0 0 0.125em hsla(320, 100%, 60%, 0.3),
			-1em -0.125em 0.5em hsla(40, 100%, 60%, 0),
			1em 0.125em 0.5em hsla(200, 100%, 60%, 0);
	}

	30% {
		color: hsl(230, 80%, 90%);
		text-shadow:
			0 0 1em hsla(320, 100%, 50%, 0.5),
			0 0 0.125em hsla(320, 100%, 60%, 0.5),
			-0.5em -0.125em 0.25em hsla(40, 100%, 60%, 0.2),
			0.5em 0.125em 0.25em hsla(200, 100%, 60%, 0.4);
	}

	40% {
		color: hsl(230, 100%, 95%);
		text-shadow:
			0 0 1em hsla(320, 100%, 50%, 0.5),
			0 0 0.125em hsla(320, 100%, 90%, 0.5),
			-0.25em -0.125em 0.125em hsla(40, 100%, 60%, 0.2),
			0.25em 0.125em 0.125em hsla(200, 100%, 60%, 0.4);
	}

	70% {
		color: hsl(230, 80%, 90%);
		text-shadow:
			0 0 1em hsla(320, 100%, 50%, 0.5),
			0 0 0.125em hsla(320, 100%, 60%, 0.5),
			0.5em -0.125em 0.25em hsla(40, 100%, 60%, 0.2),
			-0.5em 0.125em 0.25em hsla(200, 100%, 60%, 0.4);
	}

	100% {
		color: hsl(230, 40%, 80%);
		text-shadow:
			0 0 1em hsla(320, 100%, 50%, 0.2),
			0 0 0.125em hsla(320, 100%, 60%, 0.3),
			1em -0.125em 0.5em hsla(40, 100%, 60%, 0),
			-1em 0.125em 0.5em hsla(200, 100%, 60%, 0);
	}

}

@keyframes progress {
	100% {
		width: 0%;
	}
}

@keyframes animated-cursor {
	0% {
		border-bottom-color: whitesmoke;
	}

	50% {
		border-bottom-color: transparent;
	}

	100% {
		border-bottom-color: whitesmoke;
	}
}

@media only screen and (min-device-pixel-ratio: 1.5) {
	#waitListForm {
		min-width: fit-content;
	}

	#sponsors {
		padding: 20px 10px;
	}

	.twitchProfilePic {
		width: 75px;
	}
	.twitchProfileWrapper {
		width: 20%;
		padding-right: 0px;
	}
	.twitchInfoWrapper {
		width: 80%;
		margin-right: 0px;
		padding-right: 0px;
	}
	.twitchChannel {
		font-size: 26px;
	}
	#contactFormWrapper {
		width: 100%;
		padding: 0px 10px;
	}

	#contactFormWrapper {
		width: calc(100vw - 40px);
	}
	
	.message {
		margin-left: 0px;
		display: block;
	}

	#brandTitle {
		font-size: 160px;
		line-height: 100px;
	}

	#brandWrapper {
		margin-left: -250px;
		width: 500px;
	}

	.tableCellDesc {
		white-space: normal;
	}

	.hideOnMobile {
		display: none;
	}
}

@media only screen and (max-width: 1200px) {
	#sponsors {
		padding: 20px;
	}
}

@media only screen and (max-width: 660px) {
	.hideOnMobile {
		display: none;
	}
	#brandTitle {
		font-size: 100px;
		line-height: 100px;
	}
	#brandDesc {
		font-size: 21px;
	}
	#waitListForm {
		width: 100%;
		padding: 5px;
		min-width: unset;
	}
	#joinWaitListInfo {
		font-size: 14px;
	}
	.tableCellDesc {
		white-space: normal;
	}
	.twitchProfilePic {
		width: 70px;
	}
	.twitchProfileWrapper {
		width: 20%;
		padding-right: 0px;
	}
	.twitchInfoWrapper {
		width: 80%;
		margin-right: 0px;
		padding-right: 0px;
	}
	.twitchChannel {
		font-size: 26px;
	}
	.twitchAbout {
		padding-right: 5px;
	}
	#contactFormWrapper {
		width: 100%;
		padding: 0px 10px;
	}
}