/* 
    Home Page Custom Styles 
    Cook with Judy & Flo
*/

.btn:hover {
    background-color: gray;
    border-color: gray;
}

.hero-btn-wrapper {
    padding-top: 1rem;
}

.main-content-fluid {
    background: #ffffff;
    border-radius: 0.5em 0.5em 0px 0px;
}

.view-all-wrapper {
    padding-top: 1rem;
    display: flex;
    justify-content: center;
}

.wf-section-title {
    /* Keep existing class styling if any, or add here */
}

/* Ensure smooth transitions */
.btn {
    transition: all 0.3s ease;
}
