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

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

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

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

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

.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 .info-logo {
  width: 90%;
  max-width: 15rem;
  margin: 10px;
  cursor: pointer;
}

.footer-left-details {
  width: 100%;
}

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

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

.footer .footer-mid {
  display: flex;
  justify-content: space-around;
  padding-top: 25px;
}
.footer-mid  .footer-headers{
  text-align: center;
}

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

.footer-links-columns{
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.footer-links-columns .ui.link{
  line-height: 2;
}

.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;
}

.madebylabel {
  line-height: 24px;
  margin-top: 2rem;
  margin-top: 2rem;
  color: var(--black);
}
.footer-right-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.footer-right-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.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%;
}
.footer-right {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
}
.footer-right-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-right {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  padding-top: 25px;
}
.footer-right-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 1300px) {
  .footer {
    display: block;
    font-size: 0.75rem;
  }
  .footer-headers {
    font-size: 16px;
  }
  .footer > .footer-mid {
    justify-content: space-between;
    padding: 0% 17%;
  }
  .footer-links-columns .ui.link{
    line-height: 2;
  }

  .footer .footer-mid,
  .weather {
    margin-top: 1.5rem;
  }
  .footer .ui.link {
    margin-bottom: 0.5rem;
  }
  .footer .info-logo {
    width: 90%;
  }
  .footer-favicons {
    gap: 0.5rem;
  }

  .footer > .footer-left {
    justify-content: center;
    flex-direction: column;
  }
  .footer-left-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .footer > .weather {
    width: 90%;
    text-align: center;
    line-height: 24px;
  }
  .madebylabel {
    text-align: center;
  }
  .madebylabel {
    text-align: center;
    margin-top: 20px;
  }
  .madebylabel > .ui.link {
    text-align: center;
    width: auto;
    font-size: 12px;
    margin: 0px;
  }
  .footer-right-bottom > .ui.link {
    display: none;
  }
  .footer-bottom-flex {
    justify-content: space-evenly;
    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 0.5rem;
  }
  .footer-right {
    align-content: flex-start;
    width: 100%;
  }
  .footer-right-top {
    padding: 0% 17%;
    width: 100%;
  }
}
@media only screen and (max-width:950px){
  .footer-links-columns{
    flex-direction: column;
    gap: 0rem;
  }

}
@media only screen and (max-width: 450px) {
  .footer-right-top {
    padding: 0% 10%;
  }
  .footer > .footer-mid {
    padding: 0% 10%;
  }
  .footer-right {
    align-content: flex-start;
    width: 100%;
  }
  .footer-right-top {
    padding: 0% 17%;
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .footer-right-top {
    padding: 0% 10%;
  }
  .footer > .footer-mid {
    padding: 0% 10%;
  }
}
@media only screen and (max-width: 360px) {
  .footer > .footer-mid {
    flex-direction: column;
  }
  .footer-accessibility-flex > .ui.link {
    font-size: 14px;
  }
}
