/* Global styles for navigation and footer moved from MainLayout.razor */
.landing-appbar {
    backdrop-filter: blur(6px) !important;
    background-color: rgba(var(--mud-palette-background-rgb,255,255,255),0.7) !important;
}

.brand-title {
    text-shadow: 01px1px rgba(0,0,0,.05)
}

.brand-logo {
    width: 210px;
    height: 70px;
    display: block
}

.horizontal-padding {
    padding-left: 124px;
    padding-right: 124px
}

@media (max-width:1280px) {
    .horizontal-padding {
        padding-left: 32px;
        padding-right: 32px
    }
}

.footer-section {
    background: var(--mud-palette-background-grey)
}

.footer-link {
    color: inherit;
    text-decoration: none
}

    .footer-link:hover {
        text-decoration: underline
    }

/* Make the MudMenu trigger align nicely to the left */
.menu-trigger {
    margin-right: 8px
}

/* Existing */
.mud-nav-link-icon-default {
    transform: scale(0.8)
}
