/* Text Elements */

p.paragraph.scripture-text {
  padding-right: 0;
  padding-left: 17px;
  color: #de9302;
  word-spacing: 1px;
  font-size: 22px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

a.link-text.text-link-1 {
  position: absolute;
  bottom: 5px;
  color: #41474b;
  vertical-align: baseline;
  font-size: 15px;
}

/* Interaction Elements */

a.link-button.button {
  display: block;
  margin-top: 20px;
  margin-bottom: 8px;
  padding-bottom: 25px;
  background-color: #dd120c;
  font-weight: 600;
  font-size: 23px;

  justify-self: center;
}

/* Layout Elements */

.container.container-3 {
  display: block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: 0;
  margin-bottom: -9px;
  margin-left: 0;
  padding-top: 21px;
  padding-right: 21px;
  padding-left: 23px;
  min-height: 69px;
  max-width: 1200px;
  border-top: .8125rem solid #0a0808;
  background-color: #08080d;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.container-1 {
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 300px;
  background-color: #0c0c0c;
}

.container.container-beast-image {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-right: 16px;
  padding-left: 16px;
  min-height: auto;
  height: 649px;
  background-image: url('../images/lion-leopard-beast.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  background-blend-mode: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

@media screen and (min-width: 20rem) {
  /* Layout Elements */

  .container.container-beast-image {
    height: 1238px;
    background-image: url('../images/lion-leopard-beast.jpg');
    background-attachment: scroll;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }
}

@media screen and (min-width: 35.3125rem) {
  /* Layout Elements */

  .container.container-beast-image {
    padding-right: 24px;
    padding-left: 24px;
    background-size: auto auto;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  p.paragraph.scripture-text {
    font-size: 23px;

    -webkit-text-stroke-color: #3500da;
  }

  /* Layout Elements */

  .container.container-3 {
    margin-right: 0;
    margin-left: 19px;
    max-width: 97.64%;
  }
}

@media screen and (min-width: 80rem) {
  /* Layout Elements */

  .container.container-3 {
    margin-top: 22px;
    padding-right: 58px;
    padding-left: 73px;
  }
}