

.theme_darkEmerald {
    background-color: #000;
    color: #fff;
    color: #FAEBD7; /* antique white */
    color: #dbceba; /* dim antique white */
}

.theme_darkEmerald .BibleApp_elt .BibleApp_MainMenuBar_elt {
    background-color: #228B22; /* forest green */
    background-color: #8A9A5B; /* moss green */
    background-color: #01796F; /* pine green */
    background-color: #00B140; /* jade green */
    background-color: #556B2F; /* olive green */
    background-color: #3C8D3F; /* hunter green */
    background-color: #50C878; /* emerald green */
    background-color: #047A3B; /* dark emerald green */
    
    /* outline: 1px dotted yellow; */
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.theme_darkEmerald .BibleVerseMenu_elt .BookMenu_elt {
    background-color: #000;
}

.theme_darkEmerald .BibleVerseMenu_elt .BasicButton_elt.activeField {
    background-color: #717171;
}

.theme_darkEmerald .BasicButton_elt.selected {
    color: #4e4;
    background-color: #333;
}

.theme_darkEmerald .BibleApp_MainMenuBar_elt .BibleApp_MainMenuBar_verseSelectButton {
    /* color: #ededed; */
    border: 1px solid #707070;
    padding: 3px 3px 3px 3px;
    border-radius: 8px;
}

body {
    /* font-family: 'Times New Roman', Times, serif; */
    /* font-family: Comprehension, 'Times New Roman', Times, serif; */
    font-family: Baskervville, Georgia, serif;

    
    /*
    font-family: "Crimson Text", serif;
    font-weight: 400;
    font-style: normal;
    */
}

/*
@font-face {
  font-family: 'Comprehension';
  src: url('../fonts/Comprehension-SemiBold.otf') format("opentype");
}
*/

@font-face {
  font-family: 'Baskervville';
  src: url('../fonts/Baskervville-Regular.otf') format("opentype");
}

