/* _content/CornLP/Shared/MainLayout.razor.rz.scp.css */

video[b-flns2urfup] {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

header[b-flns2urfup] {
    margin: 0px;
    padding: 0px;
}

.glow[b-flns2urfup] {
    text-shadow: 0px 0px 5px rgba(0,0,0,0.53);
}

.background_header[b-flns2urfup] {
    background-size: auto;
    background-attachment: local;
    margin: 0px;
    padding: 0px;
    /*background-color: #ebba009b;*/
    background-image: linear-gradient(0deg, #ebba0000 0%, #ebba0000 100%);
    position: relative;
}

.body_background[b-flns2urfup] {
    background-color: rgba(128,128,128,0.85);
    /*background-image: radial-gradient(circle at center, rgba(255, 192, 192, 0.35) 66%, rgba(192, 192, 192, 0.30) 80%, rgba(192, 192, 192, 0.17));*/
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom:60px;
    padding-bottom:60px;
}


.radial_background[b-flns2urfup] {
    background-color: transparent;
    background-image: radial-gradient(circle at center, rgba(192, 192, 192, 0.35) 66%, rgba(192, 192, 192, 0.25) 80%, rgba(192, 192, 192, 0.10));
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100%;
    width: 100%;
}

.navbar[b-flns2urfup] {
    background-image: linear-gradient(to bottom, rgba(64,64,64,0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
    box-shadow: rgba(255,255,255,0.15) 0px 5px 25px;
    border-top: 1px solid rgba(192,192,192,0.65);
    border-bottom: 1px solid rgba(0,0,0,0.75);
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.navbar-brand[b-flns2urfup] {
    margin: 0px;
    padding: 0px;
}

.navbar-nav[b-flns2urfup] {
    width: 100%;
}

/*@media screen and (max-width: 576px) {
    footer {
        flex: 0 0 auto;
        position: fixed;
        width: 100%;
        height: 60px;
        background-color: #ebba00eb;
        border-top: 1px solid rgba(0,0,0,0.75);
        box-shadow: rgba(0,0,0,0.75) 0px -5px 20px inset;
    }
}*/

footer[b-flns2urfup] {
    flex: 0 0 auto;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #ebba00eb;
    border-top: 1px solid rgba(0,0,0,0.75);
    box-shadow: rgba(0,0,0,0.75) 0px -5px 20px inset;
}
