*{
    box-sizing: border-box;
}
    html, body {
        margin: 0;
        min-height: 100%;
}

    body {
        font-family: book antiqua;
        color: #2d1f1f;
        background-image: url("background.jpg");
        background-repeat: no-repeat;
        background-position: center 35%;
        background-size: cover;
        background-attachment: fixed;
}

    #wrapper {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        background-color: rgba(248, 245, 242, 0.25);
        }

    header {
        padding: 30px 30px 20px 30px;
}

    .topbar {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px;
        flex-wrap: wrap;
}

    .site-title {
        font-family: Georgia, 'Times New Roman', Times, serif;
        border: 1px solid #9c928b;
        background-color: rgba(239, 235, 231, 0.72);
        padding: 18px 22px;
        font-size: 3rem;
        letter-spacing: 1px;
        min-width: 260px;
        color: #2d1f1f;
        text-decoration: none;
        display: inline-block;
}

    nav {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
}

    nav a {
        text-decoration: none;
        color: #2d1f1f;
        border: none;
        background-color: rgba(239, 235, 231, 0.72);
        padding: 16px 24px;
        font-size: 1.1rem;
        border-radius: 12px;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0,08);
        transition: all 0.3s ease;
}

    nav a:hover {
        background-color: rgba(227, 216, 209, 0.95);
        transform: translate(-5px);
}
    nav a.current {
        background-color: rgb(250, 224, 151);
        border: none;
        border-radius: 12px;
    }

            .intro-box {
                margin-top: 18px;
                max-width: 520px;
                border: 1px solid #b9b0aa;
                background-color: rgba(239, 235, 231, 0.72);
                padding: 18px 20px;
}

            .intro-box h1 {
                font-family: Georgia, 'Times New Roman', Times, serif;
                margin: 0 0 10px 0;
                font-size: 1.5rem;
}

            .intro-box p {
                margin: 0;
                line-height: 1.6;
}

    main {
        padding: 0 30px 30px 30px;
}

    .hero-story {
        display: flex;
        gap: 30px;
        align-items: stretch;
        margin-bottom: 25px;
}

    .hero {
        flex: 1.5;
        min-height: 350px;
        border: transparent;
        background-color: rgba(243, 239, 232, 0.68);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        overflow: hidden;
}
    .hero-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
}

    .story {
        flex: 1;
        border: 1px solid #b9b0aa;
        background-color: rgba(239, 235, 231, 0.72);
        padding: 35px 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
}

    .story h2 {
        font-family: Georgia, 'Times New Roman', Times, serif;
        margin-top: 0;
        margin-bottom: 18px;
        font-size: 1.8rem;
}

    .story p {
        margin: 0;
        line-height: 1.7;
}

    .info-box,
    .map-box,
        footer {
            border: 1px solid #b9b0aa;
            background-color: rgba(239, 235, 231, 0.72);
            margin-bottom: 20px;
            padding: 28px 20px;
            text-align: center;
}

            .info-box h2,
            .map-box h2 {
                font-family: Georgia, 'Times New Roman', Times, serif;
                margin-top: 0;
                margin-bottom: 12px;
                font-size: 2rem;
}

    .info-box p,
    .map-box p,
        footer p {
        margin: 8px 0;
        line-height: 1.6;
}

        .footer-links {
            display: flex;
            justify-content: center;
            gap: 25px;
            flex-wrap: wrap;
            margin-top: 10px;
}

        .footer-links a {
            color: #2d1f1f;
           text-decoration: none;
}

        .footer-links a:hover {
            text-decoration: underline;
            color: rgb(207, 100, 100);
}
    .location-map {
        width: 100%;
        max-width: 100%;
        height: 300px;
        display: block;
        margin-top: 15px;
        border: 1px solid #b9b0aa;
}
    .external-link {
        color: #2d1f1f;
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-weight: bold;
        text-decoration: none;
        margin-top: 18px;
        display: inline-block;
}

    .external-link:hover {
        text-decoration: underline;
        color: rgb(207, 100, 100);
}



                        /* tablet */
                        @media only screen and (max-width: 900px) {
                            #wrapper {
                                width: 94%;
                            }

                            .topbar {
                                flex-direction: column;
                                align-items: stretch;
                            }

                            nav {
                                justify-content: flex-start;
                            }

                            .hero-story {
                                flex-direction: column;
                            }

                            .hero {
                                min-height: 320px;
                            }

                            .story {
                                text-align: left;
                            }
                            .services-row {
                                flex-direction: column;
}

                            .services-row .service-photo-box {
                                min-height: 220px;
}
}


                        /* smartphone */
                        @media only screen and (max-width: 600px) {
                            #wrapper {
                                width: 100%;
                            }
                            .video-row {
                                flex-direction: column;
                                align-items: center;
                            }
                            .salon-video {
                                max-width: 100%;
                                height: 500px;
                            }

                            header,
                            main {
                                padding-left: 15px;
                                padding-right: 15px;
                            }

                            .site-title {
                                font-size: 1.6rem;
                                min-width: auto;
                            }

                            nav {
                                flex-direction: column;
                                gap: 10px;
                            }

                            nav a {
                                width: 100%;
                                text-align: center;
                            }

                            .intro-box {
                                max-width: 100%;
                            }

                            .intro-box h1 {
                                font-size: 1.25rem;
                            }

                            .hero {
                                min-height: 240px;
                                padding: 0;
                            }

                            .story,
                            .info-box,
                            .map-box,
                            footer {
                                padding: 20px 15px;
                            }

                            .info-box h2,
                            .map-box h2 {
                                font-size: 1.5rem;
                            }
                            .services-row .service-photo-box {
                                min-height: 180px;
                                padding: 8px;
                }
                }
                            .services-group {
                                border: 1px solid #b9b0aa;
                                background-color: rgba(239, 235, 231, 0.72);
                                padding: 25px 20px;
                                margin-bottom: 25px;
                }

                            .services-group h2 {
                                font-family: Georgia, 'Times New Roman', Times, serif;
                                margin-top: 0;
                                margin-bottom: 20px;
                                font-size: 2rem;
}

