/* $secondary-color-2: rgb(191,215,227); */
#footer {
  background-color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}

#footer-main {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 8% 0 4% 0;
  flex-wrap: wrap;
}
@media only screen and (max-width: 769px) {
  #footer-main {
    justify-content: flex-start;
  }
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 30px;
  min-width: 100px;
}
@media only screen and (max-width: 769px) {
  .footer-column {
    border-bottom: 2px solid #cfd0d0;
    margin-bottom: 20px;
  }
}

#footer .footer-column-links a {
  color: white;
  margin: 10px 5px;
  font-size: 100%;
  cursor: pointer;
}

#footer .footer-column-links a:hover {
  text-decoration: underline;
}

.footer-column-header {
  color: white;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 150%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  line-height: normal;
}

.footer-column-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 110%;
}

.footer-column-description {
  width: 100%;
  color: white;
}

#rld-footer-about {
  width: 300px;
  min-width: 200px;
}

#rld-footer-about-title h {
  font-size: 140%;
  margin-left: 10px;
}

#rld-footer-about-title img {
  width: 10%;
}

#footer-end {
  font-size: 100%;
  color: white;
  height: 8%;
  width: 60%;
  padding: 1.5% 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #cfd0d0;
  flex-wrap: wrap;
}

#footer-end-right {
  display: flex;
  width: 8%;
  min-width: 75px;
}

#footer-end-right img {
  width: 30%;
  margin: 0 3px;
  cursor: pointer;
}
#footer-end-right img:hover {
  opacity: 0.7;
}
