.handswasing-wrapper ol, .handswasing-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  height: 100%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.handswasing-wrapper blockquote, .handswasing-wrapper q {
  quotes: none;
}

.handswasing-wrapper blockquote:before, .handswasing-wrapper blockquote:after,
.handswasing-wrapper q:before, .handswasing-wrapper q:after {
  content: none;
}

.handswasing-wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

.handswasing-wrapper {
  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/hadnswashing-background.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.handwashing-sorting-title {
  text-align: center;
  letter-spacing: 5px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 55px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: 'Fredoka One', cursive;
  color: #0a6cba;
  text-shadow: 0 1px 0px #b57eb9, 1px 0 0px #b57eb9, 1px 2px 1px #b57eb9, 2px 1px 1px #b57eb9, 2px 3px 2px #b57eb9, 3px 2px 2px #b57eb9, 3px 4px 2px #b57eb9, 4px 3px 3px #b57eb9, 4px 5px 3px #b57eb9, 5px 4px 2px #b57eb9, 5px 6px 2px #b57eb9, 6px 5px 2px #b57eb9, 6px 7px 1px #b57eb9, 7px 6px 1px #b57eb9, 7px 8px 0px #b57eb9, 8px 7px 0px #b57eb9;
}

@media (max-width: 767px) {
  .handwashing-sorting-title {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .handwashing-sorting-title {
    font-size: 22px;
    text-shadow: 0 1px 0px #b57eb9, 1px 0 0px #b57eb9, 1px 2px 1px #b57eb9, 2px 1px 1px #b57eb9;
    margin-bottom: 20px;
  }
}

#instructions {
  margin: 20px 0px 10px 0px;
}

#activity {
  margin: 10px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

p.title {
  padding: 15px 20px 5px 20px;
  font-size: 30px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

p.subtitle {
  padding: 5px 20px;
  line-height: 1.3em;
}

#poolholder {
  clear: both;
}

ul#pool {
  padding: 10px;
  min-height: 100px;
}

ul#pool li {
  /*width: 120px;*/
  /*margin: 5px 20px;*/
  /*padding: 10px;*/
  /*background-color: #999;*/
  /*color: #fff;*/
  float: left;
  /*text-align: center;*/
  /*cursor: all-scroll;*/
}

.moving-items img{
  position: relative;
  z-index: 2;
  width: 160px;
}

@media (max-width: 767px) {
  .moving-items img{
    width: 110px;
    height: auto;
  }
}

@media (max-width: 575px) {
  .moving-items img{
    width: 85px;
    height: auto;
  }
}

.moving-items img:focus-visible{
  outline: none;
  background-color: transparent;
}

.moving-items:focus-visible{
  outline: none;
  background-color: transparent;
}

.takers {
  width: 150px;
  height: 150px;
  float: left;
  margin: 5px;
  border: 2px dashed #8c9aa5;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  .takers {
    width: 110px;
    height: 110px;
  }
}

@media (max-width: 575px) {
  .takers {
    width: 85px;
    height: 85px;
  }
}

.alltakers {
  margin: 15px 0px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.takerheader {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 20px;
  margin: 55px auto 0;
  color: #8c9aa5;
}

@media (max-width: 767px) {
  .takerheader {
    font-size: 16px;
    margin: 41px auto 0;
  }
}

@media (max-width: 575px) {
  .takerheader {
    font-size: 14px;
    margin: 30px auto 0;
  }
}

.takercontent {
  width: 140px;
  height: 100px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .takercontent {
    width: 110px;
  }
}

@media (max-width: 575px) {
  .takercontent {
    width: 85px;
  }
}

.takercontent li img{
  height: 140px;
  width: auto !important;
}

@media (max-width: 767px) {
  .takercontent li img {
    height: 105px;
    width: auto;
  }
}

@media (max-width: 575px) {
  .takercontent li img {
    height: 80px;
    width: auto;
  }
}

.takercontent li {
  width: 140px;
  float: left;
  text-align: center;
  cursor: all-scroll;
}

@media (max-width: 767px) {
  .takercontent li {
    width: 110px;
  }
}

@media (max-width: 575px) {
  .takercontent li {
    width:85px;
  }
}

.tempstate {
  background-color: #4a4a4a !important;
}

.botbutton, #resetGame {
  color: white;
  text-transform: uppercase;
  border: 5px solid #ba86bd;
  background-color: #465fab;
  padding: 20px 90px;
  border-radius: 100px;
  font-family: 'Fredoka One', cursive;
  font-size: 18px;
  letter-spacing: 8px;
  font-weight: normal;
  text-shadow: #51a7db 0px 0px 5px, #51a7db 0px 0px 10px, #51a7db 0px 0px 15px, -1px 22px 7px rgba(37,206,103,0);
  margin-top: 20px;
}

.botbutton:focus, #resetGame:focus {
  outline: none;
}


@media (max-width: 575px) {
  .botbutton, #resetGame {
    padding: 20px 60px;
  }
}

.botbutton:hover, #resetGame:hover {
  color: #465fab;
  text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, -1px 22px 7px rgba(37,206,103,0);
  border-color: #465fab;
  background-color: #ba86bd;
}

.reset-game-button {
  display: none;
}

#block-handswashingblock, #block-popquizblock, #block-wordfinderblock, #block-whentowashblock {
  display: none;
}

.handsWashingMessage {
  padding: 20px 10%;
  font-size: 18px;
  text-align: center;
  font-family: 'Fredoka One', cursive;
  color: #0a6cba;
  text-shadow: 0 1px 0px #b57eb9;
}

@media (max-width: 575px) {
  .handsWashingMessage {
    padding: 20px 0;
  }
}

.handsWashingMessage a {
  color: #b57eb9;
  text-shadow: 0 1px 0px #0a6cba;
}


.handsWashingMessage a:hover {
  text-decoration: underline;
}


