html, body {
    font-family: 'Lato', 'Comic Sans MS';
    color: #2c334c;
    padding: 0;
    margin: 0;
}

.background-stripe {
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background-color: #2c334c;
}

.body-container {
    position: absolute;
    top: 0;
    left: 0;
    margin: 5vh 5vh;
    width: calc( 100vw - 10vh );
    height: 90vh;
    background-color: #e8e4e2;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

h1 {
    font-size: 151pt;
    text-align: center;
    margin: 0;
}

h2 {
    font-size: 70pt;
    font-weight: 900;
    margin: 0px;
}

h3 {
    font-size: 40pt;
    text-align: center;
    margin: 20px;
    font-weight: 500;
}

h4 {
    font-size: 30pt;
    margin: 20px;
    font-weight: 300;
    margin: 15pt 0;
}

table {
    border: 0;
}

td {
    vertical-align: top;
}

.welkom-info table, .einde table {
    width: 100%;
}

.liturgie-container table {
    font-size: 70pt;
    font-weight: 900;
    margin: auto;
}

.welkom-info table tr td {
    font-size: 40pt;
    padding: 5pt 20pt;
}

.einde table tr td {
    font-size: 32pt;
}

table tr td:first-child {
    font-weight: 800;
}

.welkom-info {
    height: 100%;
}

.liturgie {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    text-transform: uppercase;
}

.litsurgie {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    text-transform: uppercase;
}

.liturgie-container {
    width: 75%;
    gap: 30px;
    max-height: 90%;
}

.einde {
    width: 90%;
}

    .einde h2, h3, h4 {
        text-align: center;
    }

.camera-info-container {
    font-size: 24pt;
    font-weight: 300;
    width: 18vw;
    height: 80vh;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10vh 2vw;
    background-color: rgba( 255, 255, 255, 0.65 );
}

.liturgie-bord {
    width: 100vw;
    height: 100vh;
    font-size: 90pt;
    font-weight: 700;
    background-color: #000;
    color: #e8e4e2;
    align-items: normal;
}

    .liturgie-bord table {
        max-height: calc( 100vh - 20px );
        min-height: 65vh;
        /*max-width: 95vw;*/
        min-width: 80vw;
        vertical-align: middle;
        /*margin: auto;*/
    }

    .liturgie-bord .content {
        max-height: calc( 100vh - 20px );
        height: calc( 100vh - 100px );
        max-width: 95vw;
        vertical-align: middle;
    }

.liturgie-bord-song-column {
    max-width: 400pt;
    vertical-align: middle;
    overflow: clip;
}

.liturgie-bord-pre-psalm-column {
    vertical-align: middle;
    padding-right: 20pt;
    width: 5pt;
}

.liturgie-bord-psalm-column {
    vertical-align: middle;
    text-align: right;
    width: 70pt;
}

.liturgie-bord-song-verse-seperator-column {
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
    width: 30pt;
}

.liturgie-bord-song-verse-number-seperator-column {
    vertical-align: middle;
    text-align: center;
    padding: 0 10pt;
    width: 20pt;
}

.liturgie-bord-song-verse-number-column {
    vertical-align: middle;
    text-align: right;
    width: 70pt;
    text-transform: lowercase;
}

.liturgie-bord-empty-song-column {
    /*width: 40pt;*/
}
.liturgie-bord-empty-column {
    /*width: 50pt;*/
}
.liturgie-bord-bible-passage-row {
}

.liturgie-bord-bible-passage-row-column {
    text-align: center;
    white-space: break-spaces;
    word-spacing: 10pt;
}

.liturgie-bord-bible-passage-1th-row-column {
    white-space: break-spaces;
    padding-top: 40pt;
    text-align: center;
}

table, th, td {
    white-space: nowrap;
    /*border: 1px solid red;*/
}

:focus, :focus-visible {
    outline: none;
}


.liturgie-bord tr {
    line-height: 135pt;
}

.song-verses-seperator {
    width: 70px;
    text-align: center;
}

.verses-seperator {
    width: 70px;
    text-align: center;
}

.td-1-character {
    width: 70px;
    max-width: 70px;
}

.td-2-character {
    width: 140px;
    max-width: 140px;
}
