body {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background-color: white;
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Times New Roman', Times, serif;
  font-family: "Trebuchet MS", sans-serif;
  line-height: 1.5em;
  color: #3c3c3c;
}

p,
.thin-text {
  font-weight: 100;
}

.thin-text {
  font-size: 15px;
}

input {
  border: 0;
}

header,
footer {
  background-color: #ffd924;
}

header {
  padding: 8px 0px;
  top: 0;
  z-index: 10;
  position: fixed;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  header {
    padding: 4px 0px 0px 0px;
  }
}

@media only screen and (max-width: 370px) {
  header {
    padding: 0px 0px 0px 2px;
  }
}

header > * {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

footer {
  text-align: center;
  padding: 0.8em;
}

button {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  color: #3c3c3c;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

a {
  text-decoration: none;
  color: #3c3c3c;
}

.header-logo-text {
  font-weight: 900;
  display: inline-block;
  font-size: 18px;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  margin-left: 5px;
}

@media only screen and (max-width: 370px) {
  .header-logo-text {
    font-size: 14px;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}

.header-h1 {
  font-size: 45px;
  font-weight: 900;
  margin-bottom: 10px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}

@media only screen and (max-width: 600px) {
  .header-h1 {
    font-size: 30px;
  }
}

.header-h2 {
  font-size: 22px;
  margin: 15px auto;
}

main {
	margin-top: 55px;
}

.main-header-h2 {
  font-size: 18px;
  padding: 1em;
}

@media only screen and (max-width: 600px) {
  .main-header-h2 {
    padding: 0;
  }
}

.header-h3 {
  font-size: 17px;
  margin-bottom: 15px;
}

.text-section {
  text-align: justify;
  margin: 35px 0px 0px 0px;
  padding: 0em 2em;
}

.text-section li {
  padding: 0.7em;
}

.faq {
  background-color: #f0f0f0;
}

.question-background {
  background-color: white;
  border-radius: 7px;
  padding: 1.5em;
  margin-bottom: 10px;
  -webkit-box-shadow: 3px 3px 50px -38px #42445a;
  box-shadow: 3px 3px 50px -38px #42445a;
}

.background-color {
  background-color: #fff8ad;
}

.container {
  max-width: 700px;
  margin: auto;
}

.logo {
  width: 30px;
  display: inline-block;
  margin-left: 10px;
}

@media only screen and (max-width: 370px) {
  .logo {
    width: 25px;
  }
}

#game {
  min-height: 500px;
}

#hive-grid {
  -ms-grid-columns: (2fr)[6];
      grid-template-columns: repeat(6, 2fr);
  display: -ms-grid;
  display: grid;
  grid-gap: 6px;
  -ms-grid-columns: (fr)[4];
      grid-template-columns: repeat(4, fr);
  width: 230px;
  margin: 0 auto;
  font-size: .9em;
  list-style-type: none;
  min-height: 250px;
  -webkit-transform: rotateZ(30deg);
          transform: rotateZ(30deg);
}

.hive:nth-child(5n+1) {
  -ms-grid-column: 2;
      grid-column-start: 2;
}

.hive:nth-child(1),
.hive:nth-child(2) {
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
}

.hive:nth-child(6),
.hive:nth-child(7) {
  -webkit-transform: translateY(-18px);
          transform: translateY(-18px);
}

.hive {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -ms-grid-column-span: 2;
      grid-column-end: span 2;
  position: relative;
  visibility: hidden;
  outline: 1px solid transparent;
  background: transparent;
}

.hive:active {
  opacity: 0.8;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

ul li {
  line-height: 30px;
  border-bottom: 1px solid #e7dfbc;
}

article ul li {
  border-bottom: 0px;
}

.hive-in {
  position: absolute;
  width: 100%;
  padding-bottom: 115.470%;
  overflow: hidden;
  visibility: hidden;
  outline: 1px solid transparent;
  -webkit-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
}

.hive-btn {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #e4eaf3;
  overflow: hidden;
  -webkit-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
}

.hive-btn p {
  -webkit-transform: translate(-2px, -6px);
          transform: translate(-2px, -6px);
  -webkit-transform: rotateZ(330deg) translate(3px, -6px);
          transform: rotateZ(330deg) translate(3px, -6px);
}

.hive-btn :active {
  background-color: transparent;
}

.hive-in * {
  position: absolute;
  visibility: visible;
  outline: 1px solid transparent;
}

.hive-in * :hover {
  opacity: 0.8;
}

.hive p {
  width: 100%;
  padding: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  font-weight: 700;
  font-size: 1.8em;
  color: #3c3c3c;
  text-transform: uppercase;
}

#center-letter {
  background-color: #ffd924;
}

.crossword {
  border-collapse: collapse;
}

.crossword .blank-square {
  z-index: -1;
  background-color: transparent;
  border: none;
}

.crossword .crossword-square {
  z-index: 1;
  position: relative;
  background-color: #e4eaf38e;
  height: 30px;
  width: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 1.2em;
  border: 2px solid #3c3c3c;
  scale: 1.05;
}

.crossword .crossword-square.crossword-square-big {
  height: 60px;
  width: 60px;
  font-size: 1.8em;
  border: 3px solid #3c3c3c;
}

.crossword .crossword-square.crossword-square-mid {
  height: 45px;
  width: 45px;
  font-size: 1.5em;
  border: 2px solid #3c3c3c;
}

.btn {
  font-size: 16px;
  width: 70px;
  height: 50px;
  border: 0;
  border-radius: 25px;
  border: 2px solid #3c3c3c;
  background-color: transparent;
  margin: auto;
}

@media only screen and (max-width: 500px) {
  .btn-resize {
    font-size: 15px;
    width: 70px;
    height: 45px;
  }
}

@media only screen and (max-width: 400px) {
  .btn-resize {
    font-size: 13px;
    width: 70px;
    height: 40px;
  }
}

.btn:hover {
  opacity: 0.85;
}

.btn-hover:hover {
  background-color: #eaeaea;
}

.btn-small {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 50px;
}

@media only screen and (max-width: 500px) {
  .btn-small {
    min-width: 45px;
  }
}

@media only screen and (max-width: 400px) {
  .btn-small {
    min-width: 40px;
    -webkit-transform: translateY(3px) !important;
            transform: translateY(3px) !important;
  }
}

.btn-small svg {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

@media only screen and (max-width: 400px) {
  .btn-small svg {
    height: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .btn-small img {
    height: 20px;
  }
}

.btn-info,
.btn-stats,
.btn-more-levels {
  margin-left: 8px;
  float: right;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}

@media only screen and (max-width: 600px) {
  .btn-info,
  .btn-stats,
  .btn-more-levels {
    margin-left: 0px;
    width: 25px;
  }
}

.btn-info svg,
.btn-stats svg,
.btn-more-levels svg {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  height: 23px;
}

.btn-info img,
.btn-stats img,
.btn-more-levels img {
  width: 25px;
}

@media only screen and (max-width: 600px) {
  .btn-info svg,
  .btn-stats svg,
  .btn-more-levels svg {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    height: 18px;
  }
  .btn-info img,
  .btn-stats img,
  .btn-more-levels img {
    width: 18px;
  }
}

.btn-more-levels {
  margin-right: 7px;
}

.btn-orange {
  font-weight: 800;
  font-size: 20px;
  background-color: #ff6600;
  color: white;
  -webkit-box-shadow: 0px 0px 24px -15px #42445a;
  box-shadow: 0px 0px 24px -15px #42445a;
}

.btn-orange:disabled {
  background-color: gray;
}

.btn-center {
  margin: auto;
  display: block;
}

.dot {
  height: 7px;
  width: 5px;
  margin: auto;
}

.exhibit {
  font-weight: 900;
  letter-spacing: -0.6px;
}

.word-input {
  font-size: 25px;
  text-align: center;
  font-weight: 900;
  height: 1em;
  -webkit-transform: translateX(-7px);
          transform: translateX(-7px);
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
    top: 0%;
  }
  10% {
    opacity: 1;
    top: 29%;
  }
  90% {
    opacity: 1;
    top: 29%;
  }
  100% {
    opacity: 0;
    top: 0%;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
    top: 0%;
  }
  10% {
    opacity: 1;
    top: 29%;
  }
  90% {
    opacity: 1;
    top: 29%;
  }
  100% {
    opacity: 0;
    top: 0%;
  }
}

#modal-popup-small {
  position: fixed;
  left: 50%;
  top: 80%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  z-index: 30;
  background-color: #3c3c3c;
  -webkit-animation: fade 2.0s linear;
          animation: fade 2.0s linear;
  padding: 20px 30px;
}

#modal-popup-small h6 {
  color: white;
  text-align: center;
  font-size: 20px;
}

