/*!
 * This code is based in part on:
 *     Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 *     Code licensed under the Apache License v2.0.
 *     For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background: url('../img/woven-basket-seamless-texture-1656.png') repeat fixed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h1 {
    font-size: 2.25rem;
}

h2 {
    margin-top: 1.5em;
}


.brand {
    display: inherit;
    margin: 0;
    padding: 30px 0 10px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 4.375rem;
    font-weight: 700;
    line-height: normal;
    color: black;
}

.split {
    display: flex;
    justify-content: space-between;
}

hr {
    border-color: #888;
}

.nav-item.active {
    background-color: #e7e7e7;
}

/*@media screen and (min-width:768px) {
    / * Size small and up * /
    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
    }
}*/

.chap-btn {
    width: 46px;
    padding: 6px 10px;
}

.book-btn {
    width: 80px;
    padding: 6px 10px;
}


@media screen and (max-width:767px) {
.divnavbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
}


.card {
    background: rgba(255,255,255,0.9);
} 

div#syn-options {
    margin-left: 5em;
}


div.explain {
    margin-bottom: 1ex;
}

div.explain b small {
    font-weight: bold;
}


div.credit {
    margin-left: 20px;
    font-size: 0.8rem;
}

div.credit p {
    padding: 0;
    line-height: 0.6;
    margin-bottom: 0.625rem;
}

.card-header {
    font-size: 1rem;
}

span.added:before {
    content: "[";
}
span.added:after {
    content: "]";
}

span.refh {
    color: blue;
    cursor: pointer;
}

@font-face {
    font-family: 'Ezra SIL Webfont';
    src: url('fonts/SILEOT.woff') format('woff'); /* Modern Browsers */
}

span.hebrew {
  font-family: "Ezra SIL Webfont" !important;
  font-size: 120% !important;
}

