footer{
  background-color: #d5da2e;
  bottom: 0;
  z-index: 0;
  animation: 3s fadeIn;
  animation-fill-mode: forwards;
}
footer span{
  text-transform: uppercase;
}
footer span a{
  text-transform: capitalize;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
footer p{
  font-size: 24px;
}
.footerSocial{
  height: 50px;
  width: auto;
}
.footerLogo{
  height: 110px;
  width: auto;
}
footer .menu{
  padding-left: 0;
}
footer .menu a{
  font-size: 24px;
}
footer .menu li{
  display: block;
}

footer {
  width: 105%!important;
  overflow: hidden;
}
footer.footer-container {
  height: 75vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bg-white#body{
  display: inline-block;
}
@media screen and ( max-width: 1400px ){
  footer.position-fixed{
    position: relative!important;

  }
  .bg-white#body{
    margin-bottom: 0!important;
  }
  .footerLogo{
    height: 60px;
    width: auto;
    margin-right: 20px;
  }
  footer{
    padding-top: 50px!important;
    animation: 0s fadeIn;
  }
  footer p{
    font-size: 21px!important;
  }
  .cli_settings_button{
    display: block;
  }
}
@media screen and ( max-width: 992px ){
  footer.position-fixed{
    max-width: 100%!important;

  }
}