Services Page

.service-item:first-of-type {
    border-top: none;
    padding-top: 0;
}

            .service-item h3 {
                font-family: Georgia, 'Times New Roman', Times, serif;
                margin: 0 0 8px 0;
                font-size: 1.2rem;
}

.service-item p {
    margin: 5px 0;
    line-height: 1.6;
}

.price {
    font-weight: bold;
}

.services-row {
    display: flex;
    gap: 30px;
    align-items: stretch;
    margin-bottom: 25px;
}

.services-row .services-group {
    flex: 2;
    margin-bottom: 0;
}

        .services-row .service-photo-box {
            flex: 1;
            border: 0;
            background-color: transparent;
            padding: 0px;
            overflow: hidden;
            display: flex;
}
.photo-stack {
    display: flex;
    flex-direction: column;
    gap: 90px;
}

.photo-stack .service-photo {
    width: 100%;
    height: 220px;
    display: block;
}

.photo-stack .eyebrow-photo:first-child {
    object-fit: cover;
    object-position: center top;
}

.photo-stack .eyebrow-photo:last-child {
    object-fit: cover;
    object-position: center center;
}

.service-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service-item {
    border-top: 1px solid #c8beb7;
    padding: 15px 0;
}

.service-item h3 {
    margin: 0 0 8px 0;
    font-size: 1.2rem;
}

        .contact-link {
            color: #2d1f1f;
            font-weight: bold;
            text-decoration: none;
}

        .contact-link:hover {
            text-decoration: underline;
            color: rgb(207, 100, 100);
}

        .eyebrow-photo {
            object-fit: contain;
            object-position: center top;
}

        .lash-photo {
            object-fit: cover;
            object-position:  right;
}

        .makeup-photo {
            object-position: left center ;
}
        .eyebrow-photo-box {
            display: flex;
            flex-direction: column;
            gap: 0;
            padding: 0;
            overflow: hidden;
}

        .eyebrow-photo-box .service-photo {
            display: block;
            width: 100%;
            height: 50%;
            object-fit: cover;
            margin: 0;
}
.video-box {
    border: 1px solid #b9b0aa;
    background-color: rgba(239, 235, 231, 0.72);
    padding: 25px 20px;
    margin-bottom: 25px;
    text-align: center;
}

.video-box h2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2rem;
}
.video-row {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.salon-video {
    width: 100%;
    max-width: 320px;
    height: 570px;
    border: 0;
    display: block;
}

PriceList Page

        .price-table-box {
            border: 1px solid #b9b0aa;
            background-color: #f8f5f2;
            padding: 25px 20px;
            margin-bottom: 25px;
           
}

        .price-table-box h2 {
            font-family: Georgia, 'Times New Roman', Times, serif;
            margin-top: 0;
            margin-bottom: 30px;
            font-size: 2rem;
            position: relative;
            top: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

        th,
        td {
            border: 1px solid #b9b0aa;
            padding: 12px;
            text-align: left;
            background-color: rgba(239, 235, 231, 0.72);
}

        th {
            background-color: #e3d8d1;
}

        .table-link {
            color: rgb(207, 100, 100);
            font-weight: bold;
            text-decoration:underline;

}

Booking Page

.form-box {
    border: 1px solid #b9b0aa;
    background-color: #f8f5f2;
    padding: 25px 20px;
    margin-bottom: 25px;
}

.form-box h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2rem;
}

form {
    display: flex;
    flex-direction: column;
}

label {
    margin-top: 12px;
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
}

            input,
            select,
            textarea {
                width: 46%;
                padding: 10px;
                border: 1px solid #b9b0aa;
                font-family: Arial, sans-serif;
                font-size: 1rem;
                background-color: #ffffff;
                margin-bottom: 10px;

}

textarea {
    display: block;
    width: 40%;
    max-width: 100%;
}

#submit {
    margin-top: 20px;
    width: 180px;
    background-color: #e3d8d1;
    color: #2d1f1f;
    border: 1px solid #b9b0aa;
    cursor: pointer;
}

#submit:hover {
    background-color: #d8cbc1;
}
            .notes-label {
                display: block;
                margin-bottom: 0px;
                font-weight: bold;
}
            #comment {
                margin-top: 16px;
                font-weight: bold;
}