
  
    .footer {
            color: #999999;
        position: fixed;
        z-index: 3000;
        font-family: 'London-Tube';
        list-style-type: none;
        overflow: visible;
        width: 100%;  
        height:60px;
        bottom: 0px;
       
     margin-left:auto;
    margin-right:auto;
        background-color:#00000044;
 
         text-shadow: 3px 3px 10px #000;
        -webkit-filter: drop-shadow(#000000 3px 3px 4px);
        filter: drop-shadow(#000000 3px 3px 4px);
        
    }



.h-centerFTR {
   text-align: center;
 
    height: 60px;
    overflow: visible;
    position: relative; /* Make it relative to position children absolutely inside it if needed */
    display: flex; /* Use flexbox to center children */
    justify-content: center; /* Center children horizontally */
    align-items: center; /* Center children vertically */
   

}

.foot-l {
 top:0;
    display:inline-block;
    width:30%;


     text-align: right;
        justify-content: center; /* Center children horizontally */
    align-items: center; /* Center children vertically */
}


.foot-m {
top:0;
    display:inline-block;
    width:30%;
     

     text-align: center;
        justify-content: center; /* Center children horizontally */
    align-items: center; /* Center children vertically */
}



.foot-r {
top:0;
    display:inline-block;
    width:30%;
     

     text-align: left;
        justify-content: center; /* Center children horizontally */
    align-items: center; /* Center children vertically */
}

.dropdown {
  position: absolute;
 top:0;
 left:0;
 margin:0 auto;
 width:100%;
  line-height: 2.25;
     

 -webkit-transition: all 1s;
  transition: all 1s;
/*     -ms-transform: translate(0%, 50%);
        -moz-transform: translate(0%, 50%);
        -o-transform: translate(0%, 50%);
        -webkit-transform: translate(0%, 50%);
        transform: translate(0%, 50%);
        */
         text-shadow: 3px 3px 10px #000;
        -webkit-filter: drop-shadow(#000000 3px 3px 4px);
        filter: drop-shadow(#000000 3px 3px 4px);
        
}
.dropdown:hover {
     position: absolute;
  display: block;
    font-weight: bold;

   background-color: #00000044;
box-shadow: 0px 8px 16px 0px #00000044;
 -webkit-transition: all 1s;
  transition: all 1s;
          -ms-transform: translate(0%, -75%);
        -moz-transform: translate(0%, -75%);
        -o-transform: translate(0%, -75%);
        -webkit-transform: translate(0%, -75%);
        transform: translate(0%, -75%);
         text-shadow: 3px 3px 10px #000;
        -webkit-filter: drop-shadow(#000000 3px 3px 4px);
        filter: drop-shadow(#000000 3px 3px 4px);
       
}


.dropdown-content {
   color: #555555;
}

.dropdown-content:hover {
    font-weight: bold;
  color: #999999;
  
}

  @media screen and (max-width: 769px) {
      
      .footer {
          
          display:none;
          
      }
      
      
      
      
  }