/* =========NEW HOME========================================================= */

.heroBG {
    background: url(https://cdn1.bigcommerce.com/n-ou1isn/ghjlhhz/images/stencil/original/image-manager/desktophero.jpg?t=1754595454)no-repeat center center;
    background-size: cover;
    padding: 6%;
    min-height: 900px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.btn-primary {
    background-color: #4c5c39;
    color: #fff;
}

.btn-primary:hover {
    background-color: transparent;
    color: #4c5c39;
    transition: ease .4s;
    border: solid 1px #4c5c39;
}

.btn-ghost {
    background-color: transparent;
    border: solid 1px #934f3a;
    color: #333
}

.btn-ghost:hover {
    background-color: #934f3a;
    color: #fff;
    transition: ease .4s;
}

.col2 {
    display: flex;
    align-items: center;
    justify-content: start;
    grid-gap: 10px;
}

.heroTxt {
    max-width: 500px;
}

span.sedge {
    font-family: "Sedgwick Ave", cursive;
    font-weight: 400;
}

h1 span.sedge  {
    font-size: clamp(3.25rem, 2.1667rem + 3.5vw, 4.5rem);
    color: #934f3a;
    font-weight: 500;
}

h1 .heroTxt {
    font-size: clamp(3.25rem, 2.1667rem + 3.5vw, 4.5rem);
}

.section3 {
    display: flex;
    align-items: anchor-center;
    justify-content: center;
    grid-gap: 20px;
    text-align:center;
}

.pageBody h3 {
    font-size: clamp(1.7rem, 1.4593rem + 0.9877vw, 2rem);
}

.pageBody h2 {
    font-size: clamp(1.5rem, 2.1389rem + 1.4815vw, 2rem);
}

h2 span.sedge {
    font-size: clamp(2.5rem, 2.1389rem + 1.4815vw, 3.25rem);
}

span.sedge  {
    color: #934f3a;
    font-weight: 500;
}

.sectionReviews {
    background: url(https://cdn2.bigcommerce.com/n-ou1isn/ghjlhhz/images/stencil/original/image-manager/reviewsbg.png?t=1754598563)no-repeat center center;
    background-size: cover;
    padding: 9%;
    min-height: 650px;
}