#myFooter {
  background-color: #1b4d3e;
  color: white;
  padding-top: 20px;
  bottom: 0!important;
  margin-top: 3em;
}

#myFooter .footer-copyright {
  background-color: #1b4d3e;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
}

#myFooter .footer-copyright p {
  margin: 10px;
  color: #ccc;
  background-color: inherit;
}

#myFooter ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.7;
}

#myFooter h5 {
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin-top: 30px;
}

#myFooter a {
  color: #d2d1d1;
  text-decoration: none;
  word-wrap: break-word;
}

#myFooter a:hover, #myFooter a:focus {
  text-decoration: none;
  color: white;
}

#myFooter .social-networks {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 16px;
}

#myFooter .social-networks a {
  font-size: 32px;
  color: #ffffff;
  padding: 10px;
  transition: 0.2s;
}

#myFooter .social-networks a:hover {
  text-decoration: none;
}

#myFooter .facebook:hover {
  color: #0077e2;
}

#myFooter .twitter:hover {
  color: #ededed;
}

#myFooter .linkedin:hover {
  color: #005582;
}

.instagram:hover {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#myFooter .btn {
  color: white;
  border-radius: 20px;
  border: none;
  background-color: var(--bs-secondary);
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  line-height: 25px;
}

@media screen and (max-width: 992px) {
  #myFooter {
    text-align: center;
  }
}

.logosWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.linkedin:hover {
  color: #005582;
  /*transform: scale(1.1);*/
}

