.jeopardy {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f0f5c9;
  background: -moz-radial-gradient(circle, #f0f5c9 0%, #ddfcea 50.52%, #a9e2ec 100%);
  background: -webkit-radial-gradient(circle, #f0f5c9 0%, #ddfcea 50.52%, #a9e2ec 100%);
  background: radial-gradient(circle, #f0f5c9 0%, #ddfcea 50.52%, #a9e2ec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f5c9", endColorstr="#a9e2ec", GradientType=1);
  box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.jeopardy .jeopardy-img {
  position: absolute;
  bottom: 86px;
  left: 50%;
  margin-left: -88px;
}
.jeopardy .snippetCtaBtn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -95px;
}
.jeopardy .snippet-title {
  position: absolute !important;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.jeopardy .snippet-title h3 {
  margin: 0px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 50%;
  width: 340px;
  height: 84px;
  margin-left: -169px;
  line-height: 38px;
}
.jeopardy .snippet-title h3 .text-strock {
  position: relative;
  display: block;
  text-align: center;
}
.jeopardy .snippet-title h3 .text-strock:first-child .text {
  position: relative;
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  text-transform: capitalize;
  background: #fff961;
  background: -moz-linear-gradient(180deg, #fff961 0%, #ffca4d 55.212%, #ff7623 100%);
  background: -webkit-linear-gradient(180deg, #fff961 0%, #ffca4d 55.212%, #ff7623 100%);
  background: linear-gradient(180deg, #fff961 0%, #ffca4d 55.212%, #ff7623 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff961", endColorstr="#ff7623", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.jeopardy .snippet-title h3 .text-strock:nth-child(2) .text {
  position: relative;
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  text-transform: capitalize;
  background: #fff961;
  background: -moz-linear-gradient(180deg, #fff961 0%, #ffca4d 55.21%, #6eb77f 100%);
  background: -webkit-linear-gradient(180deg, #fff961 0%, #ffca4d 55.21%, #6eb77f 100%);
  background: linear-gradient(180deg, #fff961 0%, #ffca4d 55.21%, #6eb77f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff961", endColorstr="#6eb77f", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.jeopardy .snippet-title h3 .text-strock:first-child .strock:before {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  text-transform: capitalize;
  background: #ab216a;
  background: -moz-linear-gradient(180deg, #ab216a 0%, #2e0b1f 100%);
  background: -webkit-linear-gradient(180deg, #ab216a 0%, #2e0b1f 100%);
  background: linear-gradient(180deg, #ab216a 0%, #2e0b1f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ab216a", endColorstr="#2e0b1f", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-stroke: 6px transparent;
  color: transparent;
  position: absolute;
  top: 0px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}
.jeopardy .snippet-title h3 .text-strock:nth-child(2) .strock:before {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  text-transform: capitalize;
  background: #ab216a;
  background: -moz-linear-gradient(180deg, #ab216a 0%, #2e0b1f 100%);
  background: -webkit-linear-gradient(180deg, #ab216a 0%, #2e0b1f 100%);
  background: linear-gradient(180deg, #ab216a 0%, #2e0b1f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ab216a", endColorstr="#2e0b1f", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-stroke: 8px transparent;
  color: transparent;
  position: absolute;
  top: 0px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
}
.jeopardy .snippet-title h3 .text-strock:first-child .strock:before {
  content: "Your Favorite Game:";
}
.jeopardy .snippet-title h3 .text-strock:nth-child(2) .strock:before {
  content: "Bible trivia pro!";
}

/*# sourceMappingURL=style.css.map */
