body {
	
  background: #ededed;
  margin: 0rem;
  min-height: 100vh;
  font-family: Futura, sans-serif;
	
}

#canvas, #text, #text1 {
     list-style-type:none;
    margin:0;
    padding-top:20px;
    position:fixed;
	
 
  
  left: 0;
  z-index: -1;
}

.topnav {
  overflow: visible;
    padding: 20px 10px;
	z-index: 2;
	display: inline-block;
}


.topnav a {

  float: left;
  color: #000000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
	z-index: 2;
}



#text {
   min-height: 0,5vh;
  width: 10vw;
  z-index: 1; 
  color: #000000;
  --text-transform: uppercase;
  font-size: 2vmin;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
 display: block;
}



#text1 {
  min-height: 80vh;
  width: 100vw;
  z-index: 1;
  color: #000000;
  --text-transform: uppercase;
  font-size: 5vmin;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

}

#text2 {
  
  margin: 8%;  
  color: #000000;
  --text-transform: uppercase;
  font-size: 4vmin;
  align-items: center;
  justify-content: center;
  text-align: center;
	a color: #000000;
}


#text h1 {
  opacity: 0.7;
}

#text1 h2 {

 /* opacity: 0.4;*/
a color: #000000;


}

#text2 h2 {

 /*  opacity: 0.4;*/
a color: #000000;

}

.video-container {
    	max-width: 80%;/* Set a pixel value instead if no parent container*/

	    margin: 0 auto; /* Center the container */
	}
.video-container video {
    	width: 80%; /* Fill the available width */

    	 /* Adjust height automatically */
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;

  background-color: black;
  color: white;
	padding: 5px;

}


.row {
  display: flex;
	 
}

.column {
	max-width: 100%;
	min-width: 5px;
 	height: auto;
	  flex: 50%;
  padding: 5px;
}