html { 
   
    font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
}

body {
  margin: 0;
  background: #000; 
}

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('images/fundo.png') no-repeat;
    background-size: cover;
    transition: 1s opacity;
}

.stopfade { 
   opacity: .9;
}

#info {  
  font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
  font-weight:100; 
  background: rgba(0,0,0,0.3);
  color: white;
  padding: 15px;
  width: 25%;
  min-height:40%;
  margin-top: 20px;
  margin-right: -220px;
  float: right;
  font-size: 1rem;
  visibility: hidden;
}

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

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

a.type1:hover{
  background:rgba(0,0,0,0.9);
}


a.type2{
  font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
  font-weight:175; 
  font-size: 18px;
  display: inline-block;
  color: black;
  text-decoration:none;
  padding: .5rem;
  font-weight: bold;
}

a.type2:hover{
  background:none;
}

#top-bar{
    margin-top: -30px;
    min-height: 100px;
    max-height:45%;    
    width: 100%;
}

#bottom-bar {
    background-image:url('images/footer-d2e.png');
    background-color: white;
    background-repeat:no-repeat;
    position: absolute;
    bottom:0px;
    left:0px;
    min-height: 75px;
    max-height:40%;
    width: 100%;
}

#button-area{
    float:right;
    position:relative;
    right:15px;
}

#button-area button{
  width: 80%;
  padding: .4rem;
  border: none; 
  margin: 1rem; 
  margin-right: 0px;
  font-size: 1.3rem;
  background: rgba( 150, 150, 150, 0.23);
  color: #fff;
  border-radius: 3px; 
  cursor: pointer;
  transition: .3s background;
  width: 60px;
  height:50px;
}

#button-area button:hover { 
   background: rgba(150,150,150,0.9);
}

#button-area-2{
    float:left;
    position:relative;
    right:15px;
}

#button-area-2 button{
  width: 80%;
  padding: .4rem;
  border: none; 
  margin: 1rem auto; 
  margin-right: 32px;
  font-size: 1.3rem;
  background: rgba( 150, 150, 150, 0.23);
  color: black;
  border-radius: 3px; 
  cursor: pointer;
  transition: .3s background;
  width: 100px;
  height:66px;
  visibility: hidden;
}

#button-area-2 button:hover { 
   background: rgba(0,0,0,0.5);
}

#bar-left{
    float:left;
}

#bar-right-top li{
    float:right;
    display: inline;   
    padding: 10px 10px 0px 0px;
}
#bar-right-bot li{
    float:right;
    display: inline;   
    padding: 10px 10px 0px 0px;
}
#push-right{
    margin-top: 20px;
    margin-left: 150px;
}
#email{
    
    width:100%;
    height:30px;
}
#adress{
    position: relative; 
    
    padding-bottom: 10px;
    
}
@media screen and (max-width: 500px) { 
  div{width:70%;} 
  background: white;
  
  bottom-bar {
    background-image: none;
  }
   #bgvid { display: none; }
   
    html { 
     background: url(images/background.png) #000 no-repeat center center fixed;
  }
}
@media screen and (max-device-width: 800px) {
  html { 
     background: url(images/background.png) #000 no-repeat center center fixed;
  }
  
  bottom-bar {
    background-image: none;
  }
}