
.Footer{
    position: fixed;
    left: 0;
    bottom: 0;
    line-height: normal;
    height: 42px;
    z-index: 1030;
    padding-top: 11px;
    padding-bottom: 11spx;
    width:100%;
    background-color: #555;
    color: #EEEEEE !important;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    /* z-index: 1; */
    /* overflow-y: hidden; */
  }
      .text-muted
       {
     color: #EEEEEE !important;
    
 }

 @media (max-width: 320px) {
  #Footer {
      display: none;
  }
}
