.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6, .reveal p {
    font-family: 'Ubuntu' !important;
    font-weight: 100;
}
.reveal td, .reveal li, .reveal blockquote {
    font-family: 'Ubuntu' !important;
    font-weight: 200 !important;
    font-style: inherit;
}
.reveal th {
    font-family: 'Ubuntu' !important;
    font-weight: 400 !important;
}

.reveal table td {
    border-bottom: none;
} 
.reveal {
    position: absolute;
    width: 100%;
    height: 100%;

    background: 
        linear-gradient(180deg,#051e2d 0,rgba(5,30,45,0) 67.56%),
        linear-gradient(59deg,rgba(25, 15, 16, 1) 19.57%,rgba(114,41,158,.5) 48.15%,rgba(228,0,92,.5) 75.08%),#051e2d;
    background-size: 200% 200%;
    animation: 
        gradient 10s ease infinite,
        gradient 15s ease infinite;

    /* z-index: -1; */
    /* background: 
        linear-gradient(180deg,#051e2d 0,rgba(5,30,45,0) 67.56%),
        linear-gradient(59deg,#190F10 19.57%,rgba(114,41,158,.15) 48.15%,rgba(228,0,92,.15) 75.08%),
        #190F10;
    background-size: 600% 600%;
    animation: gradient 60s ease infinite; */
}
.reveal:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 400%;
    height: 400%;
    background-color: #051e2d;
    background-repeat: no-repeat;
    background-size: 100% 100%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(90deg, #2555de -1.09%, #71249c 51.47%, #de075e 100%);
    filter: blur(100px);
    opacity: 0.1;
    animation: bgRotate 60s linear infinite;
}

.controls-arrow, .progress {
    color: rgba(240, 3, 115, 0.9) !important;
}
@keyframes bgRotate {
    100% {transform: rotate(1turn)}
}

@keyframes gradient {
    0%      {background-position: 0 50%}
    50%     {background-position: 100% 50%}
    100%    {background-position: 0 50%}
}
.reveal pre {
    box-shadow: none;
}
body svg#stripecon-logo-background {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.45;
    transform: scale(0.5);
    filter: drop-shadow(10px);
    /* transform: rotate(180deg) scale(1.0) translateX(20px) translateY(-20px); */
}
.slides {
    z-index: 10;
}

img.demo {
    border-radius: 20px;
    box-shadow:
        0 0 12px 3px rgba(255, 255, 255, 0.50), 
        0 0 20px 6px rgba(237, 0, 237, 0.50),
        0 0 28px 9px rgba(0, 255, 255, 0.50);
}

.reveal small {
    margin-top: 1rem;
}


.reveal .glow {
    filter: blur(0px) brightness(200%); 
    text-shadow: 1px 1px 30px rgba(255, 128, 128, 1);
}

.reveal .asterisk {
    font-size: 1rem;
    top: -1rem;
    position: relative;
    left: 0.2rem;
}