body {
  margin: 0;
  background: #22261F; 
}
video { 
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
 background: url(../img/amazonia.png) no-repeat;
  background-size: cover;
  transition: 1s opacity;
}
.stopfade { 
   opacity: .5;
}

h1 {
  font-size: 3rem;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: .3rem;
}

#controle button { 

  padding:5px 15px;
  border: none; 
  float:right;
  margin: 20px; 
  font-size: 1.3rem;
  background:none;
  color: #fff;
  border-radius: 3px; 
  cursor: pointer;
  transition: .3s background;
 
}
#controle button:hover { 
   background: rgba(0,0,0,0.5);
}

#controle a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background:rgba(0,0,0,0.5);
  padding: .5rem;
  transition: .6s background; 
}
#controle a:hover{
  background:rgba(0,0,0,0.9);
}


@media screen and (max-width: 500px) { 
  div{width:70%;} 
}
@media screen and (max-device-width: 800px) {
  html { background: url(../img/amazonia.png) #000 no-repeat center center fixed; }
  #bgvid { display: none; }
}

#link {
	width:600px;
	height:292px;
	margin: 200px auto;
}

#clear {
	clear:both;
}

