html {
  scroll-behavior: smooth;
}

h1 {
  text-align: center;
  font-size: 4em;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.2em;
  padding-bottom: 0.5em;
  color: #32D6B6!important;
}

h2 {
  text-align: center;
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25em;
  padding-bottom: 0.5em;
}

h3 {
  text-align: center;
  font-size: 1.75em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25em;
  padding-bottom: 0.5em;
}


.subtitle {
  font-size: 1.75em;
  text-align: center;
  line-height: 1.25em;
  padding-bottom: 1.25em;
  font-style: italic;
}

.description {
  font-size: 1.25em;
  text-align: center;
  line-height: 1.25em;
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
}

.quarto-layout-cell {
  width: 100%;
}

.callout-title-container {
  font-size: 1.5em;
  font-weight: 700;
}

.callout-body-container {
  p {
    font-size: 1.15em;
  }
}

.callout-style-simple {
  padding-bottom: 1.2em!important;
  padding-top: 1em;
}

.centered p {
  text-align: center;
  font-size: 1.25em;
}

.btn-primary {
  background-color: #18BC9C;
  color: white;
  border: none;
  padding: 0.5em 1.5em;
  font-size: 1.25em;
  border-radius: 6px;
  text-decoration: none;
}

.modal {
  z-index: 1060 !important; /* Higher than the backdrop */
}
.modal-backdrop {
  z-index: 1050 !important;
}

.navbar-title {
  background-image: url('./favicon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 40px;
  display: block;
}

.salessignals {
  background-image: url('./favicon.svg');
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: left center;
  padding-left: 1.2em;
  margin-left: 0.1em;
  display: inline-block;
  font-weight: 500;
}

