body, html {
    margin: 0;
    padding: 0;
    border: 0;

    background: rgb(50,50,50);
    color: white;
    font-family: sans-serif;
}

a {
    color: #FFaaaa;
    text-decoration: none;
}

#top-title-bar {
    margin: 0;
    padding: 1rem;
    text-align: center;

    background: rgb(100,80,80);
}

.main-prompt {
    padding: 1rem;
    text-align: center;

    font-size: 1.5rem;
}

.mailcheck-suggestion {
    display: none;
    background: rgb(70,70,70);
    width: fit-content;
    margin: auto auto 0.5rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
    font-weight: bold;
}
.mailcheck-suggestion__email {
    color: #ff9999;
}

.main-form {
    padding: 1rem;
    text-align: center;
    margin: auto;

    max-width: 600px;
}
.main-form__explainer-text {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.main-form__longtext {
    width: 600px;
    height: 200px;
}
.main-form__longtext--fixedrows {
    height: auto;
}
.main-form-error-msg {
    text-align: center;

    color: #eb6c66;
    font-size: 1.25rem;
}
.main-form-success-msg {
    text-align: center;

    color: #6ccb66;
    font-size: 1.25rem;
}
.main-form-title {
    text-align: center;
}

.processing-message {
    margin: 1em;
    text-align: center;
}

.order-preview {
    text-align: center;
}

.order-preview__image {
    background: rgb(169, 169, 169);
    max-height: 480px;
    max-width: 100%;
}

.stripe-card-element {
    padding: 0.3rem;
    border-radius: 0.3rem;
    margin: 0.5rem auto;
    max-width: 600px;

    background-color: rgb(90, 90, 90);
}

.stripe-card-errors {
    margin-bottom: 1em;
    text-align: center;

    color: #eb6c66;
}

.stripe-submit-wrapper {
    text-align: center;
}

.paypal-button {
    text-align: center;
}

.order-download-msg {
    margin-top: 0.5em;
    text-align: center;
}

.autorenew-cancel-form, .autorenew-existing-card-form {
    text-align: center;
}

.order-subscription-call {
    display: block;
    margin: 1rem 0;
}

.order-embed-script-textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 0.5rem;
    margin-top: 0.5rem;
}

.page-limit-box {
    max-width: 900px;
    border-radius: 1rem;
    margin: 1rem auto;
    padding: 1rem;

    background: rgb(60, 60, 60);
}

.section-title {
    margin: 0;
    padding: 1em 1em 0.5em 0.5em;
    font-size: 1.5rem;
}

.table-row-count-message {
    padding: 0;
    margin: 2px;
    text-align: center;
}

.item-table {
    width: 100%;
    text-align: center;
}

.item-table__head {
    background: rgb(70, 70, 70);
}
.item-table__body {
    background: rgb(70, 70, 70);
}

.item-table__cell {
    padding: 0.5rem;
}

.item-table__cell--button-cell {
    width: 120px;
}

.drag-drop-file-submit {
    height: 320px;
    max-width: 800px;
    margin: 1rem auto;
    position: relative;

    border-style: dashed;
    border-width: 1px;
    border-radius: 1rem;

    /* Overridden by JS once loaded. */
    display: none;
}

.drag-drop-file-submit__label {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;

    font-weight: bold;
}

.form-instruction-line {
    margin: 2px 6px 16px 0;
}

.main-form__shorttext, .form-text-input {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
    -webkit-transition: .05s border-color ease-in-out;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25em;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
    box-sizing: border-box;
    color: #333;
    display: inline-block;
    font: -webkit-small-control;
    font-size: 1rem;
    letter-spacing: normal;
    line-height: 1.5;
    margin: 2px 6px 16px 0;
    outline: 0;
    padding: .375rem .75rem;
    text-align: start;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    transition: .05s border-color ease-in-out;
    width: 100%;
    word-spacing: normal;
}

.form-file-input-wrapper {
    margin: 2px 0 16px 0;
    border: 1px white solid;
    border-radius: 0.5rem;
    padding: 0.5rem;
    text-align: center;
}

.button {
    padding: 0.84rem 2.14rem;
    font-size: 0.81rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 2px 0 16px 0;
    border: 0;
    -webkit-border-radius: 0.125rem;
    border-radius: 0.125rem;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    white-space: normal;
    word-wrap: break-word;

    background-color: #c44532;
    color: #fff;
}
.button:hover, .button:active, .button:focus {
    outline: 0;
}
.button:disabled {
    background: #999;
}

.video-js {
    margin: auto;
}

.glb-renderer-container {
    position: relative;
    margin: 1em;
    text-align: center;
    color: #000000;
}

.glb-renderer {
    max-width: 1200px;
    width: 100%;
    height: 675px;
}

.glb-renderer-hover-text {
    position: absolute;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: 300%;
        left: -100%;
    }
}

@media (max-width: 767px) {
    .fullscreen-bg__video {
        display: none;
    }
}