@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-ti39yfl8ig] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ti39yfl8ig] {
    flex: 1;
}

.hero-section[b-ti39yfl8ig] {
    position: relative;
    color: #0441f7;
    text-align: center;
    padding: 50px 0;
}

.hero-section[b-ti39yfl8ig]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/church-background.jpeg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 1024px;
    opacity: 0.6;
    z-index: -1;
}

.hero-section h1[b-ti39yfl8ig] {
    font-size: 3rem;
    font-weight: bold;
}

.hero-section p[b-ti39yfl8ig] {
    font-size: 1.5rem;
}

.top-row[b-ti39yfl8ig] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ti39yfl8ig]  a, .top-row[b-ti39yfl8ig]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ti39yfl8ig]  a:hover, .top-row[b-ti39yfl8ig]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ti39yfl8ig]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ti39yfl8ig] {
        justify-content: space-between;
    }

    .top-row[b-ti39yfl8ig]  a, .top-row[b-ti39yfl8ig]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ti39yfl8ig] {
        flex-direction: row;
    }

    .top-row[b-ti39yfl8ig] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ti39yfl8ig]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ti39yfl8ig], article[b-ti39yfl8ig] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ydzytubbkn] {
    background-color: rgba(27, 160, 243, 0.1);
}

.top-row[b-ydzytubbkn] {
    min-height: 3.5rem;
    background-color: rgba(27, 160, 243, 0.1);
}

.image-logo[b-ydzytubbkn] {
    max-width: 450px;
    min-width: 400px;
    border-radius: 10px;
    padding-right: 25px;
}

.navbar-brand[b-ydzytubbkn] {
    font-size: 1.1rem;
}

.bi[b-ydzytubbkn] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-ydzytubbkn] {
    padding-top: 1rem;
    font-size: 0.9rem;
    /*padding-bottom: 0.5rem;*/
    padding-bottom: 1rem;
    padding-right: 1rem;    
}
    .nav-item[b-ydzytubbkn]  a {
        color: #06ce17b0;
        border-radius: 25px;
        height: 2rem;
        display: flex;
        align-items: center;
        line-height: 1rem;
        text-decoration: none !important;
        padding: 10px;
    }

.nav-item[b-ydzytubbkn]  a.active {
    background-color: rgba(4, 230, 246, 0.37);
    color: rgb(233, 240, 19);
}

.nav-item[b-ydzytubbkn]  a:hover {
    background-color: rgba(8, 217, 50, 0.1);
    color: rgb(233, 240, 19);
}

@media (min-width: 799px) {
    .navbar-toggler[b-ydzytubbkn] {
        display: none;
    }

    .collapse[b-ydzytubbkn] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-ydzytubbkn] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
