* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    font-family: 'Merriweather', serif;
    font-family: 'Playfair Display', serif;
    font-family: 'Sacramento', serif;
    font-size: 100%;
    height: 100%;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    background-color: rgb(243, 224, 199, 1);
    overflow-x: hidden;
}

/*--------------------------------------------*/

        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */

/*--------------------------------------------*/

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

.main-container {
    display: flex;
    flex-direction: column;
    font-family: 'Merriweather';
}

/*--------------------------------------------*/

.above-header {
    display: flex;
    flex-direction: row; 
    background-color: rgb(0, 0, 0, 0.9);
    color: rgb(243, 224, 199, 1);   
    padding-top: 0.4vw;
    padding-bottom: 0.4vw;
    padding-left: 0.3vw;
    padding-right: 0.3vw;
}
.above-header .quote {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex: 10;
}
#dailyVersesWrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 0.2vw;
    font-size: 1.1rem;
}
.dailyVerses.bibleVerse a {
    padding-left: 0.5vw;
    font-size: 1.1rem;
    color: rgb(243, 224, 199, 1);
}
.dailyVerses.bibleVerse a {
    font-weight: normal;
}
.above-header .contact-details {
    display: none;
    flex: 1;
    align-items: center;
    justify-content: right;
    margin-right: 0.2vw;
}
.above-header .contact-details a {
    text-decoration: none;
    color: rgb(243, 224, 199, 1);
    font-size: 1.1rem;
}

/*--------------------------------------------*/

.header {
    display: flex;
    flex-direction: column;
    background-color: rgb(243, 224, 199, 1);
}

/*--------------------------------------------*/

.hamburger-menu {
    display: none;
}

/*--------------------------------------------*/

.header-top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1vh;
    padding-bottom: 1vh;
    padding-left: 40vw;
    padding-right: 40vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
}
.header-top a {
    display: flex;
    justify-content: center;
}
.header-top img {
    width: 100%;
    height: auto;
    pointer-events: none;
}
.header-top img:hover {
    cursor: pointer;
    pointer-events: none;
}
.header-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0, 0, 0, 0.9);
    padding-top: 1vh;
    padding-bottom: 1vh;
    flex: 1;
}
.menu {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.element {
    padding: 0.5vw;
    font-size: 1.2rem;
}
.element a {
    text-decoration: none;
    color: rgb(243, 224, 199, 1);
    transition: 0.2s;
}
.element a:hover {
    color: rgb(130, 16, 12, 1);
}

/*--------------------------------------------*/

.about-box-desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(181, 198, 205, 1);
}
.top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(181, 198, 205, 1);
}
.top img {
    max-width: 60%;
    pointer-events: none;
}


/*--------------------------------------------*/

.testimonial-quote {
    display: flex;
    flex-direction: column;
    background-color: rgb(0, 0, 0, 0.9);
    color: rgb(243, 224, 199, 1);
    padding-top: 4vw;
    padding-bottom: 4vw;
    font-family: 'Playfair Display';
    padding-left: 10vw;
    padding-right: 10vw;
}
.quote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem;
    padding-bottom: 1vw;
    text-align: center;
}
.name-quote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    padding-left: 20vw;
}

/*--------------------------------------------*/

.boxes-desktop {
    display: flex;
    flex-direction: column;
    color: rgb(0, 0, 0, 0.9);
    background-color: rgb(243, 224, 199, 1);
    padding-top: 3vw;
}
.box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-bottom: 3vw;
}
.lesson {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding-left: 25vw;
    font-size: 1.3rem;
}
.charge {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding-right: 25vw;
    font-size: 1.3rem;
}

/*--------------------------------------------*/

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgb(243, 224, 199, 1);
    background-color: rgb(0, 0, 0, 0.9);
    padding-bottom: 1vw;
    margin-top: auto;
}
.footer a {
    color: rgb(243, 224, 199, 1);
}
.menu-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0, 0, 0, 0);
    padding-top: 3vw;
    padding-bottom: 4vw;
    flex: 1;
    font-size: 1.2rem;
}    
.copyright {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    text-decoration: none;
}
.copyright-item {
    padding-left: 0.5vw;
}
.copyright-item a {
    text-decoration: none;
}

}

/*--------------------------------------------*/

        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */

/*--------------------------------------------*/

