body {background-color: black; float: left; width: 100%; margin: 0; padding: 0; position: relative; }

#background-video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.6;
}

h1, h2, p, #btnVideo {
  color: white;
  font-family: Trebuchet MS;
  font-weight: bold;
  text-align: center;
  width: 60%;
  margin: auto;
}

img {text-align: center; width:500px; margin: 7% 0 0 -250px; float: left; left:50%; position: relative; }

h1 {
  font-size: 2.5rem;
  margin-top: 30vh; 
}

p { font-size: 1.8rem; }

#btnVideo {
  font-size: 1.5rem;
  background: 0;
  border: 0;
  margin-left: 50%;
  transform: translateX(-50%);
}


p a {color: orange; text-decoration: none;}

p.temp { color: black; position: absolute; top: 0px; background-color: orange; width: 100%; text-align: center; font-size: 16px; text-transform: uppercase; padding: 5px 0;}


@media only screen and (max-width: 900px) {

h1 {
  font-size: 2rem;
  margin-top: 15vh; 
}

img { width:300px; margin: 15% 0 0 -150px; float: left; left:50%; position: relative; }

p { font-size: 1.5rem; }

	
}