body { font-family: "Montserrat", sans-serif; }

a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }



.container-fluid { --bs-gutter-x: 0; --bs-gutter-y: 0; }

.img-fluid { width: 100%; }
.img-thumbnail { max-height: 60px; }

.lead::after {
  content: "";
  display: block;
  width: 175px;
  height: 3px;
  background-color: #ecc731;
  margin-top: 5px;
}



header { background: #f3e6b2; color: #4b4b4b; }

.bg-body-tertiary { background: #f9f2d8 !important; }
.bg-body-tertiary + a { display: block; background: #ecc731; padding: 0.25rem; }
.bg-body-tertiary + a:hover { text-decoration: none; }
.bg-body-tertiary + a i.bi { display: inline-block; background: #000; color: #f9f2d8; margin: -0.25rem; padding: 0.25rem 1rem; float: right; }

.card { background: #f9f2d8; }

aside { background: #4f8680; color: #fff; }
aside .bg-body-tertiary, aside .bg-body-tertiary + a { color: #000; }

footer { background: #f3e6b2; }
footer .img-thumbnail { max-height: 45px; }