/*!
Scearce Wagtail Theme Client Stylesheet
Copyright Scearce Media Company, LLC All Rights Reserved
Extends Bootstrap 5
*/
body {
  background-color: black; }

main {
  background-color: lightgrey; }

.bg-dark {
  background-color: black !important; }

.navbar-dark {
  --bs-navbar-color: #f42525; }

footer {
  color: white; }
  footer .nav-link {
    color: white; }

h1,
h2,
.h1,
.h2,
.card-title {
  color: #f42525;
  font-weight: bold; }

.banner {
  position: relative;
  overflow: hidden;
  background: #cccccc url(../media/splash-bg.jpg) center top;
  background-size: 200%;
  text-align: center; }
  @media (min-width: 992px) {
    .banner {
      background-size: 110%; } }
  .banner h1,
  .banner h2,
  .banner h3,
  .banner h4,
  .banner h5,
  .banner h6,
  .banner .h1,
  .banner .h2,
  .banner .h3,
  .banner .h4,
  .banner .h5,
  .banner .h6 {
    color: white; }
  .banner video {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*  object-fit is not supported on IE  */
    object-fit: cover;
    opacity: 0.5; }
  .banner .overlay {
    z-index: 2;
    position: relative;
    background-color: rgba(0, 0, 0, 0.45); }

.btn-primary {
  background-color: #f42525;
  border: var(--bs-btn-border-width) solid #f42525; }

.google-slides > iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block; }

.google-slides {
  width: 100%;
  max-width: 100%;
  margin-inline: auto; }
  @media (min-width: 992px) {
    .google-slides {
      width: 50%; } }
