/* General styles */
body {
    background-color: #000000;
}


#header {
    background-color: #2a1107;
}

#mainContent {
    margin-bottom: 15vh;
}

#purechat-container .purechat-launcher-frame.purechat-launcher-frame-bottom-right {
    bottom: 10vh !important;
    right: 15px;
}

.bg-wine {
    background-color: #2a1107;
}

.text-orange {
    color: #ac7d2c;
}

.card-text {
    height: calc((1.3rem + .6vw)*2.5);
}

/* Nav Bar styles */

.fixed-bottom-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    border-top: 1px solid #dcdcdc;
    z-index: 1000;
}

.fixed-bottom-menu .nav-link {
    color: #000000;
}

.fixed-bottom-menu .nav-link:hover {
    color: #007bff;
}

.fixed-bottom-menu .nav-item {
    flex: 1;
    text-align: center;
    position: relative;
}

.contact-options,
.category-options {
    display: none;
    width:100vw;
    max-width: 320px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 0.5rem;
    padding: 0.5rem;
    overflow-y: scroll;
}

.contact-options .btn,
.category-options .btn {
    width: 100%;
    height: auto;
    padding: 0.5rem 1rem;
    border-top: #000000 1px;
    border-bottom: #fff 1px;
    border-radius: 0.5rem;
    margin: 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-options .btn i,
.category-options .btn i {
    margin-right: 0.5rem;
}