/*!
Scearce Wagtail Theme Base Stylesheet
Copyright Scearce Media Company, LLC All Rights Reserved
Extends Bootstrap 5
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300");
h1,
h2,
.h1,
.h2 {
  text-transform: uppercase; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans Condensed', sans-serif; }

.w-90 {
  width: 90% !important; }

.w-80 {
  width: 80% !important; }

.w-70 {
  width: 70% !important; }

main {
  text-align: center; }

.row {
  padding-top: 1rem;
  padding-bottom: 1rem; }
