/* Temporary debug CSS to make the reverse block behave normally 
.block-native-alternatives.block-reverse-replace-with-block {
  float: none !important;
} */

/* add some padding above the page titles */
h1 {
    padding-top: 20px;
}
/* Float home page image right and add padding */
.float-right {
  width: fit-content;
  white-space: nowrap;
  float: right;
  margin-left: 2rem;
}
/* Make Contact link look like a button */
.nav-link.contact-link {
  border: 2px solid #ffffff;
  border-radius: 0.25rem;
  padding: 0.4rem 0.85rem;
  font-size: 1.05rem;
  font-weight: 600;
  text-transform: none;
  background-color: #ffffff;   /* or your brand color */
  color: #30460B !important;
  width: fit-content;
  padding: 1rem;
}

/* Hover/focus state */
.nav-link.contact-link:hover,
.nav-link.contact-link:focus {
  background-color: #30460B;
  border-color: #ffffff;
  color: #ffffff !important;
  text-decoration: none;
}

