/* this changes the text on the landing page menu from 'continue bidding' to something else
but needs to be used with the corresponding custom javascript to work */
.continue-bidding-btn::before {
    content: "Continue";
}
/* end continue bidding change to CSS */
