footer a {
    text-decoration: none;
    color: var(--van-dyke-brown);
}

#address-holder {
    margin-top: auto;
    color: var(--van-dyke-brown);
}

#logo-holder {
    justify-self: center;
    text-align: center;
    width: min-content;
    margin: auto;
}

#logo-holder img{
  /* width: 7vw; */
  max-height: 3rem;
}

#logo-holder a {
    /* text-align: center; */
    width: -webkit-fill-available;
    width: -moz-available;
}

#link-legal-closure {
    text-align: left;
}


#link-privacy {
    text-align: right;
}

#footer-link-holder {
    display: flex;
    text-wrap: nowrap;
    margin-top: 0.5rem;
}

#contact-holder {
    width: fit-content;
    margin-left: auto;
    margin-top: auto;
}

footer {
    background-color: var(--bone);
}

#footer-grid {
    /* display: grid; */
    /* grid-template-columns: 20% 10% 40% 10% 20%; */
    padding: 1.2rem 1.2rem;
}