@charset "utf-8";
/* CSS Document */

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body{
	
	line-height: 2;
}



.video{
	
	width: 100%;
}


#unity-canvas{
	
height: 40vh !important;
	
}

.centerContent{
	flex:1;
	display: block;
	padding: 45px;
	box-sizing: border-box;
	width: 60vw;
	margin-left: auto;
	margin-right:auto;
}


.three > div {
	width: 33%;
}

.center{
	
	text-align: center;
}

h1,h2,h3,h4{
	
	font-size: 2em;
}


.tagline{
	width: 100vw;
	background-color: black; color:white; font-size: 13px; letter-spacing: 4px; font-weight: bold; padding: 8px; text-align: center;
	position: fixed; left:0px; top:0px; z-index: 31;
}

.bannerlogo{
	
	position:absolute; top: 70px; left: 50%; width: 40vw; margin-left: -20vw; height: auto;
}


.footer {
	color:white;
  background-color: black !important;
  padding: 40px 0;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-section {
  flex: 1 1 25%;
  min-width: 250px;
  padding: 20px;
}

.footer-logo {
  text-align: center;
}

.footer-logo-img {
  max-width: 100%;
  height: auto;
}

.footer-description {
  text-align: center;
  margin-top: 20px;
}

.footer-exchanges {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.exchange-logo {
  margin: 0 10px;
  width: 40px;
  height: 40px;
}

.footer-links-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}

.footer-links-section {
  flex: 1 1 25%;
  min-width: 200px;
  padding: 20px;
}

.footer-links-section h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.footer-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: white;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}
