/* /Components/Embedded/LandingPage.razor.rz.scp.css */
/* /Components/Embedded/OurStoryEmbedded.razor.rz.scp.css */
.screen-full-image[b-scdjdetam6] {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 1em;
    z-index: -111;
}

.image-sizing[b-scdjdetam6] {
    position: relative;
    padding-bottom: 40vh;
}

.image-over[b-scdjdetam6] {
    background-color: rgba(0,0,0,0.9) !important;
    color: white;
}

@media (max-width: 768px) {
    .image-sizing[b-scdjdetam6] {
        padding-bottom: 10vh !important;
    }

    .image-over[b-scdjdetam6] {
        /*        position:absolute;
        width:100vw;
        left:0;
        bottom:0;*/
    }
}
/* /Components/Embedded/SinglePostClick.razor.rz.scp.css */

.blog-image[b-kp57gijq7e] {
    max-height: 150px;
    max-width: 150px;
}
/* /Components/Embedded/WhyUsEmbedded.razor.rz.scp.css */
.screen-full-image[b-qcaa51im3h] {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 1em;
    z-index: -111;
}

.image-sizing[b-qcaa51im3h] {
    position: relative;
    padding-bottom: 40vh;
}
.image-over[b-qcaa51im3h] {
    background-color: rgba(0,0,0,0.9) !important;
    color: white;
}

@media (max-width: 768px) {
    .image-sizing[b-qcaa51im3h] {
        position: relative;
        padding-bottom: 10vh !important;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-vck4jam1a0] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-vck4jam1a0] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
body[b-c7db1mqemk] {
    color: white;
    margin: 0; /* Make sure default body margins are removed */
}

/* Navigation */
.nav-pos[b-c7db1mqemk] {
    z-index: 10;
    /*    position: fixed;*/
    /*position: absolute;*/
    width: 100%;
    transition: all 0.3s ease;
}

    .nav-pos.sticky[b-c7db1mqemk] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }

/* Navigation container styles */
.nav-container[b-c7db1mqemk] {
    border-bottom: 0.01em solid #ffffff50;
    font-weight: 100;
    padding-bottom: 1em;
    margin-top: auto;
    margin-bottom: auto;
    color: #ffffff99 !important;
}

    .nav-container > span[b-c7db1mqemk] {
        font-size: 1.2em;
        margin-top: auto;
    }

        .nav-container > span:hover[b-c7db1mqemk] {
            cursor: pointer;
        }

/* Selected nav item */
.selected[b-c7db1mqemk] {
    font-weight: 800 !important;
    color: #ffffff !important;
    font-size: 1.4em !important;
}


.burger[b-c7db1mqemk] {
    font-size: 3em;
}

    .burger:hover[b-c7db1mqemk] {
        cursor: pointer;
    }

.logo[b-c7db1mqemk] {
    max-height: 120px;
}

main[b-c7db1mqemk], .content-section[b-c7db1mqemk] {
    padding-top: 80px;
}


.margin-bottom-floater[b-c7db1mqemk] {
    padding-bottom: 100em !important;
}


.dv-nav-mobile[b-c7db1mqemk] {
    padding: 2em;
    z-index: 9;
    background-color: rgba(0,0,0,1);
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw !important;
}

    .dv-nav-mobile > span[b-c7db1mqemk] {
        color: #fff;
    }

.close-button[b-c7db1mqemk] {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 1.5em;
}
/* /Components/Pages/BlogPage.razor.rz.scp.css */


.blog-image[b-9xmikp7vda] {
    max-height: 150px;
    max-width: 150px;
}
/* /Components/Pages/BuyNow.razor.rz.scp.css */
a[b-atui5cfrjz] {
    text-decoration: none;
    color: white !important;
    margin-bottom:4px;
}

.contact-text[b-atui5cfrjz] {
    font-size: 0.8em;
    color: white !important;
    border-radius: 4px;
}
