.c-bg-primary {
    background-color: #000 !important;
}

.c-btn-primary {
    background-color: #E6B670;
    color: #2C2A2B;
    border: none;
}


.c-btn-primary:hover {
    background-color: #E6B670;
    color: #fff;
    border: none;

}

.c-text-primary {
    color: #E6B670;
}

.c-text-secondary {
    color: #2C2A2B;
}

.text-dark {
    color: #2C2A2B !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  /* -webkit-text-fill-color: #000 !important; */
  transition: background-color 5000s ease-in-out 0s;
}

.form-control {
    border: 1px solid #dbdfea !important;
}
.bottom-nav {
    display: none;
  }

@media (max-width: 768px) {
  
    .hide-on-mobile {
      display: none;
    }

    .bottom-nav {
        display: flex;
        justify-content: space-around;
        background: #111;
        padding: 10px 0px;
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 10000;
    }
    
    .bottom-nav-text {
        font-size: 0.7rem;
        font-weight: normal;
    }
}