:root {
  --bg-col: #5e4830;
  --bg-darker-col: #54402a;
  --bg-very-dark-col: #2b2016;
  --bg-light-col: #f4e4d5;
}
header.site-header {
    background-image:url(/images/banner/mountain-lakes-golden-hour-woman.avif);
}

@media (max-width: 768px) {
    body.tall-header header.site-header {
        background-position: 90% 20%;
    }
}
