body {
  margin: 0;
  background: #000;
  overflow-y:hidden;
  overflow-x:hidden;
}

video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 background: url('img/background.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;

}
	
td {
vertical-align: top;
}

#logo {
  padding-top: 5px;
}

#esquerda {
  z-index:0;
  float:left;
  font-family: bryant;
  color: white;
  padding: 20px;
  width:300px;

  font-size: 0.9rem;
}


h2{
font-family: bryant, sans-serif;;
color: white;
background-color:rgba(0,0,0,0.05);
width: 250px;
}
p{
  font-family: bryant, sans-serif;
  color: white;
}
table td p{
  font-family: bryant, sans-serif;
  color: white;
  font-size:15px;
}
b{
  font-family: bryant, sans-serif;
  color: white;
 text-align: center;
}

.icon{
padding:0 10px;
}

.inf{
width:150px;}

#emrelevo{	
	 padding-top:10rem;
	
	}

#footer p{
text-align:left;
padding-left: 38em;
font-family: bryant, sans-serif;
font-size:15px;
}

#footer{
 margin-top: 15rem;
  background: rgba(80,184,226,0.8);
  color: white;
  padding: 30px;
  width: 100%;
  }
#footer button:hover {
   background: rgba(0,0,0,0.5);
}

#footer button {
  background-color: rgba(255,255,255,0.23); ;
  float: left;
      border: none;
      color: white;
      padding: 10px 20px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 15px;
      cursor: pointer;}

a{color:white;
text-color: white;
	}

.inf {
vertical-align: top;}

@@font-face {
  font-family: bryant;
  src: url(fonts/Bryant Regular.ttf);
  font-weight: normal;
}

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