#main .nav-pills>li.active>a,
#main .nav-pills>li.active>a:hover,
#main .nav-pills>li.active>a:focus {
  background-color: linear-gradient(135deg, #d8e5ff 0%, #e8d5f8 100%);
}

/* Change navbar link text color */
.navbar-nav .nav-link {
  color: #e8d5f8;
  /* Text color */
}

/* Change navbar link text color on hover */
.navbar-nav .nav-link:hover {
  color: #e8d5f8;
  /* Text color when hovering */
}

#main .nav-pills>li>a:hover {
  background-color: linear-gradient(135deg, #d8e5ff 0%, #e8d5f8 100%);
}

#main a:link {
  color: #d8e5ff;
}

/* visited link */
#main a:visited {
  color: #881ca3;
}

/* mouse over link */
#main a:hover {
  color: #d8e5ff;
}

/* selected link */
#main a:active {
  color: #716464;
}

h1,
h2,
h3,
h4,
h5,
h6,
legend {
  color: #000000;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 25px;
}

body {
  font-size: 16px;
}

#nav-top span.glyphicon {
  color: #d8e5ff;
}

#table-of-contents header {
  color: #d8e5ff;
  background-color: linear-gradient(135deg, #d8e5ff 0%, #e8d5f8 100%);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: linear-gradient(135deg, #d8e5ff 0%, #e8d5f8 100%);
  border-color: #d8e5ff
}


a {
  color: #881ca3;
  text-decoration: none
}



a:hover,
a:focus {
  color: #d8e5ff;
  text-decoration: underline
}

a:visited {
  color: #d8e5ff
}

#sidebar {
  color: #d8e5ff;
  background: #d8e5ff;
}

#sidebar h2 {
  color: #FFFFFF;
  background-color: #98b7eb;
}

#sidebar a {
  color: #FFFFFF;
}

#sidebar a:hover {
  background-color: #3F4548;
  color: #FFFFFF;
}

.navbar {
  background-image: linear-gradient(120deg, #d8e5ff, #881ca3);
}

.nav-links li a {
  color: #881ca3;
  text-decoration: none;
  padding: 10px 15px;
  display: inline-block;
  transition: background-color 0.3s;
}

.nav-links li a:hover {
  background-color: #555;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #ffffff;
  background-color: linear-gradient(135deg, #d8e5ff 0%, #e8d5f8 100%)
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #d8e5ff;
  background-color: linear-gradient(135deg, #d8e5ff 0%, #e8d5f8 100%)
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #d8e5ff
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #d8e5ff;
  color: #ffffff
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: linear-gradient(135deg, #d8e5ff 0%, #e8d5f8 100%)
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: linear-gradient(135deg, #d8e5ff 0%, #e8d5f8 100%)
}

body {
  /* Soft blue-to-purple gradient similar to the image */
  background-color: linear-gradient(135deg, #d8e5ff 0%, #e8d5f8 100%);
  background-attachment: fixed;
  /* Keeps gradient stationary when scrolling */
}

body {
  background-color: #fdf2f8;
  /* Light pink hex code */
}

.quarto-grid-item {
  border: none !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Subtle shadow for the cards */
}

/* ----------------------------------------------
 * Generated by Animista on 2026-3-8 20:12:46
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

.tracking-in-expand {
  -webkit-animation: tracking-in-expand 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
  animation: tracking-in-expand 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

.footer,
.nav-footer {
  background-image: linear-gradient(120deg, #d8e5ff, #881ca3) !important;
  background-color: transparent !important;
  border-top: none !important;
}

.footer .nav-footer a,
.nav-footer a {
  color: #d8e5ff !important;
  font-size: 24px !important;
  /* Adjust this value to make icons bigger/smaller */
}

.shiny-iframe-container {
  width: 100%;
  height: 100vh;
  /* Takes up 100% of the viewport height */
  min-height: 750px;
  /* Ensures it doesn't get too small on mobile */
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.shiny-iframe-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.footer .nav-footer a:hover,
.nav-footer a:hover {
  color: #ffffff !important;
  background-image: none !important;
}

html {
  scroll-behavior: smooth;
}

.scroll-down-arrow {
  display: inline-block;
  animation: bounce 2s infinite;
  text-decoration: none;
  transition: transform 0.3s;
}

.scroll-down-arrow:hover {
  transform: scale(1.2);
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-15px);
  }

  60% {
    transform: translateY(-7px);
  }
}

/* --- Download Buttons --- */
.download-btn {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 30px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-primary.download-btn {
  background-color: #881ca3;
  border-color: #881ca3;
  color: #ffffff;
}

.btn-primary.download-btn:hover {
  background-color: #d8e5ff;
  border-color: #d8e5ff;
  color: #881ca3;
}

.btn-outline-primary.download-btn {
  color: #881ca3;
  border-color: #881ca3;
}

.btn-outline-primary.download-btn:hover {
  background-color: #881ca3;
  color: #ffffff;
}

/* --- Timeline Layout --- */
.timeline {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 20px 0;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 4px;
  background-color: #d8e5ff;
}

.timeline-item {
  position: relative;
  margin-bottom: 30px;
  padding-left: 50px;
}

.timeline-dot {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #881ca3;
  border: 3px solid #fdf2f8;
  z-index: 1;
}

.timeline-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border-left: 4px solid #881ca3;
}

.timeline-content h3 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #881ca3;
}

.timeline-content h4 {
  margin-top: 0;
  color: #555;
  font-size: 1.1em;
}

.timeline-date {
  color: #777;
  font-style: italic;
  margin-bottom: 10px;
}

/* --- About Section Images --- */
.about-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 4px solid #d8e5ff;
  /* Matches the pastel blue */
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* --- Testimonials --- */
.testimonial-container {
  padding: 40px 20px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.testimonial-quote {
  font-size: 1.3rem;
  /* Medium size font */
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.5;
}

.testimonial-author {
  font-size: 1.0rem;
  color: #881ca3;
  /* Uses your theme purple */
  font-weight: bold;
  margin-bottom: 30px;
}

/* Force the navbar homepage title to always remain black, even after clicking */
.navbar-brand:visited, .navbar-title:visited {
  color: black !important;
}

/* --- Global Font Settings --- */
body, p, li, span, a, div, h2, h3, h4, h5, h6 {
  font-family: "Times New Roman", Times, serif !important;
}

/* Main Header Font (Tab Titles) */
h1, h1.title, .quarto-title-text, .title {
  font-family: "Cooper BT", "Cooper Black", "Cooper Hewitt", serif !important;
}