body {
  margin: 0;

}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

footer {
  margin: 0;
}

.wp-block-group .wp-block-group__inner-container {
    padding-bottom: 20px;
}
.wp-block-group >*:last-child {
    margin-bottom: 0;
}
.footer {
  background-color: #E94A26;
  color: white;
  display: flex !important;
  flex-direction: column !important;
}

.py-3 {
  padding: 0 10%;
}

.pre-footer {
  background-color: #E0E0E0;
  color: white;
  display: flex !important;
    flex-direction: column !important;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }

  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }
  .w-25 {
    width: 100% !important;
}

  .nav-link {
    color: white;
  }

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .bd-mode-toggle {
    z-index: 1500;
  }

  .bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
  }

  .black-text {
    color: black;
  }
