body {
	background-color: black;
}

header {
	height: 100vh;
}

#main-body{
  z-index: 0;	
}

#page-structure{
  height: 100vh;
}

.header-text {
	h2, h1{
		font-family: HelveticaNeue, Helvetica, Arial, "Lucida Grande", sans-serif !important;
		font-weight: 900 !important;
	}
}

#canvas {
	width: 100vw;
    height: 100vh;
}
img {
	width: 100vw;
    height: 100vh;
	object-fit: cover;
}