.heading-event-type {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
}

h2.heading-main {
    text-align: center;
    color: #4c2683;
    font-size: 3em;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-weight: 400 !important;
    font-style: italic;
}

h3.heading-section {
    color: #4c2683 !important;
    font-size: 2em !important;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif !important;
    font-weight: 400 !important;
    font-style: italic;
    text-align: center;
}

.specifics {
    text-align: center;
    font-size: 1.25em;
}

.auction-item {
    text-align: center;
    max-width: 800px;
    margin: auto auto 2em auto;
}

.current-high-bid {
    font-size: 200%;
    text-align: center;
}

.current-high-bid strong {
    color: green;
}

.bid-cta {
    text-align: center;
}

.order-tickets .btn {
    margin-bottom: 0;
}