#footer {
  background-color: #212529;
}

#footer, #footer p, #footer a {
  color: white!important;
}

#footer img {
  width: 150px;
}

.footerFooter p {
  margin: 0;
}

@media (max-width: 991px) {
  #footer .item {
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .fs-6 {
    margin: 0 0 10px 0;
  }
}

#footer .fs-6 {
  font-size: 26px!important;
  color: #2eadec;
}

@media (min-width: 768px) {
  #footer .fs-6 {
    font-size: 30px!important;
  }
}

#footer .link-secondary {
  font-size: 18px;
  transition: .3s all ease-in-out;
}

#footer button {
  font-size: 18px;
  transition: .3s all ease-in-out;
  background-color: transparent;
  margin: 0 auto;
  color: white!important;
  font-weight: bold!important;
  border: none;
}

@media (min-width: 992px) {
  #footer button {
    margin: 0;
    padding: 0!important;
  }
}

@media (min-width: 768px) {
  #footer .link-secondary {
    font-size: 20px;
    transition: .3s all ease-in-out;
  }
}

@media (min-width: 768px) {
  #footer .link-secondary:hover {
    color: #2eadec!important;
  }
}

#footer .bi-instagram {
  transition: .3s all ease-in-out;
}

#footer .bi-instagram:hover {
  fill: #2eadec;
}

