html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: San Francisco, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: rgba(255, 253, 237, .8);
}

.selectedText {
    -webkit-text-decoration-line: underline;
    -webkit-text-decoration-style: dashed;
    -webkit-text-decoration-color: slategrey;
    background-color: rgba(0, 0, 0, .1);
}

body {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.85rem;
}

button {
    font-size: 1.25em;
    height: auto;
    padding: 0.1em;
    box-sizing: border-box;
    border: 1px solid #EBEBDF;
    border-radius: .09em;
    background-color: darkmagenta;
}

#wrapper-id {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.heightNone-class {
    max-height: 0;
    opacity: 0;
    -moz-transition: opacity 0.025s ease, max-height 0.25s ease;
    -webkit-transition: opacity 0.025s ease, max-height 0.25s ease;
    -o-transition: opacity 0.025s ease, max-height 0.25s ease;
    transition: opacity 0.025s ease, max-height 0.25s ease;
    /* add these transitions to the targeted standard owning static class for smooth in & out*/
}

ol {
    counter-reset: item;
    list-style-type: none;
}

ul {
    counter-reset: item;
    list-style-type: none;
}

.denyScroll {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}

.permitScroll {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}


/* move to separate css file*/

small {
    font-size: .6em;
    color: rgba(0, 0, 0, 0.5);
}

.activeAPI0 {
    background-color: inherit;
    color: dimgrey;
}

.nav_MobileNavWrapDiv-class {
    position: fixed;
    background-color: #21AD46;
    bottom: 0;
    width: 100%;
    height: 15vh;
    /*flex*/
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.navButtonWrap>button {
    font-size: 1.5em;
    height: 15vh;
    width: 100%;
    padding: 0.25em;
    box-sizing: border-box;
    border: 1px solid black;
    border-radius: 0;
    background-color: seagreen;
}

.navHidden {
    bottom: -15rem;
}


/*   */

.nav_mobilenavwrapdiv_NavButtonPreviousChapterWrap-class {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.nav_mobilenavwrapdiv_navbuttonsearchwrap_SearchButton-class {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.nav_mobilenavwrapdiv_portionselectwrap_BookChapterButton-class {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.nav_mobilenavwrapdiv_versionselectwrap_VersionButton-class {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.nav_mobilenavwrapdiv_NavButtonNextChapterWrap-class {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}


/*   */