.panels {
  width: 100%;
  margin: auto;
  margin-bottom: 15px;
  background-color: #FFF;
  border-radius: 20px;
  padding: 58px 48px;
  -webkit-box-shadow: 10px 10px 20px -5px rgba(0,0,0,0.5);
  box-shadow: 10px 10px 20px -5px rgba(0,0,0,0.5);
  background-image: url("../images/pop-quiz-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.panels .panel {
  background-color: transparent;
  border: none;
  box-shadow: none;
  position: relative;
}

.panels .questions h3 {
  text-align: center;
  color: white;
  text-shadow: 0 1px 0px #fccd1f, 1px 0 0px #fccd1f, 1px 2px 1px #fccd1f, 2px 1px 1px #fccd1f;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .panels .questions h3 {
    font-size: 22px;
  }
}

.panels button {
  color: white;
  text-transform: uppercase;
  padding: 20px 90px;
  letter-spacing: 8px;
  font-weight: normal;
  margin-top: 20px;
  border-radius: 50px;
  border: 2px solid white;
  background-color: #f6c500;
  font-size: 20px;
  -webkit-box-shadow: inset 0px -20px 25px -10px rgba(0,0,0,0.15);
  box-shadow: inset 0px -20px 25px -10px rgba(0,0,0,0.15);
  text-shadow: none;
  font-family: inherit;
}

@media (max-width: 767px) {
  .panels button {
    padding: 20px 60px;
  }
}

.panels button:focus {
  outline: none;
}

.panels button:hover {
  color: #f6c500;
  border-color: #f6c500;
  background-color: white;
}

.panels .panel .result {
  background: #33a1e6;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  max-width: 500px;
  margin: auto;
  text-align: center;
  padding: 50px;
  border-radius: 25px;
  box-shadow: 1px 1px 1px #000;
}

@media (max-width: 575px) {
  .panels .panel .result {
    max-width: 325px;
    padding: 25px;
  }
}

@media (max-width: 575px) {
  .panels .panel .result button {
    padding: 20px 35px;
    font-size: 16px;
  }
}

.panels .panel .result p {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 20px;
}

.panels .panel .questions label {
  float: left;
  margin-top: -9.5px;
  margin-left: 15px;
  font-size: 24px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  padding-bottom: 15px;
}

@media (max-width: 991px) {
  .panels .panel .questions label {
    font-size: 21px;
    margin-top: -5.5px;
    white-space: normal;
    width: 85%;
  }
}

@media (max-width: 575px) {
  .panels .panel .questions label {
    font-size: 17px;
    margin-top: -3px;
    white-space: normal;
    width: 70%;
  }
}

@media (max-width: 575px) {
  .panels .panel .questions label {
    font-size: 17px;
    margin-top: -3px;
    white-space: normal;
    width: 70%;
  }
}

.panels input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  float: left;
  width: 20px;
  transform: scale(2);
}

.pop-quiz-title {
  text-align: center;
  color: white;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: 'Chango', cursive;
  font-size: 60px;
  text-shadow: 0 1px 0px #fccd1f, 1px 0 0px #fccd1f, 1px 2px 1px #fccd1f, 2px 1px 1px #fccd1f, 2px 3px 2px #fccd1f, 3px 2px 2px #fccd1f, 3px 4px 2px #fccd1f, 4px 3px 3px #fccd1f, 4px 5px 3px #fccd1f, 5px 4px 2px #fccd1f, 5px 6px 2px #fccd1f, 6px 5px 2px #fccd1f, 6px 7px 1px #fccd1f, 7px 6px 1px #fccd1f, 7px 8px 0px #fccd1f, 8px 7px 0px #fccd1f;
  line-height: 1;
}

.panels .panel .questions br {
  clear: both;
}

.quiz-btn-wrapper {
  text-align: center;
}

.congratulations {
  text-align: center;
  font-family: 'Chango', cursive;
  font-size: 60px;
  text-shadow: 0 1px 0px #fccd1f, 1px 0 0px #fccd1f, 1px 2px 1px #fccd1f, 2px 1px 1px #fccd1f, 2px 3px 2px #fccd1f, 3px 2px 2px #fccd1f, 3px 4px 2px #fccd1f, 4px 3px 3px #fccd1f, 4px 5px 3px #fccd1f, 5px 4px 2px #fccd1f, 5px 6px 2px #fccd1f, 6px 5px 2px #fccd1f, 6px 7px 1px #fccd1f, 7px 6px 1px #fccd1f, 7px 8px 0px #fccd1f, 8px 7px 0px #fccd1f;
  line-height: 1;
  margin: 50px 0 80px;
}

@media (max-width: 991px) {
  .congratulations {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .congratulations {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .congratulations {
    font-size: 18px;
    text-shadow: 0 1px 0px #fccd1f, 1px 0 0px #fccd1f, 1px 2px 1px #fccd1f, 2px 1px 1px #fccd1f;
  }
}
