html {
  position: relative;
  min-height: 100%;
}

.footer {
  /*background-color: var(--bg-color1);*/
  position: fixed;
  bottom: 0px;
  width: 96%;
  margin-left:2%;
  height: auto;
  z-index: 1;
  font-size: 14px;
  border-top: 1px solid #d5b369;
}

.foobg
{
    background: #002f1f;
    border-radius: 10px;
}

.footer-menu {
  /*background-color: var(--bg-color1);*/
  /*background-image: url(../img/appimages/Strock.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 2%;*/
  border-bottom: 1px solid #967f49;
}

.footer-copyright {
  /*background-image: url(../img/appimages/Strock.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 2%;*/
}

body>.container {
  padding: 10px 15px 0;
}

.footer>.container {
  padding-right: 15px;
  padding-left: 15px;
}