@import url('https://fonts.googleapis.com/css2?family=Tourney:wght@200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Play&display=swap');

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    background-color: #0A3055;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
    background: rgba(0, 0, 0, 0.9);
}


a:hover {
    color: deepskyblue !important;
    text-decoration: underline !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Tourney', cursive;
}

a, p, span {
    font-family: 'Play', sans-serif;
}

body#generator {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    padding: 0;
}

#showcase {
    padding: .5em;
    background: rgba(0, 0, 0, 0.1);
}

.sale-main {
    min-height: 100vh;
    min-width: 100vw;
}

.stairway-main h1 {
    font-size: 24px;
    font-weight: bold;
}

.stairway-main p {
    font-size: 18px;
}

.stairwayRenderer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100vh !important;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    pointer-events: none;
}


.btn.custom {
    border-radius: 20px !important;
    background: rgba(138, 43, 226, 0.5);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .07);
    transition: 300ms ease;
    font-weight: bold;
    padding: .5em 2rem;
}

.btn.custom:hover {
    background: rgba(138, 43, 226, 0.9);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .11);
    transform: translateY(-5%);
}


.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #fff;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}
@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }
    50%, 100% {
        top: 24px;
        height: 32px;
    }
}


main{
    display: flex;
    align-items: center;
    justify-content: center;
}