/* * {
  border: 1px solid hotpink;
} */

footer {
  background: #222121;
}
.footer-contactus {
  color: #ff0;
  font-family: Ubuntu;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer-contacts {
  color: #fff;
  font-family: Ubuntu;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.footer-email {
  color: #ff0;
  font-family: Ubuntu;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.footer-nav {
  color: #ff0;
  /* text-align: right; */
  font-family: Ubuntu;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-nav:hover {
  text-decoration-color: #ff0 !important;
}

.footer-text {
  color: #fff;
  text-align: center;
  font-family: Ubuntu;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.logos img {
  width: 100px;
}

@media (max-width: 576px) {
  .logos img {
    max-width: 70px;
    max-height: 70px;
  }

  .footer-logo {
    margin-top: 5%;
    margin-bottom: 5%;
  }
}
