/* /Components/Button.razor.rz.scp.css */
button[b-qk1t0lufih] {
    background-color: var(--primary);
    height: 40px;
    border: 0;
    padding: 10px 20px 10px 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--textcolor);
    text-decoration: none;
    font-weight: bold;
    border-radius: 10px;
}
    button:hover[b-qk1t0lufih] {
        background-color: var(--secondary);
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.header[b-4gawkf9i6g] {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 75px;
    
}



.footer[b-4gawkf9i6g] {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 0px;
    background: var(--secondaryBackground);
    width: 100%;
    height: 70px;
    position:relative;
    bottom:0px;
    margin-top:50px;
}

.social-icon[b-4gawkf9i6g]
{
    width: 25px;
    height: 30px;
}

#blazor-error-ui[b-4gawkf9i6g] {
    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-4gawkf9i6g] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/LinkButton.razor.rz.scp.css */
.a-button[b-g4mzx1ckl2] {
    background-color: var(--primary);
    height: 20px;
    padding: 10px 20px 10px 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: var(--textcolor);
    text-decoration: none;
    font-weight: bold;
    border-radius: 10px;
}

    .a-button:hover[b-g4mzx1ckl2] {
        background-color: var(--secondary);
    }

.a-image-button[b-g4mzx1ckl2] {
    padding: 10px 10px 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--textcolor);
    text-decoration: none;
    font-weight: bold;
    border-radius: 10px;
}

    .a-image-button:hover[b-g4mzx1ckl2] {
        background-color: var(--secondary);
    }
/* /Components/Menu.razor.rz.scp.css */
.menu[b-e3o208irps] {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 20px;
    font-weight: bold;
    background: var(--secondaryBackground);
    width: 100%;
    height: 40px;
}

    .menu a[b-e3o208irps] {
        color: white;
        text-decoration: none;
    }

        .menu a:hover[b-e3o208irps] {
            color: var(--secondary);
        }

[b-e3o208irps] button {
    display: none;
    border-radius: 0 !important;
    position: absolute;
    right: 0px;
    top: 75px;
}

.more-menu[b-e3o208irps] {
    padding:10px 0 10px 0;
    display: none;
    position: absolute;
    top: 115px;
    right: 0px;
    width: 200px;
    height: auto;
    gap:10px;
    background: var(--secondaryBackground);
    flex-direction: column;
}

[b-e3o208irps] .more-menu a.active {
    display: block;
    border: 0;
    color: white;
    background-color: var(--secondary);
}

.open[b-e3o208irps] {
    display: flex !important;
}

@media screen and (max-width: 724px) {
    [b-e3o208irps] button {
        display: block;
    }
        [b-e3o208irps] .menu .menu-item {
        display: none;
    }

        [b-e3o208irps] .menu-item.always {
            display: block;
        }

    [b-e3o208irps] .more-menu.open .menu-item {
        display: block !important;
    }
}
/* /Components/MenuItem.razor.rz.scp.css */
[b-yilgvo2sxf] a {
    display:block;
    color: white;
    height: 20px;
    padding: 8px;
}

