html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}


.family-hero {
    min-height: 620px;
    background-image: url('/images/family-hero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.family-hero-overlay {
    min-height: 620px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.48);
}

.family-hero-content {
    color: white;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

    .family-hero-content h1 {
        font-size: 4.5rem;
        font-weight: 700;
        margin-bottom: 20px;
    }

.family-hero-subtitle {
    max-width: 800px;
    margin: 0 auto 35px auto;
    font-size: 1.4rem;
    line-height: 1.6;
}

.family-hero-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.family-introduction {
    padding: 70px 20px;
    text-align: center;
    background: #ffffff;
}

    .family-introduction h2 {
        font-size: 2.2rem;
        margin-bottom: 25px;
    }

    .family-introduction p {
        max-width: 850px;
        margin: 0 auto 20px auto;
        font-size: 1.1rem;
        line-height: 1.8;
    }

@media (max-width: 768px) {
    .family-hero {
        min-height: 500px;
    }

    .family-hero-overlay {
        min-height: 500px;
    }

    .family-hero-content h1 {
        font-size: 3rem;
    }

    .family-hero-subtitle {
        font-size: 1.15rem;
    }
}
