footer {
  background-color: #111;
}

.footerContainer {
  width: 100%;
  padding: 70px 30px 20px;
}

.socialIcons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.socialIcons {
  display: flex;
  margin-bottom: 1rem;
}

.socialIcons a {
  display: inline-block;
  margin-right: 1rem;
  text-decoration: none;
  transition: 0.5s;
}

.socialIcons a .badge {
  padding: 0.5rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
}

.socialIcons a:hover {
  background-color: #111;
}

.socialIcons a .bi {
  font-size: 1.2rem;
}

.socialIcons a:hover i,
span {
  color: #7b28ae;
  transition: 0.5s;
}

@media (max-width: 768px) {
  .socialIcons {
    flex-wrap: wrap;
    justify-content: center;
  }
  .socialIcons a {
    margin-right: 0.5rem;
  }
}

.footerNav {
  margin: 30px 0;
}

.footerNav ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
}

.footerNav ul li a {
  color: white;
  margin: 20px;
  text-decoration: none;
  font-size: 1.3em;
  opacity: 0.7;
  transition: 0.5s;
}

.footerNav ul li a:hover {
  opacity: 1;
}

.footerBottom {
  background-color: #000;
  padding: 20px;
  text-align: center;
}

.footerBottom p {
  color: white;
}

.designer {
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0px 5px;
}

@media (max-width: 700px) {
  .footerNav ul {
    flex-direction: column;
  }

  .footerNav ul li {
    width: 100%;
    text-align: center;
    margin: 10px;
  }
}
