body {
    padding-top: 20px;
    background-color: #f8f9fa;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.top-nav {
  background-color: #f8f9fa;
  border-bottom: 1px solid #ddd;
}

.top-nav a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.top-nav a:hover {
  text-decoration: underline;
}


.hero {
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem;
    background-color: #ffffff;
}

.hero img.headshot {
    max-width: 300px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-bottom: 1.5rem;
}

.hero h1 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.hero p {
    font-size: 1.25rem;
    color: #666;
}

.hero a.btn {
    margin-top: 1.5rem;
}

.section-preview {
    background-color: #fff;
    padding: 2rem 1rem;
    margin-top: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.section-preview h4 a {
    text-decoration: none;
    color: #0d6efd;
}

.wave-divider {
  margin-top: -5px;
  line-height: 0;
}

.card-img-top {
    height: 200px;
    object-fit: contain;
    padding: 1rem;
}

footer {
  font-size: 0.9rem;
  color: #666;
}
