/* Text Elements */

p.paragraph {
  margin-top: 0;
  margin-bottom: 2px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

p.paragraph.Home-title {
  margin-bottom: 1px;
  padding-top: 18px;
  padding-bottom: 14px;
  border: .1875rem solid #000;
  color: #000;
  text-align: center;
  font-weight: 800;
  font-size: 1.06rem;
}

p.paragraph.home-word {
  margin-bottom: 0;
  color: #000;
  text-align: center;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

span.text-element {
  color: #000;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

span.text-element.key {
  margin-right: 20px;
  white-space: nowrap;
}

span.text-element.bbl-bk {
  margin-right: 6px;
  margin-bottom: 9px;
  font-weight: 800;
  font-size: 17px;
}

span.text-element.bread {
  color: #000;
  font-size: 16px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a.link-text.bk {
  margin-right: -4px;
  margin-bottom: 14px;
  padding-right: 9px;
  padding-left: 9px;
  background-color: #fff;
  color: #00f;
  text-align: center;
  text-decoration: none;
  font-size: 14px;

  mix-blend-mode: exclusion;
}

a.link-text {
  margin-left: 3px;
  text-align: center;
}

a.link-text.bbl-ref {
  margin-right: 6px;
  margin-bottom: 12px;
  margin-left: 0;
  padding: 4px 7px 4px 12px;
  color: #00f;
  font-size: 17px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

a.link-text.cl-ref {
  margin-right: 6px;
  margin-bottom: 12px;
  margin-left: 0;
  padding: 4px 0;
  color: #000;
  text-decoration: none;
  font-size: 17px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

a.link-text.text-button {
  margin-right: 3px;
  margin-left: 0;
  padding-top: 15px;
  width: 100px;
  height: 40px;
  border: .0625rem solid #000;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 35%, rgba(0, 0, 255, .17) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 35%, rgba(0, 0, 255, .17) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 35%, rgba(0, 0, 255, .17) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 35%, rgba(0, 0, 255, .17) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  cursor: pointer;

  background-blend-mode: normal;
}

a.link-text.arrow {
  margin-right: 5px;
  margin-left: 5px;
  color: #bfbfff;
  text-decoration: none;
  font-size: 60px;
}

a.link-text.bk:hover {
  background-color: rgba(209, 206, 255, .7);
}

a.link-text.text-button:hover {
  background-color: rgba(209, 206, 255, .7);
}

/* Interaction Elements */

select.select.drp-dn {
  font-weight: 700;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

/* Layout Elements */

body.scroll-bar {
  overflow: scroll;
}

.container.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.whole-page {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 1024px;
}

.container.bk-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  margin-top: 12px;
  width: 100%;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.key {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  margin-top: 24px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.bible {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  margin-top: 19px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.ref-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.x-refs {
  margin-top: 13px;
}

.container.bread {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  overflow: hidden;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.min-top {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.link-container.home {
  width: 219px;
  text-decoration: none;
}

.link-container.home:hover {
  background-color: rgba(209, 206, 255, .7);
}

@media screen and (min-width: 52.5rem) {
  /* Text Elements */

  a.link-text.cl-ref {
    padding: 0;
  }

  a.link-text.bbl-ref {
    padding: 0;
  }

  /* Layout Elements */

  .container.upper {
    min-height: 740px;
  }
}