.displayed-on-home-page { display: none; }
.displayed-on-demo-page { display: none; }
.h2-title { display: none; }

.lowercase {
    text-transform: lowercase;
}

.demo-submit-btn {
    text-align: center;
}

#demo-notifications,
#demo-notification-email {
    text-align: center;
    display: none;
    margin-bottom: 1.5em;
    font-size: 1.5em;
}

#notification-email-icon {
    color: var(--magenta);
    font-size: 2em;
}

.info-box {
    position: absolute;
    top: .5em;
    left: .5em;
    background-color: white;
    opacity: 0.8;
    padding: 1em 1em .25em 1em;
    text-align: center;
    z-index: 999;
    display: flex;
    align-items: center;
    font-size: 3em;
    display: none;
    border-radius: .25em;
    border-style: solid;
    border-width: 1px;
    border-color: var(--neutral-600);
}

.info-box-error {
    font-size: 1.5em;
    line-height: 0.5em;
}

.fa-exclamation-triangle {
    color: var(--notifications-error);
}

.notice-small-screen {
    display: none;
}

#demo-upgrade {
    display: none;
    background-color: var(--magenta);
    color: white;
}

.demo-processing {
    line-height: 1.5em;
    font-size: 1.75em;
}

#sample_more {
    margin-top: .5em;
    width: 100%;
}

#sample_more > img {
    border-radius: .5em;
    box-shadow: 0 0 18px 4px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 991px) {
    .notice-small-screen {
        display: block;
        margin-top: -1em;
    }

    .info-box {
        font-size: 2em;
    }

    #demo-notifications {
        margin-top: 1.5em;
    }

    #demo-submit {
        margin-top: 1em;
    }

    #demo-notification-email,
    #demo-notifications {
        font-size: 1.25em;
    }

    #sample_more {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
