.footer-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  margin-bottom: 50px;
  box-sizing: border-box;
}

.footer > .contact-info {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.footer-contact-link-icons {
  width: max-content;
}

.footer-contact-info-detail-element > .icon_image {
  margin-right: 5px;
}

.footer-map {
  width: 100%;
}

.footer .ui.link {
  text-decoration: none !important;
  margin: 0rem;
  color: var(--black);
  justify-content: flex-start;
  line-height: 24px;
  margin: 10px 0 10px 0;
  display: block;
}

.footer > .weather {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: start;
  width: 400px;
}

.footer .info-logo {
  width: 90%;
  max-width: 15rem;
  margin: 10px;
  cursor: pointer;
}

.footer-contact-info-details {
  width: 100%;
}

.footer-contact-info-detail-element {
  margin: 10px 0 10px 0;
  display: flex;
  align-items: center;
}

.footer-contact-info-detail-element-image {
  margin: 0 10px 0 10px;
}

.footer .links {
  display: flex;
  justify-content: space-around;
  /* padding: 10px 20px 10px 20px; */
}

.footer-lefts-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-lefts-header {
  margin-top: 20px;
  font-weight: 600;
  padding-bottom: 20px;
  color: var(--black);
}

.footer-lefts-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-links-header {
  font-family: var(--font-family-segoe);
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0 10px 0;
  color: var(--hover-black);
}

.footer-credits {
  grid-area: 1 / 3 / 2 / 4;
  padding: 10px 40px 10px 40px;
}

.footer-text {
  text-decoration: none !important;
  color: var(--hover-black) !important;
  font-family: var(--font-family-segoe) !important;
  font-size: 14px;
  line-height: 24px;
}

.lower-footer-container {
  background-color: var(--light-grey);
}

.lower-footer-link {
  text-decoration: none !important;
  color: var(--black) !important;
  font-family: var(--font-family-segoe) !important;
  font-size: 14px;
  line-height: 24px;
  margin: 0 10px 0 10px;
}

.copyright-container {
  background-color: var(--black);
}

.copyright-text {
  font-family: car(--font-family-segoe);
  font-size: 12px;
  line-height: 24px;
  color: var(--light-grey);
  margin: 0 10px 0 10px;
}

.copyright-flex {
  display: flex;
  justify-content: space-between;
}

.footer-favicons {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 100%;
  margin: 10px 0 0px 0;
}

.footer-favicons > a {
  margin: 0 2ui 0px 0 2ui 0px;
}

.footer-favicons > a > img {
  height: 24px;
}

.weather > .madebylabel {
  line-height: 24px;
  margin-left: 50px;
  color: var(--black);
}

.weather > .ui.link {
  text-decoration: none;
  margin-left: 50px;
  padding-bottom: 13px;
  color: var(--formal-blue);
}

.footer-bottom-flex {
  display: flex;
  background-color: var(--light-grey);
  padding: 10px 0px;
  justify-content: space-evenly;
  gap: 25%;
}

.footer-accessibility-flex {
  display: flex;
  justify-content: space-evenly;
}

.footer-accessibility-flex > .ui.link {
  text-decoration: none !important;
  color: var(--black);
  justify-content: flex-start;
  margin: 0rem 0.5rem;
}

.footer-copyright {
  color: var(--light-grey);
  display: flex;
  background-color: var(--black);
  padding: 10px 0px;
  justify-content: space-evenly;
  gap: 32%;
}

@media only screen and (max-width: 768px) {
  .footer {
    display: block;
    font-size: 0.75rem;
  }
  .footer .links,
  .weather {
    margin-top: 1.5rem;
  }
  .footer .ui.link {
    margin-bottom: 0.5rem;
  }
  .footer .info-logo {
    width: 90%;
  }
  .footer-favicons {
    gap: 0.5rem;
  }
  .footer > .contact-info {
    justify-content: center;
    flex-direction: column;
  }
  .footer-contact-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .footer > .weather {
    width: 90%;
    text-align: center;
    line-height: 24px;
  }
  .weather > .madebylabel {
    margin-top: 20px;
  }
  .weather > .ui.link {
    width: 80%;
  }
  .footer-bottom-flex {
    justify-content: flex-start;
    padding-left: 0.5rem;
  }
  .footer-bottom-flex > .totalviews {
    display: none;
  }
  .footer-copyright > .totalviews {
    display: none;
  }
  .footer-copyright {
    justify-content: flex-start;
    padding-left: 0.5rem;
  }
  .footer-accessibility-flex > .ui.link {
    margin: 0rem 0rem;
    width: 7rem;
  }
}