@media only screen and (min-width: 0px) and (max-width: 420px) and (orientation: portrait) {
    
.main-container {
    display: flex;
    flex-direction: column;
    font-family: 'Merriweather';
    overflow-x: hidden;
    height: 100%;
}

/*--------------------------------------------*/

.above-header {
    display: flex;
    flex-direction: row;
    background-color: rgb(0, 0, 0, 0.9);
    color: rgb(243, 224, 199, 1);
    padding: 2vw;
}
.above-header .quote {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#dailyVersesWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}
.dailyVerses.bibleVerse a {
    padding-left: 0.5vw;
    font-size: 0.8rem;
    color: rgb(243, 224, 199, 1);
}
.dailyVerses.bibleVerse a {
    font-weight: normal;
}
.above-header .contact-details {
    display: none;
}

/*--------------------------------------------*/

.header {
    display: flex;
    flex-direction: row;
    background-color: rgb(243, 224, 199, 1);
}

/*--------------------------------------------*/

.hamburger-menu {
    display: flex;
    align-items: center;
    z-index: 999;
}
#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
    top: 10;
}
#menu__toggle:checked + .menu__btn > span::before {
    top: 10;
}
#menu__toggle:checked + .menu__btn > span::after {
    top: 10;
}
#menu__toggle:checked ~ .menu__box {
    left: 0 !important;
}
.menu__btn {
    position: fixed;
    top: 23%;
    left: 1vw;
    width: 20px;
    height: 40px;
    z-index: 2;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgb(130, 16, 12, 1);
    transition-duration: .25s;
}
.menu__btn > span::before {
    content: '';
    top: -10px;
}
.menu__btn > span::after {
    content: '';
    top: 10px;
}
.menu__box {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 40%;
    height: 100%;
    padding-left: 7vw;
    list-style: none;
    background-color: rgb(243, 224, 199, .95);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
}
.table-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.table {
    display: flex;
    justify-content: center;
}
.table ul {
    width: 100%;
    list-style-type: none;
}
.table a {
    color: rgb(0, 0, 0, 0.9);
    font-family: 'Merriweather', serif;
    font-size: 1rem;
    line-height: 3.5rem;
    text-decoration: none;
} 
.menu__box:hover a:active{
    color: rgb(130, 16, 12, 1);
    text-decoration: none;
}

/*--------------------------------------------*/

.header-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5vw;
    margin-top: 2vh;
    margin-bottom: 1vh;
    padding-right: 23vw;
    padding-left: 23vw;
    z-index: 1;
    height: 18vh;
    padding-top: 0vh;
    padding-bottom: 0vh;
}
.header-top a {
    display: flex;
    justify-content: center;
}
.header-top img {
    max-width: 120%;
    pointer-events: none;
}
.header-top a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-top img:hover {
    cursor: pointer;
    pointer-events: none;
}
.header-bottom {
    display: none;
}

/*--------------------------------------------*/

.about-box-desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(181, 198, 205, 1);
}
.top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(181, 198, 205, 1);
}
.top img {
    max-width: 150%;
    pointer-events: none;
}

/*--------------------------------------------*/

.testimonial-quote {
    display: flex;
    flex-direction: column;
    background-color: rgb(0, 0, 0, 0.9);
    color: rgb(243, 224, 199, 1);
    padding-top: 3vh;
    padding-bottom: 4vh;
    padding-left: 10vw;
    padding-right: 10vw;
    margin-bottom: 7vh;
    font-family: 'Playfair Display';
}
.quote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    padding-bottom: 1vw;
    text-align: center;
}
.name-quote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
}

/*--------------------------------------------*/

.boxes-desktop {
    display: flex;
    flex-direction: column;
    color: rgb(0, 0, 0, 0.9);
    background-color: rgb(243, 224, 199, 1);
    margin-bottom: 4vh;
}
.box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 3vh;
}
.lesson {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding-left: 25vw;
    font-size: 0.8rem;
}
.charge {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding-right: 25vw;
    font-size: 0.8rem;
}

/*--------------------------------------------*/

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgb(243, 224, 199, 1);
    background-color: rgb(0, 0, 0, 0.9);
    padding: 1vw;
    margin-top: auto;
}
.footer a {
    color: rgb(243, 224, 199, 1);
}
.menu-footer {
    display: none;
}    
.copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    text-align: center;
}
.copyright-item {
    padding-left: 0.5vw;
}
.copyright-item a {
    text-decoration: none;
}

}

/*--------------------------------------------*/

        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */

/*--------------------------------------------*/

