#gesturesDiv{
    position: relative;
    z-index: 101;
    height: 100%;
    display: block;
}

#info{
    position: absolute;
    z-index: 100;
    color: rgb(00, 00, 00);
    background-color: white;
    opacity: 0.8;
    box-shadow: 0 0 5px #999999;
    text-align: left;
    line-height: 1.7;
    font-family: light;
    visibility: hidden;
}
#footer{
  position: fixed;
  z-index: 102;
  bottom: 0;
  margin-bottom: 5px;
  font-family: light;
  
}
#section{
  position: fixed;
  opacity: 0;
  background-color: transparent;
  color: '#606060';
  font-family: head;
}
.animate{
  transition: all 0.5s ease-out;
}
body, html {
    height: 100%;
    overflow:hidden;
  }

  @font-face {
    font-family: light;
    src: url(../fonts/Frutiger-Light.otf);
  }
  @font-face {
    font-family: head;
    src: url(../fonts/Frutiger-BoldItalic.otf);
  }
  @media screen and (min-width: 601px) {
    /* div.info {
      font-size: 40px;
    } */
    div.section{
      font-size: 8vw;
    }
  }
  @media screen and (max-width: 600px) {
    /* div.info {
      font-size: 25px;
    } */
    div.section{
      font-size: 10vw;
    }
  }