@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Mono:ital,wght@0,300..700;1,300..700&display=swap');
body {
	margin: 0;
	font-family: "Red Hat Mono", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	background:black;
	color:#FFF;
	text-align:center;
	font-optical-sizing: auto;
  	font-style: normal;
}
img {
	max-width:100%;
}
a {
	color:#8e66fc;
	text-decoration:none;
}
a:hover {  
	text-decoration:underline;
}

#header .navbar {
	display:none;
	background:#000;
	text-align: right;
}
#header .navbar .nav-item {
	text-align:right;
	padding-right:4px;
}
#header .navbar .nav-item a {
	color:#FFF;
	font-size:16px;
	font-weight:600;
	text-decoration: underline;
}
#header .navbar .navbar-toggler {
	border:solid 2px #fff;
	border:none;
	width:40px;
}
#header .navbar .navbar-toggler:focus {
	box-shadow: none;
}
#header .marquee {
	display:none;
	background:#FFF;
	color:#000;
	font-size:14px;
	line-height:normal;
	padding:2px 10px;
	font-weight:bold;
} 
#header .marquee a {
	color:#000;
	text-decoration: underline;
} 
 
#hero {
	background: linear-gradient(180deg, rgb(229, 54, 223) 0%,rgb(142, 102, 252) 100%);
	padding:20px 0px 0px;
}
#content-main {
	margin:30px 0px;
}
#content-main h1 {
	font-family: "Arcade-N", sans-serif;
  	font-size: 24px;
  	line-height:34px;
  	padding:0px;
  	margin:0px 0px 20px;
} 
#content-main .btn {
	display:block;
	width:270px;
	max-width:100%;
	margin:20px auto;
	background:none;
	border:solid 2px #66fcf1;
	font-weight:600;
	color:#FFF;
}
#footer {
	background:#0b0b0b;
	padding:40px 0px 0px;
}
#footer .disclaimer {
	color:#DDD;
	padding:0px 20px;
	margin:20px auto 0px;
	display:block;
}
#footer .copyright {
	color:#DDD;
}

@media (min-width:768px) {
	#content-main h1 {
	  	font-size: 28px;
	  	line-height:48px;
	} 
}
@media (min-width:1200px) {
	#content-main h1 {
	  	font-size: 38px;
	  	line-height:60px;
	} 
}