@media only screen and (min-width: 421px) and (max-width: 920px) and (orientation: landscape) {

.main-container {
    display: flex;
    flex-direction: column;
    font-family: 'Merriweather';
    overflow-x: hidden;
    height: 100%;
}

/*--------------------------------------------*/

.above-header {
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.9);
    color: rgb(243, 224, 199, 1);
    padding: 1vw;
}
.above-header .quote {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#dailyVersesWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
}
.dailyVerses.bibleVerse a {
    padding-left: 0.5vw;
    font-size: 0.7rem;
    color: rgb(243, 224, 199, 1);
}
.dailyVerses.bibleVerse a {
    font-weight: normal;
}
.above-header .contact-details {
    display: none;
}

/*--------------------------------------------*/

.header {
    display: flex;
    flex-direction: row;
    background-color: rgb(243, 224, 199, 1);
}

/*--------------------------------------------*/

.hamburger-menu {
    display: flex;
    align-items: center;
    z-index: 999;
}
#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
    top: 10;
}
#menu__toggle:checked + .menu__btn > span::before {
    top: 10;
}
#menu__toggle:checked + .menu__btn > span::after {
    top: 10;
}
#menu__toggle:checked ~ .menu__box {
    left: 0 !important;
}
.menu__btn {
    position: fixed;
    top: 30%;
    left: 1vw;
    width: 20px;
    height: 40px;
    z-index: 2;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgb(130, 16, 12, 1);
    transition-duration: .25s;
}
.menu__btn > span::before {
    content: '';
    top: -10px;
}
.menu__btn > span::after {
    content: '';
    top: 10px;
}
.menu__box {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 25%;
    height: 100%;
    padding-left: 3vw;
    list-style: none;
    background-color: rgb(243, 224, 199, .95);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
}
.table-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.table {
    display: flex;
    justify-content: center;
}
.table ul {
    width: 100%;
    list-style-type: none;
}
.table a {
    color: rgb(0, 0, 0, 0.9);
    font-family: 'Merriweather', serif;
    font-size: 1rem;
    line-height: 2.2rem;
    text-decoration: none;
} 
.menu__box:hover a:active{
    color: rgb(130, 16, 12, 1);
    text-decoration: none;
}

/*--------------------------------------------*/

.header-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2vw;
    margin-top: 14vh;
    margin-bottom: 7vh;
    padding-right: 23vw;
    padding-left: 23vw;
    z-index: 1;
    height: 18vh;
    padding-top: 0vh;
    padding-bottom: 0vh;
}
.header-top a {
    display: flex;
    justify-content: center;
}
.header-top img {
    max-width: 60%;
    pointer-events: none;
}
.header-top a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-top img:hover {
    cursor: pointer;
    pointer-events: none;
}
.header-bottom {
    display: none;
}

/*--------------------------------------------*/

.about-box-desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(181, 198, 205, 1);
    margin-top: 7vh;
}
.top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(181, 198, 205, 1);
}
.top img {
    max-width: 100%;
    pointer-events: none;
}

/*--------------------------------------------*/

.testimonial-quote {
    display: flex;
    flex-direction: column;
    background: rgb(0, 0, 0, 0.9);
    color: rgb(243, 224, 199, 1);
    padding-top: 5vh;
    padding-bottom: 6vh;
    padding-left: 7vw;
    padding-right: 7vw;
    margin-bottom: 6vh;
    font-family: 'Playfair Display';
}
.quote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    padding-bottom: 1vw;
    text-align: center;
}
.name-quote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
}

/*--------------------------------------------*/

.boxes-desktop {
    display: flex;
    flex-direction: column;
    color: rgb(0, 0, 0, 0.9);
    background-color: rgb(243, 224, 199, 1);
    margin-bottom: 4vh;
}
.box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 3vh;
}
.lesson {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding-left: 25vw;
    font-size: 0.8rem;
}
.charge {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding-right: 25vw;
    font-size: 0.8rem;
}

/*--------------------------------------------*/

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgb(243, 224, 199, 1);
    background-color: rgb(0, 0, 0, 0.9);
    padding: 1vw;
    margin-top: auto;
}
.footer a {
    color: rgb(243, 224, 199, 1);
}
.menu-footer {
    display: none;
}    
.copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    text-align: center;
}
.copyright-item {
    padding-left: 0.5vw;
}
.copyright-item a {
    text-decoration: none;
}

}

/*--------------------------------------------*/

        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */

/*--------------------------------------------*/

