/* footer start */
footer {
  width: 100%;
  position: relative;
  bottom: 0;
  color: white;
  padding-top: 2rem;
  line-height: 25px;
  font-size: 18px;
  /* background-color: var(--brand-green); */
  /* background-color: gray; */
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.42),
    rgba(255, 255, 255, 0.26)
  );
  p {
    margin: 0;
  }
}

.rowM {
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.colM {
  /* flex-basis: 25%; */
  padding: 0 1rem;
  align-self: flex-start;
  &.ft-links a {
    text-decoration: none;
    color: #160f00;
  }
}
.logoimg {
  width: 100%;
  max-width: 250px;
  min-height: 100px;
  max-height: 220px;
  height: auto;
  margin-top: 3rem;
}

.colM h2 {
  padding-top: 1rem;
  width: fit-content;
  font-family: var(--bold-title-font);

  line-height: 2.5rem;
  letter-spacing: 2px;
}
.colM h3 {
  font-family: var(--sans-font);

  width: fit-content;
  margin-top: 30px;
  position: relative;
  /* padding-bottom: 18px; */
  font-weight: 400;
  font-size: 24px;
  font-size: 22px;
  color: black;
}
.colM p {
  color: black;
}
.location {
  width: 50%;
}

.icons {
  display: flex;
  gap: 0.5rem;
  font-size: 28px;
}
.icons i {
  color: var(--brandBrown);
}
.icons i:hover {
  color: white;
  color: var(--brandGold);
}
.ftr-name {
  h2 {
    font-family: var(--sans-font);
    /* font-size: 36px; */
    color: rgb(0, 0, 0);
  }
  p {
    font-family: var(--sans-font);
    /* font-size: 12px; */
    color: #160f00;
    margin-top: -0.5rem;
    width: fit-content;
  }
  .logoimg {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .colM {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 426px) {
  .colM {
    flex-basis: 100%;
  }
}

/* .linkedIn p {
    color: silver;
    font-size: 0.85rem;
  } */

.credits {
  font-size: 14px;
  width: 90%;
  margin: auto;
  text-align: center;
  padding: 1rem;
}
.credit {
  text-decoration: underline;
  color: var(--brandBrown);
  color: silver;

  text-underline-offset: 3px;
}
.copyright {
  background-color: #241c19;
  color: white;
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .credits {
    text-align: left;
  }
}
/* footer end */
