body {
    min-width: 400px;
    color: var(--theme-primary);
}

.notice-container .row {
    box-shadow: none;
    background-color: transparent;
    text-align: center;
}

.footer-notice-container {
    background-color: #ffffff;
}

.header-brand-text,
.header-brand-text a,
.header-brand-text a:hover {
    font-size: 3.4rem;
    letter-spacing: -2px;
    text-align: center;
}

.jetwebinar .header-brand-text,
.jetwebinar .header-brand-text a,
.jetwebinar .header-brand-text a:hover {
    color: #F2612A !important;
}

.business-hangouts .header-brand-text,
.business-hangouts .header-brand-text a,
.business-hangouts .header-brand-text a:hover {
    color: #188B83 !important;
}



.header-brand-text {
    margin-left: 1rem;
}

.header-logo img {
    max-height: 90px;
}

.error-code {
    font-weight: 300;
    font-size: 12rem;
    color: var(--theme-primary);
}

.notice-spinner {
    text-align: center;
    margin-bottom: 2rem;
}

#debug-message {
    max-width: 800px;
    text-align: left;
}

@media (max-width: 900px) {
    .notice-container > .row {
        padding: 0;
    }

    .footer-notice-container .footer-brand-wrapper {
        margin-bottom: 0;
        justify-content: center;
    }

    .header-brand-text,
    .header-brand-text a,
    .header-brand-text a:hover {
        font-size: 2rem;
        margin-left: 0;
    }

    .header-logo img {
        max-height: 40px;
    }

    .header-brand {
        flex-direction: column;
    }

    .error-code {
        font-size: 5rem;
    }

    .info-panel .article-title {
        font-size: 2rem;
        word-break: break-word;
    }
}