/* ===== Viewports ===== */
/* ===== Colors ===== */
/* ===== EQ colors ===== */
/* ===== Fonts =====*/
/* ===== Margins & Paddings ===== */
/* ===== Accordions ===== */
/* ===== Viewports ===== */
/* ===== Colors ===== */
/* ===== EQ colors ===== */
/* ===== Fonts =====*/
/* ===== Margins & Paddings ===== */
/* ===== Accordions ===== */
body {
  font-size: 1.125rem;
}

h1,
h2,
h3,
h4 {
  text-transform: inherit;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.1;
}

h1 {
  font-size: 2.5rem;
  padding: 1rem;
}

h2 {
  font-size: 2.3rem;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 1.3333333333rem;
  color: red;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  letter-spacing: -0.5px;
}

h4 {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0;
}

ol li {
  list-style: none;
}

li {
  font-size: 1rem;
  line-height: 1.5;
}
li a {
  text-decoration: underline;
}

p {
  font-size: 1rem;
  line-height: 1.5;
  padding: 1rem;
}
p a {
  text-decoration: underline;
}

html,
body {
  height: 100%;
}

.header {
  margin: 0;
}

.headerImage {
  height: 4rem;
  width: 4rem !important;
  margin: 1rem 0rem 1rem 1rem;
  margin-left: 2.5rem;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  width: -webkit-fill-available;
}

.image {
  height: 100%;
}

.mastheadText {
  background-color: #343434;
  color: white;
}

#mastheadDiv {
  background-color: #343434;
  --bs-gutter-x: 0;
}

.mastheadText {
  margin: auto;
}
.mastheadText input {
  font-size: 1rem;
  width: 80%;
  margin-left: 1rem;
}
.mastheadText a {
  color: #ffffff;
}

@media only screen and (min-width: 1024px) {
  #mastheadDiv {
    height: 80vh;
  }
  .lead {
    font-size: 1.2rem;
  }
}
.selectInput {
  height: 2rem;
  margin: 1rem;
}

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  padding-right: 20px;
}

footer {
  background-color: #4d4d4d;
  color: #ffffff;
  padding: 1rem 2rem;
  margin: 0;
}
footer p {
  background-color: #4d4d4d;
  width: 100%;
  margin: 0;
  font-size: 0.75rem;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #ffffff;
}/*# sourceMappingURL=styles.css.map */