/* Main css file for site: About Bauer. */

/* Import Foundation Grid */

@import url(/css/foundation-grid.css);
@import url(/css/tailwind-spacing.css);
/* @import url(/css/tailwind-grid-2022.css); */

.red {
  color: #c8102e;
}

p.lead {
  /* font-size: 1.25rem; */
  font-size: 2.7rem;
  line-height: 1.33;
  margin-bottom: 1.25rem;
  font-weight: 600;
}

.font-bold {
  font-weight: bold;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}