footer{
    background: var(--footer-bg);
    color: var(--footer-text);
    font-size: 0.75rem;
}

footer .topstuff{
    display: flex;
    flex-direction: row;
    gap: 3rem;
    justify-content: center;
}

footer .topstuff p{
    text-align: center;
}

footer .bottomstuff{
    text-align: center;
    margin: 2rem 0;
    line-height: 220%;
}

footer p{
  padding: 0;
  margin: 0;
}

footer a, footer a:active{
  color: var(--footer-text);
  text-decoration: underline;
  font-size: 1rem;
  text-align: center;
  display: block;
}

.footer-text .social{
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.footer-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.footer-text-3a{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.footer-logo svg{
    width: 90px;
  }
  
  .footer-logo .st0 {
    fill: var(--footer-bg);
  }
  
  .footer-logo .st1 {
    fill: var(--default-text);
    stroke-miterlimit: 10;
  }
  
  .california svg{
    width: 30px;
  }

  footer{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .a3logo{
    width: 4rem;
    margin: 0;
  }

  .a3-st0 {
    fill: #000;
  }

  .a3-st1 {
    fill: #fff;
  }

  .a3-st2 {
    display: none;
  }

  .california img{
    width: 16rem;
  }

  @media (max-width: 730px) {
    footer .topstuff{
      flex-direction: column;
      gap: 2rem;
  }
    .footer-logo{
    text-align: center;
    width: 100%;
  }
    .footer-logo svg{
    width: 120px;
  }
    .footer-text{
    text-align: center;
  }
  .footer-text div{
    justify-content: center;
  }
  }