@charset "utf-8";
/* CSS Document */
/*estou na princiipal*/
body {
  margin: 0;
  background: #000; 
}
a {text-decoration: none;color:#707070;}
video { 
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
 /*background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;*/
  background-size: cover;
  transition: 1s opacity;
}


#polina { 
  font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
  font-weight:100; 
  
  color: white;
  padding: 2rem;
  width: 500px;
  margin-top: 80px;
 margin-left: auto;
 margin-right: auto;
  font-size: 1.2rem;
}

@media screen and (max-width: 500px) { 
  div{width:70%;} 
}
@media screen and (max-device-width: 800px) {
  html { background: url(//demosthenes.info/assets/images/polina.jpg) #000 no-repeat center center fixed; }
  #bgvid { display: none; }
}