@media only screen and (min-width: 540px) and (max-width: 1399px) and (orientation: portrait) {    

.main-container {
    display: flex;
    flex-direction: column;
    font-family: 'Merriweather';
    overflow-x: hidden;
    height: 100%;
}

/*--------------------------------------------*/

.above-header {
    display: flex;
    flex-direction: column;
    background-color: rgb(0, 0, 0, 0.9);
    color: rgb(243, 224, 199, 1);
    padding: 2vw;
}
.above-header .quote {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#dailyVersesWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}
.dailyVerses.bibleVerse a {
    padding-left: 0.5vw;
    font-size: 1.1rem;
    color: rgb(243, 224, 199, 1);
}
.dailyVerses.bibleVerse a {
    font-weight: normal;
}
.above-header .contact-details {
    display: none;
}

/*--------------------------------------------*/

.header {
    display: flex;
    flex-direction: row;
    background-color: rgb(243, 224, 199, 1);
}

/*--------------------------------------------*/

.hamburger-menu {
    display: flex;
    z-index: 999;
}
#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
    top: 10;
}
#menu__toggle:checked + .menu__btn > span::before {
    top: 10;
}
#menu__toggle:checked + .menu__btn > span::after {
    top: 10;
}
#menu__toggle:checked ~ .menu__box {
    left: 0 !important;
}
.menu__btn {
    position: fixed;
    top: 23%;
    left: 1vw;
    width: 20px;
    height: 40px;
    z-index: 2;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgb(130, 16, 12, 1);
    transition-duration: .25s;
}
.menu__btn > span::before {
    content: '';
    top: -10px;
}
.menu__btn > span::after {
    content: '';
    top: 10px;
}
.menu__box {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 23%;
    height: 100%;
    padding-left: 3vw;
    list-style: none;
    background-color: rgb(243, 224, 199, .95);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
}
.table-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.table {
    display: flex;
    justify-content: center;
}
.table ul {
    width: 100%;
    list-style-type: none;
}
.table a {
    color: rgb(0, 0, 0, 0.9);
    font-family: 'Merriweather', serif;
    font-size: 1.7rem;
    line-height: 5rem;
    text-decoration: none;
} 
.menu__box:hover a:active{
    color: rgb(130, 16, 12, 1);
    text-decoration: none;
}

/*--------------------------------------------*/

.header-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5vw;
    margin-top: 2vh;
    margin-bottom: 1vh;
    padding-right: 23vw;
    padding-left: 23vw;
    z-index: 1;
    height: 18vh;
    padding-top: 0vh;
    padding-bottom: 0vh;
}
.header-top a {
    display: flex;
    justify-content: center;
}
.header-top img {
    max-width: 70%;
    pointer-events: none;
}
.header-top a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-top img:hover {
    cursor: pointer;
    pointer-events: none;
}
.header-bottom {
    display: none;
}

/*--------------------------------------------*/

.about-box-desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(181, 198, 205, 1);
}
.top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(181, 198, 205, 1);
}
.top img {
    max-width: 100%;
    pointer-events: none;
}

/*--------------------------------------------*/

.testimonial-quote {
    display: flex;
    flex-direction: column;
    background: rgb(0, 0, 0, 0.9);
    color: rgb(243, 224, 199, 1);
    padding-top: 3vh;
    padding-bottom: 4vh;
    margin-bottom: 4vh;
    font-family: 'Playfair Display';
}
.quote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    padding-bottom: 1vw;
    text-align: center;
}
.name-quote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}

/*--------------------------------------------*/

.boxes-desktop {
    display: flex;
    flex-direction: column;
    color: rgb(0, 0, 0, 0.9);
    background-color: rgb(243, 224, 199, 1);
    margin-bottom: 0vh;
}
.box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 3vh;
}
.lesson {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding-left: 25vw;
    font-size: 1.3rem;
    line-height: 1.8rem;
}
.charge {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding-right: 25vw;
    font-size: 1.3rem;
    line-height: 1.8rem;
}

/*--------------------------------------------*/

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgb(243, 224, 199, 1);
    background-color: rgb(0, 0, 0, 0.9);
    padding: 1vw;
    margin-top: auto;
}
.footer a {
    color: rgb(243, 224, 199, 1);
}
.menu-footer {
    display: none;
}    
.copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    text-align: center;
}
.copyright-item {
    padding-left: 0.5vw;
}
.copyright-item a {
    text-decoration: none;
}

}

/*--------------------------------------------*/

        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */

/*--------------------------------------------*/

