footer {

  width: 100vw;
  margin-top: 40px;

  background-color: rgb(48, 74, 48);
}

#footer-cont {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin: 0 40px;
  margin-bottom: 40px;
}

#footer-logo {
  height: 100px;
}

#footer-cred {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#footer-cred span {
  color: aliceblue;
  opacity: 0.75;
}

#footer-cred-logo {
  display: flex;
}

#footer-cred-text h1 {
  color: #C9A765;
  margin-bottom: 0;
  font-weight: 400;
}

#footer-cred-text span {
  color: aliceblue;
  opacity: 0.75;
}

.footer-subcont {
  display: flex;
  flex-direction: column;
  min-width: 200px;
}

.footerh2 {
  font-size: 1.2em;
  color: #C9A765;
  margin-top: 35px;
  margin-bottom: 5px;
}

.footer-hr {
  height: 2px;
  background-color: #C9A765;
}

.footer-subcont p {
  font-weight: 500;
  color: aliceblue;
  margin: 0;
  margin-top: 5px;
}

.footer-subcont span {
  margin-left: 10px;
  color: aliceblue;
  opacity: 0.75;
}

#lower-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#lowesthr {
  width: 90%;
}

#footerlowall {
  width: 85%;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin: 20px 0;
}

#footerlowall {
  opacity: 0.5;
  color: aliceblue;
}

#footerlowall span a {
  color: aliceblue;
  text-decoration: none;
}

@media (max-width:1200px) {
  #footer-cont {
    flex-direction: column;
  }
}

@media (max-width:450px) {
  #footer-cred-text h1 {
    font-size: 1.6em;
  }

  #footerlowall span {
    font-size: 0.8em;
  }
}