.hero-section {
    background-image: url('../images/shallion.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 30vh;
    min-height: 400px; 
    margin-bottom: 0;
    position: relative;
    text-align: center;
    font-family: var(--font-heading);
    padding-bottom: 50px;
}

.hero-overlay {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-logo {
    max-width: 600px;
    margin-bottom: 10px;
}

.hero-heading {
    font-size: 2.5rem;
    margin: 0;
    letter-spacing: 1rem;
}

.hero-subheading {
    font-size: 1.2rem;
    margin-top: 10px;
}

.hero-overlay h1 {
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.hero-overlay p {
    font-size: 1.5rem;
    font-weight: 300;
    max-width: 700px;
}

.shallion-landing {
    text-align: center;
    padding: var(--space-xl) 0;
}

.landing-heading {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    margin-bottom: var(--space-md);
}

.landing-subtext {
    font-size: 1.2rem;
    color: var(--gray);
    margin-bottom: var(--space-lg);
}

.landing-buttons {
    display: flex;
    justify-content: center;
    gap: var(--space-md);
    flex-wrap: wrap;
}

h1 {
font-size: 2rem;
margin: 1rem 0;
}