#modal-popup-small h6 * {
  color: white;
}

#modal-popup-small.popup-white {
  background-color: white;
  color: #3c3c3c;
  border: 2px solid #3c3c3c;
}

#modal-popup-small.popup-white h6 {
  color: #3c3c3c;
}

#modal-popup-small.popup-white h6 * {
  color: black;
}

@media only screen and (max-width: 600px) {
  #modal-popup-small h6 {
    font-size: 15px;
  }
}

.typed-word-caret {
  font-weight: 800;
  color: #f0cd1f;
  position: absolute;
  -webkit-transform: translate(2px, -11px);
          transform: translate(2px, -11px);
  font-size: 40px;
}

.correct-word-animation {
  -webkit-animation: correct-word-animation 1.35s ease-in-out;
  animation: correct-word-animation 1.35s ease-in-out;
  z-index: 20;
  position: relative;
}

@-webkit-keyframes correct-word-animation {
  0% {
    background-color: #e4eaf3;
    scale: 1.05;
    z-index: 20;
  }
  10% {
    scale: 1.15;
    background-color: #ffd924;
    border-color: #ffd924;
    z-index: 20;
  }
  80% {
    scale: 1.15;
    background-color: #ffd924;
    border-color: #ffd924;
    z-index: 20;
  }
  100% {
    background-color: #e4eaf3;
    scale: 1.05;
    z-index: 0;
  }
}

