h1 {
  color: #9c905c
}

.bg-indigo-100 {
  background-color: #9c905c55 !important;
}

.text-indigo-100 {
  color: #9c905c !important;
}

.text-indigo-500 {
  color: #9c905c;
}

.bg-indigo-500 {
  background-color: #9c905c88 !important;
}

svg path {
  color: #9c905c;
}


.logo-bg {
  padding: 10px;
  background-color: #ffffff;
  /* Default background color with transparency */
}

/* Remove transparency on small screens */
@media (max-width: 640px) {
  .logo-bg {

    background-color: #ffffff;
    /* Solid background color on small screens */
  }
  .footer-stuff > * {
    width: 100%;
    justify-content: left;
    padding-left: 20px;
  }
} 