html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: rgba(218,226,235,1) !important;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.mobile-appbar,
.tablet-appbar {
    display: none;
}

.mobile-menu {
    margin-left: -0.5em !important;
}

.nav-logo-mobile {
    margin-right: -1em !important;
    margin-left: -1em !important;
}

.desktop-appbar {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 10;
    background-color: transparent !important;
    box-shadow: none !important;
    color: #fff !important;
}

@media (min-width: 1280px) {
    .landing-page {
        width: 100%;
    }

    .landing-container {
        position: relative;
        min-height: 100vh;
        background: url('images/placeholders/concert.jpg') center center / cover no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        padding-top: calc(var(--mud-appbar-height) + 5vh);
    }

    .landing-page-down-arrow {
        position: absolute;
        left: 50%;
        bottom: 2rem;
        transform: translateX(-50%);
        color: #fff !important;
        width: 4rem;
        height: 4rem;
        animation: arrow-bounce 2.5s infinite;
    }

    .landing-content {
        padding: 4rem 1rem;
    }
}

@media (max-width: 1279.98px) {
    .desktop-appbar {
        display: none;
    }

    .tablet-appbar {
        display: flex;
    }

    .landing-container {
        position: relative;
        min-height: 100vh;
        background: url('images/placeholders/concert.jpg') center center / cover no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        padding-top: calc(var(--mud-appbar-height) + 5vh);
    }

    .landing-page-down-arrow {
        position: absolute;
        left: 50%;
        bottom: 2rem;
        transform: translateX(-50%);
        color: #fff !important;
        width: 4rem;
        height: 4rem;
        animation: arrow-bounce 2.5s infinite;
    }
}

@media (max-width: 599.98px) {
    .tablet-appbar {
        display: none;
    }

    .mobile-appbar {
        display: flex;
    }

    .landing-container {
        position: relative;
        min-height: 100vh;
        background: url('images/placeholders/concert.jpg') center center / cover no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        padding-top: calc(var(--mud-appbar-height) + 5vh);
    }

    .landing-page-down-arrow {
        position: absolute;
        left: 50%;
        bottom: 2rem;
        transform: translateX(-50%);
        color: #fff !important;
        width: 4rem;
        height: 4rem;
        animation: arrow-bounce 2.5s infinite;
    }

    .highlight-content > div:first-of-type {
        padding: 2em 0 1em 0 !important;
        text-align: center;
        width: 100% !important;
    }
}

@keyframes arrow-bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }

    40% {
        transform: translateX(-50%) translateY(-18px);
    }

    60% {
        transform: translateX(-50%) translateY(-8px);
    }
}

.highlight-content > div:first-of-type {
    color: var(--mud-palette-text-primary);
}

.desktop-appbar .mud-typography {
    color: #fff !important;
}

.desktop-appbar ~ .mud-main-content {
    padding: 0 !important;
}

.highlight-card-wrapper {
    cursor: pointer;
}

.highlight-card {
    position: relative;
    overflow: hidden;
    max-height: 310px;
    min-height: 310px;
}

.highlight-card-image,
.highlight-card-overlay,
.highlight-card-content {
    position: absolute;
    inset: 0;
    transform: scale(1.05);
}

.highlight-card-image {
    z-index: 0;
    background-size: cover;
    background-position: center;
}

.highlight-card-image-1 {
    background: url('/images/placeholders/cat.jpg') center center / cover no-repeat;
}

.highlight-card-image-2 {
    background: url('/images/placeholders/frog.jpg') center center / cover no-repeat;
}

.highlight-card-image-3 {
    background: url('/images/placeholders/food.jpg') center center / cover no-repeat;
}

.highlight-card-image-4 {
    background: url('/images/placeholders/dog.jpg') center center / cover no-repeat;
}

.highlight-card-image-5 {
    background: url('/images/placeholders/beach.jpg') center center / cover no-repeat;
}

.highlight-card-image-6 {
    background: url('/images/placeholders/city.jpg') center center / cover no-repeat;
}

.highlight-card-image-7 {
    background: url('/images/placeholders/shore.jpg') center center / cover no-repeat;
}

.highlight-card-image-8 {
    background: url('/images/placeholders/bear.jpg') center center / cover no-repeat;
}

.highlight-card-image-9 {
    background: url('/images/placeholders/baby.jpg') center center / cover no-repeat;
}

.highlight-card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    transition: background 0.25s ease, backdrop-filter 0.25s ease;
}

.highlight-card-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 2rem;
}

.title-default,
.title-hover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.25s ease, transform 0.25s ease;
    width: 100%;
    padding: 0 1rem;
}

.title-default {
    opacity: 1;
}

.title-hover {
    opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
    .highlight-card-wrapper:hover .highlight-card-overlay {
        background: rgba(0, 0, 0, 0.55);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }

    .highlight-card-wrapper:hover .title-default {
        opacity: 0;
        transform: translate(-50%, -60%);
    }

    .highlight-card-wrapper:hover .title-hover {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}
