
#fixed_booking { position: fixed; bottom: 0; width: 100%; height: 60px;  }
#fixed_mobile_booking { position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f2f2f2;
    padding: 10px;  }
.online_booking {
    padding: 20px 0;
    /* define values in pixels / Percentage or em. whatever suits
       your requirements */
}
.btn-outline-customer{
    color : #660033;
    border-color: #660033;
}

.btn-outline-customer:hover {
    color: #fff;
    background: #660033;
    border-color: #660033;
}

.block {
    height: 360px;
    /*    color: #212529;
        background: rgba(86,61,124,.15);*/
    margin: 10px;
}

.btn-customer{
    color: #fff;
    background: #660033;
    border-color: #660033;
}

.btn-customer:hover {
    color: #660033;
    background: #fff;
    border-color: #660033;
}

footer {
    margin-bottom: 90px;
}

.btn.active
{
    color: #fff;
    background-color:#660033;
}

/*.lined-heading{
    text-align: center;
    font-size: 1.2em;
    margin: 20px;
}*/

.img-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.txt-shadow {
    text-shadow: 4px 4px 4px gray;
}

.lined-heading {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
    font-weight: 700 !important;
    font-size: larger;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
     color: #000000;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.txt-customer-color{
    color : #660033;
}