/* CSS for layout/content */

  
img.img-fluid {
  max-width: 100%;
  width: 100%;
  height: auto;
}
  
.wp-block-button__link {
  border-radius: 0px !important;
  border: 2px solid currentColor;
  color: currentColor;
  background-color: inherit;
  min-width: 140px;
  text-decoration: none !important;
}
  
.is-style-outline .wp-block-button__link {
  border: 2px solid;
}
  
.is-style-outline .wp-block-button__link:hover {
  border: 2px dashed;
}
  
.wp-block-cover, .wp-block-cover-image {
  padding: var(--global--spacing-vertical) var(--global--spacing-horizontal);
}
  
a.default-button {
  font-family: var(--global--font-primary);
  font-weight: normal;
  padding: var(--one-spacer);
  border: 2px solid var(--wp--preset--color--black);
  color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--white);;
  text-decoration: none !important;
  display: inline-block;
  margin-right: var(--global--spacing-horizontal);
}
  
a.default-button:hover {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--black);;
}
  
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0 !important;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}