.shaded-box {
  background: var(--bs-tertiary-color);
  color: var(--bs-gray-300);
  height: 200px !important;
}

.shaded-box-no-height {
  background: var(--bs-tertiary-color);
  color: var(--bs-gray-300);
}

.no-underline {
  text-decoration: none;
  color: var(--bs-gray-200);
}

.shaded-pill {
  color: white !important;
  background: var(--bs-border-color-translucent) !important;
  border-radius: 25px !important;
  border-width: 0px !important;
  margin-left: 1em;
  --bs-primary: #e3ddbd;
  --bs-primary-rgb: 232,221,189;
}

@media (mix-width: 768px) {
  .shaded-pill {
    color: white !important;
    background: var(--bs-border-color-translucent) !important;
    border-radius: 25px !important;
    border-width: 0px !important;
    margin-right: 0.5em;
    --bs-primary: #e3ddbd;
    --bs-primary-rgb: 227,221,189;
  }
}

body {
  background: #e0dbb5;
  font-family: 'Open Sans', sans-serif;
}

.call-for-action-height {
  height: 100px;
}

@media (min-width: 768px) {
  .call-for-action-height {
    height: 55px !important;
  }
}

@media (min-width: 576px) {
  .call-for-action-height {
    height: 75px;
  }
}