@media only screen and (min-width: 916px) and (max-width: 1399px) and (orientation: landscape) {

.main-container {
    display: flex;
    flex-direction: column;
    font-family: 'Merriweather';
    overflow-x: hidden;
    height: 100%;
}

/*--------------------------------------------*/

.above-header {
    display: flex;
    flex-direction: column;
    background-color: rgb(0, 0, 0, 0.9);
    color: rgb(243, 224, 199, 1);
    padding: 2vw;
}
.above-header .quote {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#dailyVersesWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}
.dailyVerses.bibleVerse a {
    padding-left: 0.5vw;
    font-size: 1.1rem;
    color: rgb(243, 224, 199, 1);
}
.dailyVerses.bibleVerse a {
    font-weight: normal;
}
.above-header .contact-details {
    display: none;
}

/*--------------------------------------------*/

.header {
    display: flex;
    flex-direction: row;
    background-color: rgb(243, 224, 199, 1);
}

/*--------------------------------------------*/

.hamburger-menu {
    display: flex;
    align-items: center;
    z-index: 999;
}
#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
    top: 10;
}
#menu__toggle:checked + .menu__btn > span::before {
    top: 10;
}
#menu__toggle:checked + .menu__btn > span::after {
    top: 10;
}
#menu__toggle:checked ~ .menu__box {
    left: 0 !important;
}
.menu__btn {
    position: fixed;
    top: 23%;
    left: 1vw;
    width: 20px;
    height: 40px;
    z-index: 2;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgb(130, 16, 12, 1);
    transition-duration: .25s;
}
.menu__btn > span::before {
    content: '';
    top: -10px;
}
.menu__btn > span::after {
    content: '';
    top: 10px;
}
.menu__box {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 23%;
    height: 100%;
    padding-left: 1vw;
    list-style: none;
    background-color: rgb(243, 224, 199, .95);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
}
.table-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.table {
    display: flex;
    justify-content: center;
}
.table ul {
    width: 100%;
    list-style-type: none;
}
.table a {
    color: rgb(0, 0, 0, 0.9);
    font-family: 'Merriweather', serif;
    font-size: 1.5rem;
    line-height: 5rem;
    text-decoration: none;
} 
.menu__box:hover a:active{
    color: rgb(130, 16, 12, 1);
    text-decoration: none;
}

/*--------------------------------------------*/

.header-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2vw;
    margin-top: 7vh;
    margin-bottom: 7vh;
    padding-right: 23vw;
    padding-left: 23vw;
    z-index: 1;
    height: 18vh;
    padding-top: 0vh;
    padding-bottom: 0vh;
}
.header-top a {
    display: flex;
    justify-content: center;
}
.header-top img {
    max-width: 50%;
    pointer-events: none;
}
.header-top a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-top img:hover {
    cursor: pointer;
    pointer-events: none;
}
.header-bottom {
    display: none;
}

/*--------------------------------------------*/

.about-box-desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(181, 198, 205, 1);
}
.top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(181, 198, 205, 1);
}
.top img {
    max-width: 100%;
    pointer-events: none;
}

/*--------------------------------------------*/

.testimonial-quote {
    display: flex;
    flex-direction: column;
    background: rgb(0, 0, 0, 0.9);
    color: rgb(243, 224, 199, 1);
    padding-top: 5vh;
    padding-bottom: 6vh;
    padding-left: 7vw;
    padding-right: 7vw;
    margin-bottom: 6vh;
    font-family: 'Playfair Display';
}
.quote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    padding-bottom: 1vw;
    text-align: center;
}
.name-quote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
}

/*--------------------------------------------*/

.boxes-desktop {
    display: flex;
    flex-direction: column;
    color: rgb(0, 0, 0, 0.9);
    background-color: rgb(243, 224, 199, 1);
    margin-bottom: 4vh;
}
.box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 3vh;
}
.lesson {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding-left: 25vw;
    font-size: 0.8rem;
}
.charge {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding-right: 25vw;
    font-size: 0.8rem;
}

/*--------------------------------------------*/

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgb(243, 224, 199, 1);
    background-color: rgb(0, 0, 0, 0.9);
    padding: 1vw;
    margin-top: auto;
}
.footer a {
    color: rgb(243, 224, 199, 1);
}
.menu-footer {
    display: none;
}    
.copyright {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    text-align: center;
}
.copyright-item {
    padding-left: 0.5vw;
}
.copyright-item a {
    text-decoration: none;
}

}