body {
  margin: 0;
  text-align: center;
  color: #2C2C2C;
  font-family: 'Montserrat', sans-serif;
  background-color: #D5C9DD;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-family: 'Satisfy', cursive;
  font-weight: 500;
  font-size: 5em;
  color: #34292A;
}

p {
  font-size: 1.3em;
  color: #2C2C2C;
}

.colored-section {
  background-color: #D5C9DD;
  min-height: 100vh;
}

.nav-link {
  color: #2C2C2C !important;
  transition: color 0.3s ease;
  font-weight: 600;
}

.nav-link:hover {
  color: #ace88d !important;
}
.top-dumpling {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 80px;
  height: auto;
}

.social-links {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.social-icon {
  color: #6B46C1;
  transition: color 0.3s ease, transform 0.3s ease;
}

.social-icon:hover {
  color: #ace88d;
  transform: scale(1.1);
  text-decoration: none;
}

.about-content {
  max-width: 800px;
  margin: 50px auto;
  text-align: left;
  padding: 0 20px;
}

.about-content h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8em;
  color: #6B46C1;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}

.certifications-list {
  list-style: none;
  padding: 0;
}

.certifications-list li {
  margin: 15px 0;
  font-size: 1rem;
}

.cert-link {
  color: #2C2C2C;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}

.cert-link:hover {
  color: #ace88d;
  text-decoration: none;
}

.cert-link::before {
  content: "🏆 ";
  margin-right: 8px;
}

.experience-list {
  list-style: disc;
  padding-left: 20px;
  margin-top: 15px;
}

.experience-list li {
  margin: 12px 0;
  line-height: 1.6;
  font-size: 1rem;
}

.experience-list ul {
  list-style: circle;
  padding-left: 30px;
  margin-top: 8px;
}

.experience-list ul li {
  margin: 8px 0;
}

.about-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #2C2C2C;
  font-weight: 500;
}

.tagline {
  font-size: 1.2em;
  margin: 30px auto;
  max-width: 600px;
  line-height: 1.8;
}

#talentCarousel {
  max-width: 600px;
  margin: 60px auto;
}

.talent-slide {
  text-align: center;
  padding: 40px 20px;
}

.talent-icon {
  font-size: 3em;
  color: #6B46C1;
  margin-bottom: 20px;
}

.talent-slide h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5em;
  color: #34292A;
  margin-bottom: 15px;
  font-weight: 600;
}

.talent-slide p {
  font-size: 1.1em;
  color: #2C2C2C;
  line-height: 1.6;
  margin: 0;
}

.carousel-indicators li {
  background-color: #6B46C1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.carousel-indicators .active {
  background-color: #34292A;
}



.home-buttons {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 20px;
  margin-top: 40px;
}

.btn-custom {
  padding: 15px 35px;
  background-color: #8a7a60;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: block;
  width: 250px;
  text-align: center;
}

.btn-custom:hover {
  background-color: #ace88d;
  color: #3a3a4a;
  text-decoration: none;
  transform: translateY(-2px);
}

.btn-custom-outline {
  padding: 15px 35px;
  background-color: transparent;
  color: #8a7a60;
  text-decoration: none;
  border: 2px solid #8a7a60;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: block;
  width: 250px;
  text-align: center;
}

.btn-custom-outline:hover {
  background-color: #ace88d;
  border-color: #ace88d;
  color: #3a3a4a;
  text-decoration: none;
  transform: translateY(-2px);
}

.headshot {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  object-fit: cover;
  margin: 20px auto 20px;
  display: block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
