/* GLOBAL BASICS ------------------------------------------- */

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #fff;
    color: #222;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1, h2 {
    text-align: center;
    margin-top: 20px;
}



/* TOP NAV -------------------------------------------------- */

.topbar {
    background: #ffffff;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.logo {
    font-size: 26px;
    font-weight: bold;
}

.subtext {
    font-size: 14px;
    margin-bottom: 10px;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-flex;
    gap: 20px;
}

nav a {
    font-weight: bold;
    padding: 5px 0;
}

nav a.active {
    border-bottom: 2px solid #000;
}

.contact-phone {
    font-size: 14px;
    margin-top: 5px;
}



/* HERO HEADER IMAGE --------------------------------------- */

.header-image {
    width: 100%;
    height: 400px;
    background-image: url('images/frontofsalon.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.intro {
    margin-top: 20px;
}


/* INTRO SECTION ------------------------------------------- */

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

.button-row {
    margin-top: 20px;
}

.btn {
    display: inline-block;
    padding: 10px 22px;
    background: #d88f48;
    color: #fff;
    border-radius: 5px;
    margin: 5px;
    font-weight: bold;
}

.btn.secondary {
    background: #444;
}

.support-row {
    margin-top: 40px;
}

.support-img {
    width: 250px;
}

.stylist-need img {
    width: 250px;
}



/* TESTIMONIALS -------------------------------------------- */

.testimonials {
    text-align: center;
    padding: 30px 10px;
    font-size: 16px;
    line-height: 1.5;
}



/* FOOTER --------------------------------------------------- */

.footer {
    text-align: center;
    font-size: 14px;
    padding: 30px 10px;
    margin-top: 40px;
    background: #fafafa;
    border-top: 1px solid #ccc;
}
