/* User Provided Stylesheet */

.footer {
  background: #809e00;
  color: white;
  padding-left: 2rem;
  padding-right: 2rem;

  padding-left: 3.5rem;
  padding-right: 3.5rem;

  /* Outer content grid */
  & .outer-grid {
    /* spacer, project description, spacer, link columns, spacer */
    grid-template-columns: 3fr 3fr 4fr;
    align-items: center;
    margin-bottom: 0rem;

    & li {
      list-style: none;
    }
  }

  @media (max-width: 640px) {
    & .outer-grid {
      grid-template-columns: 1fr;
      justify-items: start;
    }
  }

  /* Heading colours */
  & a,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: white;
  }

  & h1 {
    font-size: 1.25rem;
    font-weight: bold;
  }
}


div:has(> nav).bg-white\/80 {
  background: #809e00;
  height: 5.5rem;
}

nav {
  & a, button>span{
    color: white;
  }

  & .h-9{
    height: 3.25rem;
  }
}

article {
  .text-indigo-400 {
    color: white;
  }

  a.button {
    background-color: #809e00;
  }

  a.button:hover {
    background-color: #819e00c5;
  }
}
