
 /* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  align: center;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  height: 20%;
  padding: 20px;
  font-family: Avenir;
  bottom: 130px;
  border-radius: 9px;
}

.heading {
  position: fixed;
  text-align: left;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  font-size: 40px;
  font-family: Avenir;
  bottom: 200px;
  border-radius: 9px;
}

.contact {
  position: fixed;
  text-align: right;
  bottom: 0;
  background: rgba(0, 0, 0, 0.0);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  bottom:  150px;
  right: 50px;
  font-size: 20px;
  font-family: Avenir;
  border-radius: 9px;

  
}

/* Style the button used to pause/play the video */
#myBtn {
  width: 50px;
  font-size: 10px;
  padding: 10px;
  border: none;
  background: #000;
  color:  rgba(255, 255, 255, 0.5);
  cursor: pointer;
  font-family: Avenir;

  position: fixed;
  bottom: 20px;
}

#myBtn:hover {
  
  color: black;
} 

a:link {
  color: white;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: white;
}

/* selected link */
a:active {
  color: white;
}