.site-footer{
  background: var(--sage);
  padding: 46px 0;
}

/* align footer content to same shell as header/carousel */
.site-footer .page-shell{
  max-width: var(--shell-max);
  margin: 0 auto;
  padding-left: var(--shell-pad);
  padding-right: var(--shell-pad);
}

.site-footer h6{
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 18px 0;
  color: var(--forest);
}

.site-footer a,
.site-footer a:link,
.site-footer a:visited{
  color: var(--forest) !important;
  text-decoration: none !important;
}

/* link list spacing */
.site-footer .footer-links{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.site-footer .footer-links a{
  display:block;
  margin:0;
  font-size:15px;
  line-height:1.5;
}

/* underline on hover only */
.site-footer .footer-links a:hover,
.site-footer .footer-contact:hover{
  text-decoration: underline !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.site-footer .footer-contact{
  font-size:18px;
}

.brand-logo-full--footer{
  height: 100px;
  width:auto;
  display:block;
}

@media (max-width: 992px){
  .site-footer h6{ font-size:24px; }
}

@media (max-width: 768px){
  .site-footer h6{ font-size:22px; }
}
