/* css styles */

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

/* Custom announcement banner styling */
.quarto-announcement {
  background-color: #c8a3c8 !important; /* Lighter purple than navbar #5b195b */
  color: #2d0e2d !important; /* Dark purple text for contrast */
  border: none !important;
  font-weight: 500;
}

.quarto-announcement a {
  color: #5b195b !important; /* Navbar purple for links */
  font-weight: 600;
  text-decoration: underline;
}

.quarto-announcement a:hover {
  color: #2d0e2d !important;
  text-decoration: none;
}

.quarto-announcement .bi {
  color: #5b195b !important; /* Icon color matches navbar */
}

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


.hero-banner h1 {
  color: #5b195b;
  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: #5b195b !important;
}

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

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


.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;
}