[b-yilgvo2sxf] .active {
    border-color:white;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

[b-yilgvo2sxf] a:hover {
    background-color: var(--secondary);
}
/* /Components/Pages/About.razor.rz.scp.css */
@media screen and (max-width: 724px) {
    p[b-7hh9wae4xl]{
        padding: 0 20px 0 20px;
    }
}
/* /Components/Pages/Apps.razor.rz.scp.css */
.appstore[b-dgrtt787lc] {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
}
/* /Components/Pages/ArticleList.razor.rz.scp.css */
.image[b-1ty4v7pa5z] {
    height: 300px;
    width: 100%;
}

    .image img[b-1ty4v7pa5z] {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }

.tags[b-1ty4v7pa5z] {
    margin-top: 20px;
}

[b-1ty4v7pa5z] .yt-card {
    border-start-start-radius: 10px;
    border-start-end-radius: 10px;
    border-end-start-radius: 10px;
    border-end-end-radius: 10px;
    margin: 0px;
}
[b-1ty4v7pa5z] .rz-card {
    border-start-start-radius: 10px;
    border-start-end-radius: 10px;
}
    [b-1ty4v7pa5z] .yt-card a {
        color: white;
        text-decoration: none;
    }

[b-1ty4v7pa5z] .rz-card p {
    font-weight:normal;
    text-align:justify;
}

    [b-1ty4v7pa5z] .yt-card:hover {
        background-color: var(--secondary);
    }

[b-1ty4v7pa5z] .rz-stack {
    gap: 5px;
}

[b-1ty4v7pa5z] .tags .rz-stack {
    gap: 10px;
}

[b-1ty4v7pa5z] h3 {
    font-size: 1.3rem;
    margin: 0px;
}

p[b-1ty4v7pa5z] {
    margin: 0px;
}

.date[b-1ty4v7pa5z] {
    font-size: 0.8rem;
}

@media screen and (min-width: 1064px) {



    @media screen and (min-width: 725px) {
    }

    @media screen and (max-width: 724px) {


        [b-1ty4v7pa5z] .rz-stack {
            gap: 0px;
        }
    }
}
/* /Components/Pages/Articles.razor.rz.scp.css */

@media screen and (min-width: 1064px) {
    .main-content[b-62e6witutr] {
        width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 725px) {
    .main-content[b-62e6witutr] {
        width: 692px !important;
        margin-left: auto;
        margin-right: auto;
        padding:0px;
    }
}

@media screen and (max-width: 724px) {
    .main-content[b-62e6witutr] {
        margin: 20px;
        width: 100%;
    }
}
/* /Components/Pages/FullArticle.razor.rz.scp.css */
.top-image[b-b3lhbg5hvp] {
    max-height: 500px;
    width: 100%;
    margin-top: 20px;
}

img[b-b3lhbg5hvp] {
    height: 500px;
    width: 100% !important;
    object-fit: cover;
}

h2[b-b3lhbg5hvp] {
    margin-bottom: 10px;
    top: 10px;
    margin-left: 0px;
    text-align: left;
}

.main-article[b-b3lhbg5hvp] {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    word-wrap:break-word;
}

.article-text[b-b3lhbg5hvp] {
    font-size: 1.125rem;
    line-height: 1.8;
    letter-spacing: 0.15px;
    /* Softened off-white instead of the pure-white --textcolor to reduce
       glare/halation against the dark navy (--backgroundcolor) background. */
    color: #e8e8e8;
}

/* The article body is injected as a MarkupString, so its child elements
   don't carry the component scope. ::deep lets these rules reach them. */
.article-text[b-b3lhbg5hvp]  p {
    margin-bottom: 1.25em;
}

.article-text[b-b3lhbg5hvp]  li {
    margin-bottom: 0.5em;
    line-height: 1.7;
}

@media screen and (min-width: 725px) {
    .main-article[b-b3lhbg5hvp] {
        width: 600px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
    }

    img[b-b3lhbg5hvp] {
        max-height: 500px;
        width: 600px;
        object-fit: cover;
    }
}

@media screen and (min-width: 1000px) {
    .main-article[b-b3lhbg5hvp] {
        width: 800px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
    }

    img[b-b3lhbg5hvp] {
        max-height: 500px;
        width: 600px;
        object-fit: cover;
    }
}

@media screen and (min-width: 1200px) {
    .main-article[b-b3lhbg5hvp] {
        width: 1000px;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
    }

    img[b-b3lhbg5hvp] {
        max-height: 500px;
        width: 600px;
        object-fit: cover;
    }
}


    @media screen and (max-width: 724px) {
        .main-article[b-b3lhbg5hvp] {
            
            margin-left: 0px;
            margin-right: 0px;
            width: 100%;
            max-width: 100%;
            padding-top:0px;
            padding: 0px;
            overflow:hidden;
        }
        h2[b-b3lhbg5hvp] {
            margin-left: 20px;
            margin-right: 20px;
        }
        .article-text[b-b3lhbg5hvp] 
        {
            margin:20px;
            text-align:left;
        }

        .top-image[b-b3lhbg5hvp] {
            max-height: 500px;
            width: 100%;
            margin:0;

        }

        img[b-b3lhbg5hvp] {
            max-height: 500px;
            width: 100% !important;
            object-fit: cover;
        }
    }

/* /Components/Pages/Home.razor.rz.scp.css */
.header-img[b-6e3j1w2igd] {
    height: 500px;
    background-image: url(../images/leetspeak.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width:100%;
}

.header-container[b-6e3j1w2igd] {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

@media screen and (max-width: 1064px) {
    .header-img[b-6e3j1w2igd] {
        height: 300px;
    }
}

@media screen and (min-width: 2160px) {
    .header-img[b-6e3j1w2igd] {
        height: 800px;
    }
}
/* /Components/Pages/Speaking.razor.rz.scp.css */
.header-img[b-ki2k3n9400] {
    height: 500px;
    background-image: url(../images/update_conf.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.header-container[b-ki2k3n9400] {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

@media screen and (max-width: 1064px) {
    .header-img[b-ki2k3n9400] {
        height: 300px;
    }
}

@media screen and (min-width: 2160px) {
    .header-img[b-ki2k3n9400] {
        height: 800px;
    }
}

@media screen and (max-width: 724px) {
    p[b-ki2k3n9400] {
        padding: 0 20px 0 20px;
    }
}
/* /Components/Pages/YouTube.razor.rz.scp.css */
.thumbnail[b-xbrtagxu42] {
    object-fit: cover;
    max-width: 100%;
    border-start-start-radius: 10px;
    border-start-end-radius: 10px;
}

[b-xbrtagxu42] .yt-card {
    width:480px;
    border-radius:10px;
    overflow: hidden;
    box-sizing: border-box;
}

    [b-xbrtagxu42] .yt-card a {
        color: white;
        text-decoration: none;
    }

        [b-xbrtagxu42] .yt-card:hover {
            background-color: var(--secondary);
        }

        [b-xbrtagxu42] .rz-stack{
            gap:20px;
        }

[b-xbrtagxu42] h3 {
    font-size:1.1rem;
    margin:0 5px 0 5px;
    text-align:justify;
}

@media screen and (max-width: 724px) {
    [b-xbrtagxu42] .yt-card {
        margin: 20px;
        width: 100%;
    }

    [b-xbrtagxu42] .rz-stack {
        gap: 0px;
    }

    .thumbnail[b-xbrtagxu42] {
        width: 100%;
        aspect-ratio: 320/180;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 725px) {
    [b-xbrtagxu42] .yt-card {
        width: calc(50% - 10px);
    }

    .thumbnail[b-xbrtagxu42] {
        width: 100%;
        height: 180px;
    }
}

@media screen and (min-width: 1064px) {
    .thumbnail[b-xbrtagxu42] {
        height: 270px;
    }
}
