﻿#blazor-error-ui {
    background-color: var(--mud-palette-background) !important;
    padding: 0 !important;
    box-shadow: var(--mud-palette-secondary) 0 8px 8px 10px !important;
    height: 2px;
}

.revert {
    all: revert;
}

.blockquote {
    border-left: 4px solid var(--mud-palette-secondary);
    padding-left: 0.5em;
    font-size: 1.25em;
}

.wordsmithed-hero-text {
    font-weight: bold;
}

.wordsmithed-gradient {
    color: var(--mud-palette-primary);
    background: linear-gradient(82deg, var(--mud-palette-primary) 33%, var(--mud-palette-secondary) 66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}

.wordsmithed-landing-page {
    overflow: hidden;
}

.wordsmithed-landing-page .text-container.light {
    background: rgba(255,255,255,0.8);
}

.wordsmithed-landing-page .text-container.dark {
    background: rgba(38,50,56,0.8);
}

.wordsmithed-landing-page .signup-button {
    z-index: 1000;
}

.wordsmithed-landing-page .signup-button.mdandup {
    top: 19vh;
    height: 4em;
    width: 20vw;
}

.wordsmithed-landing-page .signup-button.smanddown {
    z-index: 1000;
}

.wordsmithed-landing-page .background {
    position: absolute;
    width: 100%;
    top: 30vh;
    z-index: -1000;
}

.wordsmithed-landing-page .stripe {
    width: 100%;
    height: 192px;
    transform: skewY(-10deg);
}

.wordsmithed-landing-page .stripe.gradient {
    background: linear-gradient(90deg, var(--mud-palette-primary) 0%, var(--mud-palette-background) 100%);
}

.wordsmithed-landing-page .stripe.background1 {
    height: 24px;
    background-color: var(--mud-palette-primary);
}

.wordsmithed-landing-page .stripe.background2 {
    height: 24px;
    background-color: var(--mud-palette-secondary);
}

