.nav-hover:hover {
    color: #6abea7 !important;
}

.parallax {
    background-image: url('images/BriansCafe-card.png') !important;
}

.float-card {
    background: rgba(255, 255, 255, 0.9);
    /* border-radius: 10px; */
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.float-card:hover {
    transform: translateY(-10px);
}


/* Remove border and shadows from the table */

.table-custom {
    border: none;
    box-shadow: none;
}


/* Remove border from individual table rows */

.table-custom tr,
.table-custom th,
.table-custom td {
    border: none !important;
}

.table-text {
    font-size: 15px;
    font-weight: bolder;
}