#head-image {
  min-height: calc(max(27vh, 20vw));
  background-image: url("/images/catch.jpg");
  background-size: cover;
  background-position: center; }

#head-image #logo {
  margin-top: 6rem; }

.serif {
  font-family: 'Merriweather', serif; }

.bg-navbar {
  background-color: #332200 !important; }

.bg-accent {
  background-color: #b36b00 !important; }

.text-accent {
  color: #b36b00 !important; }
