/*Put Bootstrap declarations first and then style overrides second*/
body {
  background-color: var(--bs-info);
}

h1, h2, h3, h4, h5, h6 {
  color: #00263E;
}

.card-hr {
  color: #55678B;
  overflow: visible;
  text-align: center;
  height: 2px;
  width: 75%;
}

.pac-container {
  z-index: 1055 !important; /* Higher than Bootstrap modal (z-index 1050) */
}

input, textarea, select {
  border-radius: 0 !important;
}
