/* css styles */

.content-block {
  padding-top: 20px;
  padding-bottom: 10px;
  margin-left: 30px;
  margin-right: 30px;
}

.hero-banner {
  position: relative;
  background-color: rgb(237,243,249);
  display: flex;
  justify-content: center;
}


.hero-banner h1 {
  color: #18A5C5;
  font-size: 3.5rem;
}

.hero-banner .content-block {
  min-width: 300px;
  max-width: 600px;
}

.hero-banner a[role="button"] {
  margin-right: 17px;
  margin-top: 0.6rem;
  margin-bottom: 1.6rem;
}

.hero-banner #btn-guide {
  background-color: #959595 !important;
  border: none;
}

.btn-action-primary {
  color: white;
  background-color: #18A5C5 !important;
}

.btn-action-primary:hover {
  color: white;
}

.btn-action {
  min-width: 165px;
  border-radius: 30px;
  border: none;
}

.btn-primary {
  background-color: #18A5C5;
  border-color: #18A5C5;
  color: white;
  padding: 0.375rem 0.75rem;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  border-radius: 0.25rem;
}
.btn-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}


.alt-background {
  background-color: rgb(247,249,251);
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.quarto-grid-item img.thumbnail-image {
  object-fit: contain;
}