@keyframes correct-word-animation {
  0% {
    background-color: #e4eaf3;
    scale: 1.05;
    z-index: 20;
  }
  10% {
    scale: 1.15;
    background-color: #ffd924;
    border-color: #ffd924;
    z-index: 20;
  }
  80% {
    scale: 1.15;
    background-color: #ffd924;
    border-color: #ffd924;
    z-index: 20;
  }
  100% {
    background-color: #e4eaf3;
    scale: 1.05;
    z-index: 0;
  }
}

.horizontal-shake {
  -webkit-animation: horizontal-shaking 0.35s ease-in-out;
          animation: horizontal-shaking 0.35s ease-in-out;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

@-webkit-keyframes slow-blink {
  0% {
    background-color: #e4eaf3;
  }
  50% {
    background-color: #ffd924;
  }
  100% {
    background-color: #e4eaf3;
  }
}

@keyframes slow-blink {
  0% {
    background-color: #e4eaf3;
  }
  50% {
    background-color: #ffd924;
  }
  100% {
    background-color: #e4eaf3;
  }
}

.crossword .square-exhibit {
  -webkit-animation: slow-blink 1.5s ease-in-out;
          animation: slow-blink 1.5s ease-in-out;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

@-webkit-keyframes square-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
    background-color: #ccd2db;
  }
}

@keyframes square-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
    background-color: #ccd2db;
  }
}

