/* Thankyou Page */

.stripe-thank-you .entry-header {
    display: none;
}

.thank-you-details {
    max-width: 800px;
    margin: 5em auto;
    color: var(--bb-body-text-color) !important;
    position: relative;
    z-index: 99;
    text-align: center;
}

.thank-you-details i {
    color: var(--ODBUgreen);
    font-size: 3em;
    font-weight: 200;
}

.thank-you-details h1 {
    margin-top: 15px;
}

.thank-you-details button {
    margin-top: 15px;
}

#page .footer-bottom {
    position: relative;
    z-index: 99;
}