html, page {
    background: black;
    width: 100vw;
}

:link {
    color: blue;
}

:visited {
    color: cyan;
}

body {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 12pt;
    background: white;
    color: black;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    max-width:800px;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.innerFooterDiv
{
    position:absolute;
    bottom:20px;
    width: 100%;
    background-color:rgb(0,0,0,0.3)

}

.oldScriptureText {
    display:block;
    font-family: 'Times New Roman';
    font-size: 14pt;
    font-weight: bold;
    font-style: italic;
    height: 64px;
    width:95%;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 14pt;
    vertical-align: middle;
    text-align: center;
    text-align-last: right;
}

.scriptureTextA {
    font-family: 'Times New Roman';
    font-size: 14pt;
    font-weight: bold;
    font-style: italic;
    height: auto;
    width: 100%;
    color: rgba(110, 110, 200, 255);
    margin-left: 10px;
    margin-right: 10px;
    line-height: 14pt;
    vertical-align: middle;
    text-align: right;
}

.contentDiv {
    min-height: 300px;
    margin-top: 30px;
    width:100vw;
    border: solid 1px black;
    border-radius: 4px;
}

.actionDiv {
    background-color: black;
    color: white;
    margin-top: 0px;
    height: 42px;
    align-content: center;
    vertical-align: middle;
}

.buttonStyle {
    position: relative;
    color: white;
    border: solid 2px white;
    background-color: black;
    font-family: Tahoma;
    text-align: center;
    font-size: 10pt;
    height: 32px;
    margin-left: 5px;
    min-width: 100px;
    border-radius: 4px;
    box-shadow: 3px 3px 3px #555555;
}

    .buttonStyle:hover {
        position: relative;
        color: black;
        border: solid 2px black;
        background-color: white;
        font-family: Tahoma;
        text-align: center;
        font-size: 10pt;
        height: 32px;
        min-width: 100px;
        border-radius: 4px;
    }

    .buttonStyle:active {
        position: relative;
        color: black;
        border: solid 2px black;
        background-color: white;
        font-family: Tahoma;
        text-align: center;
        font-size: 10pt;
        height: 32px;
        min-width: 100px;
        border-radius: 4px;
        box-shadow: none;
    }
    .buttonStyle:disabled {
        color: black;
        border: solid 2px grey;
        background-color: grey;
        box-shadow: none;
    }

    .menuItem {
        position: relative;
        color: white;
        border: none;
        background-color: rgba(0,0,0, 0.4);
        font-family: Tahoma;
        text-align: center;
        font-size: 10pt;
        height: 32px;
        width: 200px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: auto;
        margin-bottom: 4px;
        top: 5px;
    }

    .menuItem:hover {
        position: relative;
        color: white;
        border: solid 1px white;
        background-color: black;
        font-family: Tahoma;
        text-align: center;
        font-size: 10pt;
        height: 32px;
        min-width: 100px;
        border-radius: 4px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: auto;
        box-shadow: 3px 3px 3px #555555;
        margin-bottom: auto;
        top: 5px;
    }

    .menuItem:active {
        position: relative;
        color: black;
        border: solid 2px black;
        background-color: white;
        font-family: Tahoma;
        text-align: center;
        font-size: 10pt;
        height: 32px;
        min-width: 100px;
        border-radius: 4px;
        margin-left: 11px;
        margin-right: 10px;
        margin-top: auto;
        margin-bottom: auto;
        box-shadow: none;
        top: 6px;
    }

/* Style navigation menu links */
a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

.whatWeDo {
    background-color: white;
    color: black;
    min-height: 260px;
    width: 100%;
    align-content: center;
    margin-top: 10px;
    padding-top: 30px;
}

.joinBlock {
    background-color: black;
    color: white;
    min-height: 260px;
    width: 100%;
    align-content: center;
    margin-top: 10px;
    padding-top: 30px;
}

.titleSpan {
    display: block;
    font-family: 'Trebuchet MS';
    font-size: 3.5rem;
    font-weight: normal;
    width: 100%;
    text-align: center;
    line-height: 3.5rem;
}

.copyText {
    display: block;
    font-family: Georgia;
    font-size: 16pt;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 20px;
    text-align: center;
    line-height: 22pt;
}

@media (max-width:500px)
{
    .copyText {
        display: block;
        font-family: Georgia;
        font-size: 14pt;
        font-weight: normal;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 20px;
        text-align: center;
        line-height: 22pt;
        width:100vw;
    }

}
.copyLargeText {
    display: block;
    font-family: Georgia;
    font-size: 20pt;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 20px;
    text-align: center;
    line-height: 22pt;
}

.copyListText {
    display: block;
    font-family: Georgia;
    font-size: 22pt;
    font-weight: normal;
    padding-left: 50px;
    width: 90%;
    margin-top: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 22pt;
}

.listItemDiv {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Georgia;
    font-size: 16pt;
    border-top: 1px dotted #AAAAAA;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    width: 100vw;
    max-width:800px;
}

.sectionTitle {
    height: 32px;
    font-family: 'Trebuchet MS';
    font-size: 20pt;
    font-weight: normal;
    line-height: 24pt;
    background-color: black;
    color: white;
    padding-left: 20px;
    margin-bottom: 5px;
}

@media (max-width: 500px) {
    .sectionTitle {
        height: 32px;
        font-family: 'Trebuchet MS';
        font-size: 14pt;
        font-weight: normal;
        line-height: 24pt;
        background-color: black;
        color: white;
        padding-left: 10px;
        margin-bottom: 5px;
    }
}



.sectionSubTitle {
    display:block;
    height: 20px;
    font-family: 'Trebuchet MS';
    font-size: 14pt;
    font-weight: normal;
    line-height: 14pt;
    background-color: black;
    color: white;
    padding-left: 10px;
    margin-bottom: 5px;
}

.sessionTitle {
    height: 32px;
    font-family: 'Georgia';
    font-size: 18pt;
    font-style: italic;
    font-weight: bold;
    line-height: 24pt;
    background-color: white;
    color: dimgray;
    margin-top: 20px;
    padding-left: 20px;
    text-align: center;
}

.sessionSubTitle {
    font-family: 'Georgia';
    font-size: 18pt;
    font-style: italic;
    font-weight: bold;
    line-height: 24pt;
    background-color: white;
    color: black;
    margin-top: 5px;
    padding-left: 20px;
    text-align: center;
}

.hidden{
    display:none;
}

.adminLoginTitle{
    color:black;
    align-content:center;
    font-family: 'Trebuchet MS';
    font-size:14pt;
    width:100%;
    margin-top:20px;
    text-align:center;
}

.adminLoginSubTitle {
    color: black;
    align-content: center;
    font-family: 'Trebuchet MS';
    font-size: 18pt;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    background-color: white;
}

.adminHeader
{
    position: absolute;
    top: 0px;
    height: 40px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12pt;
    line-height: 12pt;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align:middle;
    align-content: flex-start;
    text-align: left;
    width:100%;
    display: block;
    background-color: rebeccapurple;
    color:white;
}

.adminHeaderTitle
{
    height: 40px;
    left: 0px;
    line-height:40px;
    vertical-align:middle;
    margin-left:10px;
    font-weight:bold;
    width:50%;
}

.adminHeaderButtons
{
    height: 40px;
    left: 50%;
    background-color: transparent;
    line-height: 40px;
    float:right;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: bold;
    width: 50%;
}

.adminButton 
{
    position: relative;
    color: white;
    border: none;
    background-color: rebeccapurple;
    font-family: 'Segoe UI';
    text-align: center;
    vertical-align:middle;
    font-size: 10pt;
    line-height:10pt;
    height: 32px;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: none;
}

    .adminButton :hover {
        position: relative;
        color: black;
        background-color: white;
        padding-left: 3px;
        padding-right: 3px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .adminButton :active {
        position: relative;
        color: black;
        border: solid 1px white;
        background-color: white;
        font-family: Tahoma;
        text-align: center;
        font-size: 10pt;
        height: 32px;
        padding-left: 3px;
        padding-right: 3px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

.dataEntryForm
{
    position:relative;
    color: black;
    background-color: transparent;
    width:600px;
    align-content:center;
    left:35%;
}

.dataEntryGroupContainer
{
    color: black;
    background-color: transparent;
    margin: 10px;
    border: solid 1px lightblue;
    width: 500px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;

}
.dataEntryButtonRow {
    display:flex;
    background-color: #55aaff31;
    height:42px;
    width: 500px;
    margin-left:10px;
    padding-top: 5px;
    flex-direction:row;
    justify-content:flex-end;
}

.contentParagraph {
    position: relative;
    width: 100%;
    color: black;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px
}

.contentParagraphBold {
    position: relative;
    width: 100%;
    color: black;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

.footerDiv {
    line-height: 16px;
    height: 50px;
    width: 100%;
    color: white;
    background-color: rgba(32, 32, 32, 1);
    text-align:center;
}
.footerSpan {
    display: inline-flex;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12pt;
    font-weight: normal;
    font-style:italic;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    text-align: center;
    align-content:center;
    line-height: 12pt;
}
.footerLink {
    padding: 0px;
    margin: 0px;
    display: flex;
    color:white;
    font-size: 12pt;
    font-weight: normal;
    font-style: italic;
    text-decoration:underline;
}
.footerLink :visited
{
    color: gray;
}

.lessonTitleImage {
    position: relative;
    align-content: center;
    color: black;
    width: 100vw;
    max-width: 800px;
    margin-top: 10px;
}

.lessonTitle {
    color: black;
    text-align: center;
    width: 100vw;
    max-width:800px;
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 16pt;
    line-height:16pt;
}

.lessonArticle 
{
    position:relative; 
    width: 95vw;
    max-width:800px;
    color: black;
    text-indent: 20px;
    text-align: justify;
    font-weight: normal;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width:500px)
{
    .lessonArticle {
        position: relative;
        width: 100vw;
        color: black;
        font-weight: normal;
        text-indent: 20px;
        text-align: justify;
        font-weight: normal;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif margin-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.yta
{
    padding: 0px;
    font-size:14px;
}

.dataFormEntryTextBox {
    height: 32px;
    width: 460px;
    background: white;
    color: black;
    font-family: Tahoma;
    font-size: 14pt;
    border-radius: 8px;
}

    .dataFormEntryTextBox .focus {
        border: solid 1px purple;
        outline: none;
    }

.dataFormPasswordTextBox {
    height: 32px;
    width: 460px;
    border: solid 0px transparent;
    background: white;
    color: black;
    font-family: Tahoma;
    outline: none;
    font-size: 14pt;
    border-radius: 8px;
}

    .dataFormPasswordTextBox .focus {
        border: solid 0px transparent;
        outline: none;
    }

.standardHeader {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 16pt;
    line-height: 1.5;
    text-align: left;
    align-content: flex-start;
    color: purple;
    background: transparent;
}

.registrationContainer
{
    width: 800px;
    background:white;
    padding-left:10px;
    padding-right:10px;
}

.registerLabel {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 12pt;
    line-height: 1.0;
    text-align: left;
    margin-top: 4px;
    margin-bottom: 4px;
    height: 30px;
    color: purple;
    background: transparent;
}

.registerList {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 12pt;
    line-height: 1.0;
    text-align: left;
    align-content: flex-start;
    color: black;
    background: transparent;
    height:30px;
    border: solid 1px black;
    width:100px;
    border-radius: 8px;
}

.registerText {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 12pt;
    line-height: 1.0;
    text-align: left;
    align-content: flex-start;
    color: black;
    height: 30px;
    border: solid 1px black;
    max-width: 260px;
    border-radius: 8px;
    background: transparent;
}

.registerButton {
    color: white;
    background: purple;
    border: solid 1px purple;
    height: 32px;
    padding: 0;
    max-width: 195px
}

.videoStyle 
{
    max-width:800px;
    height: 500px;
    width: 790px;
    margin: 5px;
}

@media (max-width: 500px)
{
    .videoStyle {
        max-width: 800px;
        height: 50vw;
        width: 95vw;
        margin: 2.5vw;
    }
}

.subscribeTable {
    table-layout: fixed;
    width: 780px;
    font-size: 14pt;
}

.subscribeTableRow {
    height: 30px;
    padding: 0px;
    margin: 0px;
}

.subscribeTableColumnZero {
    width: 400px;
}
.subscribeTableColumnOne {
    width: 400px;
}

.subscribeLink {
    padding: 0px; 
    margin: 0px;
}

@media (max-width:500px)
{
    .subscribeTable {
        table-layout: fixed;
        width: 90vw;
        font-size: 10pt;
    }

    .subscribeTableRow {
        height: 30px;
        padding: 0px;
        margin: 0px;
    }

    .subscribeColumnZero {
        background-color:blue;
        color:white;
        height:10vw;
        width: 45vw;
        text-align:right;
        vertical-align:middle;
    }

    .subscribeColumnOne {
        width: 45vw;
    }

    .subscribeLink {
        padding: 0px;
        margin: 0px;
        background-color: white;
        color: blue;
        font-size:10pt;
        text-align:center;
        vertical-align:middle;
        line-height:10pt;
        word-wrap:anywhere;
        word-break:break-word
    }
    .subscribeLink:visited
    {
        color: purple;
    }

}
