@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: PoppinsEB;
	src: url("fonts/Poppins-ExtraBold.ttf");
}
	
	@font-face {
		font-family: PoppinsSB;
		src: url("fonts/Poppins-SemiBold.ttf");
	}
	
	@font-face {
		font-family: PoppinsLI;
		src: url("fonts/Poppins-Light.ttf")
	}
	
body {
    background: black;
	background-image: url("img/cashbg.png");
	background-size: cover;
	background-repeat: no-repeat;
	overflow-y: hidden; /* Hide vertical scrollbar */
  	overflow-x: hidden; /* Hide horizontal scrollbar */
}

a:link {
	color:#ff8200;
	text-decoration: none;
}

a:visited {
	color:#ff8200;
	text-decoration: none;
}

a:hover {
	color:#ff8200;
	text-decoration: none;
}

a:active {
	color:#ff8200;
	text-decoration: none;
}

#canvas {
	position: absolute;
	align-content: center;
	
	top: 0px;
	left: 0px;

	width: 100%;
	height: auto;
}

#video {
    position: absolute;
    top: 0%;
    left: 0%;
    margin: 0 0 0 0;
	width: 0%;
	height: 0%;
}

	#heading {
		font-family: PoppinsEB;
		
		color: white;
		
		font-size: 54px;
	}
	
	#desc {
		font-family: PoppinsSB;
		
		color: white;
		
		font-size: 18px;
		
		margin: 10px 2% -10px auto
	}
	
#navbar {
	background: #8B8B8B;
	
	width: 100%;
	height: 76px;
	
	left: 0px;
	bottom: -20px;
	
	position: fixed;
    z-index: 999;
	
	opacity: 0.75;
}
	
div.d {
	font-family: PoppinsLI;
	
  position: fixed;
  bottom: -20px;
  right: 10px;
  width: 75%;
  height: 76px;
  
  text-align: right;

	z-index: 1000;
}
	