.crossword .square-to-click {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  background-color: #ccd2db;
  cursor: pointer;
  -webkit-animation-name: square-scale;
          animation-name: square-scale;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

@-webkit-keyframes horizontal-shaking {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  75% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes horizontal-shaking {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  75% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.ping-animation {
  display: inline-block;
  -webkit-animation-name: ping;
          animation-name: ping;
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes ping {
  0% {
    scale: 1.2;
    color: #ff6600;
    font-weight: 800;
  }
  100% {
    scale: 1;
    color: #3c3c3c;
  }
}

@keyframes ping {
  0% {
    scale: 1.2;
    color: #ff6600;
    font-weight: 800;
  }
  100% {
    scale: 1;
    color: #3c3c3c;
  }
}

.scored-animation {
  -webkit-animation-name: scoredAnimation;
          animation-name: scoredAnimation;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes scoredAnimation {
  0% {
    scale: 1.3;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  60% {
    scale: 1.4;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  100% {
    scale: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes scoredAnimation {
  0% {
    scale: 1.3;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  60% {
    scale: 1.4;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  100% {
    scale: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.scale-animation {
  -webkit-animation-name: scaleAnimation;
          animation-name: scaleAnimation;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  scale: 2;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

@-webkit-keyframes scaleAnimation {
  0% {
    scale: 1.5;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    scale: 2;
  }
}

@keyframes scaleAnimation {
  0% {
    scale: 1.5;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    scale: 2;
  }
}

.blink {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* Firefox */
  -webkit-animation: blink normal 1.3s infinite ease-in-out;
  /* Webkit */
  /* IE */
  animation: blink normal 1.3s infinite ease-in-out;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

span.center-letter-in-text {
  color: #f0cd1f;
}

span.incorrect-letter-in-text {
  color: gray;
}

.modal-body {
  padding: 7px;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.226);
  z-index: 25;
}

.modal-body #modal-content-main {
  line-height: 1.7em;
  margin: 10px 0;
  text-align: center;
}

.modal-body .modal-content {
  z-index: 29;
  max-width: 290px;
  background-color: white;
  padding: 1.5em 3em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  min-height: 150px;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.28);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.28);
  border-radius: 3px;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
}

.modal-body .modal-content-top {
  -webkit-transform: translateY(1%);
          transform: translateY(1%);
}

.modal-body h6 {
  text-align: center;
  font-size: 25px;
  margin: 0;
}

.modal-body p {
  margin: 20px 0;
  text-align: center;
}

.modal-body .close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
}

.modal-body svg {
  width: 15px;
}

.words-list {
  cursor: pointer;
  border: 1.5px solid #3c3c3c;
  border-radius: 20px;
  width: 350px;
  height: 1.5em;
  margin: 10px;
  padding: 0.3em 0.7em;
}

@media only screen and (max-width: 400px) {
  .words-list {
    width: 290px;
  }
}

.words-list svg {
  height: 22px;
  float: right;
}

.words-list-scroll {
  overflow-y: scroll;
  height: 85%;
}

.dropdown-open {
  height: 400px;
}

.spelling-bee-logo {
  width: 80px;
  margin: auto;
  display: block;
}

.image {
  max-width: 400px;
  margin: auto;
  display: block;
  width: 100%;
}

.hive-grid {
  position: absolute;
  z-index: -4;
  opacity: 0.3;
  width: 350px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@-webkit-keyframes click-me {
  0% {
    background-color: #ff6600;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    background-color: #ff1a66;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    background-color: #ff6600;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes click-me {
  0% {
    background-color: #ff6600;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    background-color: #ff1a66;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    background-color: #ff6600;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.click-me-animation {
  -webkit-animation-name: click-me;
          animation-name: click-me;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.levels-container {
  max-width: 400px;
  margin: auto;
  padding: 5px;
}

@media only screen and (min-width: 1000px) {
  .levels-container {
    max-width: 800px;
  }
}

.levels-container .level {
  background-color: white;
  padding: 15px 20px;
  margin: 3px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  width: -webkit-fill-available;
  border-radius: 7px;
  border: 1px solid #d9d9d9;
}

@media only screen and (min-width: 1000px) {
  .levels-container .level {
    width: 40%;
    display: inline-block;
  }
}

.levels-container .level .btn {
  float: right;
  display: inline-block;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}

.levels-container .level .lock {
  float: right;
  width: 60px;
  margin-right: 40px;
}

.levels-container .level-hover:hover {
  -webkit-box-shadow: 0px 0px 24px -15px #42445a;
  box-shadow: 0px 0px 24px -15px #42445a;
  scale: 1.1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.levels-container .level-blocked {
  background-color: #e5e5e5;
  border: 1px solid gray;
}

.levels-container .level-hidden {
  display: none;
}

.levels-container .level-max-points {
  background-color: lightgoldenrodyellow;
}

.levels-container .level-crossword-completed {
  background-color: lightgoldenrodyellow;
}

.levels-container .crown {
  float: right;
  height: 60px;
  -webkit-transform: translate(-30px, 10px);
          transform: translate(-30px, 10px);
}

.crown-small {
  height: 50px;
  display: block;
  margin: 0 auto 10px auto;
}

.crown-progress-bar {
  height: 16px;
  float: right;
  margin: 0 9px 0 0;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.honney-jars-counter-btn {
  float: right;
  margin-right: 8px;
  margin-left: 12px;
}

@media only screen and (max-width: 600px) {
  .honney-jars-counter-btn {
    margin-right: 4px;
    margin-left: 6px;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

.honey-jars {
  width: 25px;
}

@media only screen and (max-width: 600px) {
  .honey-jars {
    width: 18px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

.honey-jars-text {
  display: inline-block;
  margin-left: 3px;
  font-size: 18px;
  font-weight: 800;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media only screen and (max-width: 600px) {
  .honey-jars-text {
    font-size: 16px;
  }
}

.light-bulb-on-btn {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.light-bulb-on,
.hammer {
  height: 25px;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.flag-checkered {
  background-color: #ff6600;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.flag-checkered svg {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  color: white;
  height: 25px;
}

@media only screen and (max-width: 400px) {
  .flag-checkered svg {
    height: 20px;
  }
}

.points-progress {
  padding: 0.1em 1.4em 0.7em;
}

.points-progress > * {
  display: inline-block;
}

.points-progress .progress-bar-all-possible-points {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.points-progress .progress-bar-container {
  height: 5px;
  width: 90%;
}

@media only screen and (max-width: 400px) {
  .points-progress .progress-bar-container {
    width: 88%;
  }
}

.points-progress .progress-bar-container .progress-bar {
  float: left;
  background-color: #ffd924;
  width: 13.5%;
  margin-left: 5px;
  height: 5px;
}

@media only screen and (max-width: 400px) {
  .points-progress .progress-bar-container .progress-bar {
    width: 12.5%;
  }
}

.points-progress .progress-bar-container .progress-bar-empty {
  background-color: #e4eaf3;
}

.points-progress .progress-bar-container .progress-bar-circle {
  background-color: #ffd924;
  height: 25px;
  width: 25px;
  border-radius: 13px;
  float: left;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.points-progress .progress-bar-container .progress-bar-circle p {
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
}

.stats-container {
  text-align: left;
  height: 300px;
  overflow-y: auto;
  font-size: 14px;
}

.stats-counts > div {
  display: inline-block;
  margin: auto 10px;
}

.stats-counts .honey-jars {
  height: 40px;
  width: auto;
}

.stats-counts .crown-stats {
  height: 37px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  width: auto;
}

.level-number {
  font-size: 12px;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}

.feedback textarea {
  height: 5em;
  font-size: 16px;
}

.feedback .textarea-user-input {
  width: 100%;
}

.missing-word {
  text-align: center;
}

.missing-word textarea {
  margin: auto;
  text-align: center;
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  text-transform: uppercase;
}

.feedback,
.missing-word {
  width: 80%;
  margin: 20px auto 40px auto;
}

.feedback .success-error-feedback,
.missing-word .success-error-feedback {
  text-align: center;
  margin-top: 20px;
  height: 1em;
  -webkit-transform: translateY(-19px);
          transform: translateY(-19px);
}

.sharethis-inline-share-buttons {
  margin-top: 40px;
}

.sharethis-inline-share-buttons .st-label {
  margin-top: 7px;
}

.join-group-container {
  margin: 30px auto 60px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.join-group-container .fb-join-group,
.join-group-container .reddit-join-group {
  height: 48px;
  color: white;
  font-weight: 200;
  background-color: #1A66FF;
  margin: 5px;
  padding: 0.5em 1em;
  border-radius: 5px;
}

.join-group-container .fb-join-group span,
.join-group-container .reddit-join-group span {
  font-weight: 900;
  color: wheat;
}

.join-group-container .fb-join-group svg,
.join-group-container .reddit-join-group svg {
  display: inline-block;
  width: 30px;
}

.join-group-container .fb-join-group div,
.join-group-container .reddit-join-group div {
  color: white;
  text-align: left;
  float: right;
  margin-left: 7px;
  line-height: 1.3;
}

.join-group-container .reddit-join-group {
  background-color: #FF4501;
}

.mode-select {
  border: 2px solid #3c3c3c;
  border-radius: 15px;
  height: 28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
}

.mode-select * {
  float: left;
}

.mode-select svg {
  height: 18px;
  margin-left: 10px;
}

.mode-select span {
  padding: 0 1em 0 0.7em;
}

@media only screen and (max-width: 600px) {
  .mode-select {
    -webkit-transform: scale(0.9) translateY(2px);
            transform: scale(0.9) translateY(2px);
  }
}

.references {
  font-size: 12px;
  margin: 40px auto;
}

.references li {
  padding: 0px;
}

.article-paragraph {
  margin-bottom: 30px;
}

.fun-fact {
  margin-top: 30px;
  background-color: #fff8ad;
  padding: 1em 2em;
}

.article-date {
  margin: 40px auto 30px auto;
  font-size: 12px;
}

.desc-under-image {
  text-align: center;
  color: gray;
  font-size: 12px;
  max-width: 350px;
  padding: 0.5em 1em;
  margin: auto;
}

.footer-links {
  margin: 5px auto 15px;
}

.more-quizzes {
  margin-bottom: 40px;
}

.more-quizzes h3,
.more-quizzes h4 {
  text-align: center;
  color: black;
}

.more-quizzes h4 {
  padding: 1em 0;
}

.more-quizzes .quiz {
  border-radius: 7px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 7px;
  -webkit-box-shadow: 0px 0px 18px -11px #42445a;
  box-shadow: 0px 0px 18px -11px #42445a;
}

.more-quizzes .quiz img {
  width: 300px;
  height: 200px;
}

@-webkit-keyframes hand-click {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: rotate(300deg) translate(0px, 65px) scale(1);
            transform: rotate(300deg) translate(0px, 65px) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(300deg) translate(0px, 65px) scale(0.8);
            transform: rotate(300deg) translate(0px, 65px) scale(0.8);
  }
  70% {
    -webkit-transform: rotate(300deg) translate(0px, 65px) scale(1);
            transform: rotate(300deg) translate(0px, 65px) scale(1);
    opacity: 1;
  }
  90% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}

@keyframes hand-click {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: rotate(300deg) translate(0px, 65px) scale(1);
            transform: rotate(300deg) translate(0px, 65px) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(300deg) translate(0px, 65px) scale(0.8);
            transform: rotate(300deg) translate(0px, 65px) scale(0.8);
  }
  70% {
    -webkit-transform: rotate(300deg) translate(0px, 65px) scale(1);
            transform: rotate(300deg) translate(0px, 65px) scale(1);
    opacity: 1;
  }
  90% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}

.hand-pointer {
  opacity: 0;
  position: absolute;
  visibility: visible;
  -webkit-transform: rotate(300deg) translate(0px, 65px);
          transform: rotate(300deg) translate(0px, 65px);
  z-index: 1;
  width: 40px;
  -webkit-animation-name: hand-click;
          animation-name: hand-click;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hand-click-enter {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: rotate(330deg) translate(0px, 20px) scale(1);
            transform: rotate(330deg) translate(0px, 20px) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(330deg) translate(0px, 20px) scale(0.8);
            transform: rotate(330deg) translate(0px, 20px) scale(0.8);
  }
  70% {
    -webkit-transform: rotate(330deg) translate(0px, 20px) scale(1);
            transform: rotate(330deg) translate(0px, 20px) scale(1);
    opacity: 1;
  }
  90% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}

@keyframes hand-click-enter {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: rotate(330deg) translate(0px, 20px) scale(1);
            transform: rotate(330deg) translate(0px, 20px) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(330deg) translate(0px, 20px) scale(0.8);
            transform: rotate(330deg) translate(0px, 20px) scale(0.8);
  }
  70% {
    -webkit-transform: rotate(330deg) translate(0px, 20px) scale(1);
            transform: rotate(330deg) translate(0px, 20px) scale(1);
    opacity: 1;
  }
  90% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}

.hand-pointer-enter {
  -webkit-transform: rotate(330deg) translate(0px, 20px);
          transform: rotate(330deg) translate(0px, 20px);
  -webkit-animation-name: hand-click-enter;
          animation-name: hand-click-enter;
}

#hammer-button {
  margin-right: 5px;
}

.link-input {
  width: 200px;
  padding: 10px;
  border: 2px solid #d6d6d6;
  border-radius: 5px;
  text-align: center;
  line-height: 1.2;
  display: block;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
}

.copy-link-btn {
  width: 100px;
  height: 35px;
  font-size: 15px;
}

.copy-link-btn svg {
  width: 15px;
}

p.copy-link-feedback {
  font-size: 12px;
  color: gray;
  margin: 10px auto 0 auto;
  height: 20px;
  text-align: center;
  width: 226px;
}

.share-svg {
  height: 15px;
  -webkit-transform: translate(-10px, 2px);
          transform: translate(-10px, 2px);
}

.streak h4 {
  font-size: 20px;
}

.streak p {
  font-size: 12px;
  margin: 0;
}

.more-links a {
  color: #2929eb;
  text-decoration: underline;
}

.advertisement {
  margin-top: 20px;
  margin-bottom: 30px;
}

.advertisement p {
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
}

.streak-awards .streak-award-container {
  display: inline-block;
}

.streak-awards .streak-award-container .streak-award {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: gainsboro;
  padding: 5px;
  opacity: 0.5;
}

.streak-awards .streak-award-container .streak-award .streak-jar {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.streak-awards .streak-award-container .streak-award-completed {
  opacity: 1;
  background-color: #ffda24aa;
}

.streak-awards .streak-award-container .streak-award-actual {
  opacity: 1;
  background-color: #ffd924;
  border: 2px solid black;
}

.streak-awards .streak-award-container p {
  font-weight: 800;
}

.group-header {
  border: 1px solid #d9d9d9;
  border-radius: 7px;
  margin: 3px;
  padding: 5px;
  cursor: pointer;
  max-width: 92%;
}

.group-header h4 {
  display: inline-block;
}

.group-header-locked {
  background-color: #e5e5e5;
  border: 1px solid gray;
}

.country-flag {
  display: inline-block;
}

.country-flag svg {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  width: 25px;
  height: 18.75px;
  -webkit-box-shadow: 0px 0px 4px -2px #42445a;
  box-shadow: 0px 0px 4px -2px #42445a;
}

.country-learn-more {
  background-color: #3c3c3c;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.country-learn-more svg {
  width: 15px;
  height: 15px;
  color: white;
}

.ranking {
  background-color: #e4eaf38e;
  width: 300px;
  margin: 30px auto;
  text-align: center;
}

.ranking h3 {
  padding: 15px;
}

.ranking .table-wrapper {
  height: 260px;
  overflow: scroll;
}

.ranking table {
  width: 100%;
}

.ranking td {
  padding: 5px;
}

.ranking tr:nth-child(odd) {
  background-color: #ffffffb2;
}

.ranking tr:nth-child(1) {
  background-color: gold;
  font-size: 20px;
  font-weight: 800;
}

.ranking tr:nth-child(2) {
  background-color: silver;
  font-weight: 600;
}

.ranking tr:nth-child(3) {
  background-color: #db9a5e;
}

.more-levels-link {
  margin: 30px auto 0 auto;
  cursor: pointer;
  display: block;
  width: 200px;
  text-align: center;
  background-color: #e4eaf38e;
  padding: 0.1em 2em 0.5em 2em;
}

.more-levels-link img {
  width: 25px;
  -webkit-transform: translate(-5px, 7px);
          transform: translate(-5px, 7px);
}

.more-levels-link:hover {
  background-color: #d0d5dc8e;
}

.put-your-name-input {
  border: none;
  text-align: center;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  font-size: 15px;
  background-color: transparent;
}

::-webkit-input-placeholder {
  color: #3c3c3c;
}

:-moz-placeholder {
  color: #3c3c3c;
}

::-moz-placeholder {
  color: #3c3c3c;
}

:-ms-input-placeholder {
  color: #3c3c3c;
}

.display-none {
  display: none;
}

.ranking-table {
  border-collapse: collapse;
}

.ranking-table tr.user-score {
  border: 2px solid #3c3c3c;
  background-color: white;
  font-weight: 900;
}
/*# sourceMappingURL=style.css.map */