html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.footer {
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: auto;
  line-height: 11px;
  font-size: 14px;
  /* background-color: #01004c; */
}

.footer-menu {
  background-image: url(../img/footer/Footer.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.footer-copyright {
  /* background-image: url(../img/appimages/Strock.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 4%; */
  background: #381112;
  border-top: 0px solid #ECCC66;
}