@font-face {
    font-family: plank_X;
    src: url(../font/PLANK.TTF);
  }

@font-face {
  font-family: zrnic_X;
  src: url(../font/zrnic_rg.otf);
}
/*
body{
    background-color: black;
}
*/
.marebackgroundvid{ 
    position: fixed; 
    right: 0; 
    bottom: 0;   
    min-width: 100%; 
    min-height: 100%;
    z-index: -100; 
    width: auto; 
    height: auto; 
    /*background: url(loop-hd.jpg) no-repeat;
    background-size: cover;
    z-index: 0;*/
    animation: fadeIn;
}

/*------------
  CLASSI PER
  BOTTONE MENU
------------*/

.bottonemenu{
  position: fixed;
  right: 25px;
  bottom: 10px;
  height: 100px;
}

.cascata{
  display: inline-block;
  z-index: 1000;
}

.cascata-contenuto{
  display: none;
  position: absolute;
  bottom:22px;
  right:87px;
  background-color: midnightblue;
  /*background-color: #f1f1f1;
  min-width: 160px;*/
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.cascata-contenuto a{
  color: white;
  padding: 12px 16px;
  font-family: zrnic_X;
  font-size: 25px;
  text-decoration: none;
  display: block;
}

.cascata-contenuto a:hover{background-color: crimson;}

.cascata:hover .cascata-contenuto{display: block;}