/* SUBNAV HERO SECTION*/
.subnav-hero-section {
  text-align: center;
  background: #1779ba;
  /*background: url("/biblia/img/books-2619714_1280.jpg") no-repeat center center;*/
  background: url("/biblia/img/bible-2638132_1280.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 400px;
}

.subnav-hero-section .subnav-hero-headline {
  color: #fefefe;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 2px 4px 4px #000000;
  letter-spacing: 2px;
}

.subnav-hero-section .subnav-hero-subheadline {
  color: yellow;
  text-transform: uppercase;
}

.subnav-hero-subnav {
  float: none;
  position: absolute;
  text-align: center;
  margin: 0 auto;
  bottom: 0;
  width: 100%;
}

.subnav-hero-subnav li {
  float: none;
  display: inline-block;
}

.subnav-hero-subnav li a {
  padding: 0.9rem 1rem;
  /*font-size: 0.75rem;*/
  font-size: 0.95rem;
  /*font-size: 0.85rem;*/
  color: #fefefe;
  /*color: black;*/
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
  transition: all 0.35s ease-in-out;
}

.subnav-hero-subnav li a.is-active {
  background: rgba(254, 254, 254, 0.15);
}

.subnav-hero-subnav li a:hover {
  background: rgba(254, 254, 254, 0.15);
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  .subnav-hero-subnav li a {
    font-size: 0.75rem;
  }
}
