/* #### Generated By: http://www.cufonfonts.com #### */

  
  
  @font-face {
  font-family: 'Geometria-Light';
  font-style: normal;
  font-weight: normal;
  src: url('../font/geometria-light.woff') format('woff');
  }

  
  

/*End font web*/
body {
  margin: 0;
  background: #000; 
}
a{
  color: white;
  text-decoration: none;
}
a:hover{
  color:#FF4880;
  text-decoration: underline;
}
  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('../image/orchid.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}

#logo{
  width: 100%;
  top:40%;
  position: relative;
  text-align: center
}
#footer{
  color: white;
  font-size: x-large;
  position: fixed;
  left: 0;
  bottom: 5%;
  width: 100%;
  text-align: center;
  font-weight: 300;
  font-family: 'Geometria-Ligh';
}
#footer hr{
  border: 1px solid white;
  width: 25%;
}
#footer p:last-child{
  font-size: 12px;
  font-family: 'Geometria-Ligh';
 
}
}
@media screen and (max-device-width: 800px) {
  html { background: url('../images/orchid.jpg') #000 no-repeat center center fixed; }
  #bgvid { display: none; }
}