body{
   background-color: #1F523D;
   color: white;
   font-size: 20px;
   font-family: "Trebuchet MS";
   height: 100%;
   margin: 4px;
   padding: 6px;
  }
h1{
  font-size: 50px;
}
h2{
  font-size: 36px;
}
h3{
  font-size: 30px;
}
h4{
  font-size: 26px;
}
a{
  color: #F2B705;
}
main{
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  }
section{
  width: 100%;
  padding: 10px 0;
  position: relative;
  z-index: 2;
}
.content{
  max-width: 1600px;
  width: 100%;
  margin: 0 auto; 
  display: flex;
  flex-direction: column;
  align-items: center;
}
.button {
   padding: 10px 40px 10px 40px;
   font-size: 20px;
   font-weight: bold;
   border: 1px solid #F2B705;
   border-radius: 10px 10px 10px 10px;
   background-color: #F2B705;
   color: #1F523D;
  }
.header{
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-color:#1F523D;
  z-index: 100;
  }
.header div{
  color: #FFFFFF;
  font-size: 24px;
  margin-left: 80px;
  }
footer{
  margin-top: 10px;
  padding:40px;
  border: 2px solid #16D787;
  border-radius: 40px 40px 40px 40px;
  background-color:#1F523D;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  }
.footercontent{
  max-width: 1600px;
  width: 100%;
  margin: 0 auto; 
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hambox{
  width: 50px;
  height: 40px;
  border-radius: 5px;
  background-color: #1F523D;
  position: fixed;
  top: 38px;
  right: 38px;
  z-index: 100;
}
#menuToggle{
  display: block;
  margin: 9px;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle a{
  text-decoration: none;
  color: #FFFFFF;
  transition: color 0.3s ease;
}
#menuToggle li:hover{
  color: #F2B705;
}
#menuToggle input{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  right: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#menuToggle span{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #FFFFFF;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
#menuToggle span:first-child{
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2){
  transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #FFFFFF;
}
#menuToggle input:checked ~ span:nth-last-child(3){
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2){
  transform: rotate(-45deg) translate(0, -1px);
}
#menu{
  position: absolute;
  max-width: 400px;
  width: 370px;
  max-height: 100vh;
  border-radius: 0px 40px 0px 40px;
  margin: -90px 0 0 -290px;
  padding: 50px;
  padding-top: 125px;
  box-sizing: border-box;
  overflow-y: auto;
  background: #1F523D;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menu li
{
  padding: 10px 0;
  font-size: 22px;
}
#menu li label
{
cursor: pointer;
color: #FFFFFF;
text-align: right;
width: 100%;
}
#menuToggle input:checked ~ ul
{
  transform: none;
}
.heroheading{
  border: 2px solid #16D787;
  border-radius: 40px 40px 40px 40px;  
  background-image:
    linear-gradient(170deg, black, rgba(0, 0, 0, 0.01)),
    url('assets/kyle-nieber-eE-ffApg7oI-unsplash.jpg');
    width: 100%;
    height: 500px;
    background-size: cover;
    padding-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.heroheading h1{
  padding-left:20px;
}
.heroheading a{
  padding-left:20px;
  padding-bottom: 150px;
}
@media (min-width: 768px) {
.heroheading{
  border: 2px solid #16D787;
  border-radius: 40px 40px 40px 40px;  
  background-image:
    linear-gradient(130deg, black, rgba(0, 0, 0, 0.01)),
    url('assets/kyle-nieber-eE-ffApg7oI-unsplash.jpg');
    width: 100%;
    height: 900px;
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
}
.title-block{
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
.helpaction{
  display: flex;
  align-items: center;
  justify-content: center;
}
.helpaction div{
  margin: 40px;
}
.helpaction img{
  max-width: 100px;
  clip-path: circle(50%);
}
.lineDiv{
  border-top: 2px solid #ffffff;
  border-radius: 5px;
  margin-top: 30px;
}
.blockquote-wrapper {
   display: flex;
   justify-content: center;
   align-items: center;
}
.blockquote {
    position: relative;
    font-family: Verdana, sans-serif;
    max-width: 720px;
    margin: 20px 80ox 20px 80px;
    align-self: center;
    z-index: 4;
}
.blockquote h4 {
    font-family: Verdana, sans-serif;
    position: relative;
    color: #D0F252;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    border: 2px solid #fff;
    border: solid 2px;
    border-radius:20px;
    padding: 25px;
}
.blockquote h4:after {
    content:"";
    position: absolute;
    border: 2px solid #D0F252;
    border-radius: 0 100% 0 0;
    width: 60px;
    height: 60px;
    bottom: -62px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 4; 
}
.blockquote h4:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid black;
    bottom: -3px;
    left: 50px;
    z-index: 3;
}
.blockquote p {
    position: relative;
    color: #ffffff;
    font-size: inherit;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 2;
    margin-left:150px;
}
.blockquote p:first-letter {
  margin-left:-12px;
}
.footer-progress-bar {
   position: sticky;
   bottom: 10px;
   width: 100%;
   z-index: 99;
   margin-top: 40px;
    }
.progress-container {
   width: 100%;
   height: 8px;
   position: relative;
   overflow: visible;
    }
.progress-bar {
   height: 8px;
   background: #C10FF2;
   width: 0%;
   border-radius: 20px;
   transition: width 0.1s linear;
    }
.confetti {
  position: fixed;
  right: 0;
  bottom: 8px;
  width: 0;
  height: 0;
  overflow: visible;
  pointer-events: none;
  z-index: 999;
  display: none;
}
.progress-bar.complete ~ .confetti {
  display: block;
}
.confetti-piece {
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 0;
  opacity: 0;
  animation: confetti-blast 3.5s linear forwards;
  border-radius: 50%;
  --dx: 0vw;
  --fall-x: 0vw;
  --rotate: 720deg;
  --peak-height: -50vh;
}
@keyframes confetti-blast {
  0% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 1;
  }
  10% {
    transform: translate(calc(var(--dx) * 0.4), calc(var(--peak-height) * 0.4)) rotate(calc(var(--rotate) * 0.3));
    opacity: 1;
  }
  20% {
    transform: translate(calc(var(--dx) * 0.7), calc(var(--peak-height) * 0.7)) rotate(calc(var(--rotate) * 0.5));
    opacity: 1;
  }
  30% {
    transform: translate(var(--dx), var(--peak-height)) rotate(var(--rotate));
  }
  100% {
    transform: translate(var(--dx), 0vh) rotate(calc(var(--rotate) * 2));
    opacity: 0;
  }
}
  #imagePrompt,#nextButton,#gameResults {
   display: none;
   }
  #computerimages {
  flex-direction: column;
  }
  #computerimages img {
  width: 100%;
  height: auto;
  max-width: 100%;
  background-color: #ffffff;
  border: 2px solid #444444;
  border-radius: 10px;
  margin: auto;
  }
  @media (min-width: 768px) {
  #computerimages {
    flex-direction: row;
  }
  #computerimages img {
    width: auto;
    max-width: 100%;
    height: auto;
  background-color: #ffffff;
  border: 2px solid #444444;
  border-radius: 10px;
  margin: 10px;
  }
.footer-progress-bar {
  display: none;
}
.progress-container {
display: none;
}
.progress-bar {
display: none;
}
  }
.highlight-container, .highlight {
  position: relative;
}
.highlight-container {
  display: inline-block;
}
.highlight-container:before {
  content: " ";
  display: block;
  height: 90%;
  width: 100%;
  margin-left: -3px;
  margin-right: -3px;
  position: absolute;
  background: #F2B705;
  transform: rotate(2deg);
  top: -1px;
  left: -1px;
  border-radius: 20% 25% 20% 24%;
  padding: 10px 3px 3px 10px;
}
.titlebox{
  display: inline;
}
.titlebox h3{
 margin: -1px 5px 0px 0px;
}
/*Title Reveal Toggle for Scripture Sections*/
#titleToggle{
 position: relative;
 display: inline;
}
#titleCheckbox1{
  display:none;
}
#titleCheckbox2{
  display:none;
}
#titleCheckbox3{
  display:none;
}
#titleCheckbox4{
  display:none;
}
#titleCheckbox5{
  display:none;
}
.toggleWrapper{
  width: 33px;
  height: 33px;
  background: #C10FF2;
  border-radius: 23% 30% 00% 20%;    
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
  #titleCheckbox1:checked ~ .toggleWrapper {
      transform: translate(100px) scale(5);
      opacity: 0;
      transition: .25s ease-in-out;
      pointer-events: none;
    }
  #titleCheckbox2:checked ~ .toggleWrapper {
      transform: translate(100px) scale(5);
      opacity: 0;
      transition: .25s ease-in-out;
      pointer-events: none;
    }
  #titleCheckbox3:checked ~ .toggleWrapper {
      transform: translate(100px) scale(5);
      opacity: 0;
      transition: .25s ease-in-out;
      pointer-events: none;
    }
  #titleCheckbox4:checked ~ .toggleWrapper {
      transform: translate(100px) scale(5);
      opacity: 0;
      transition: .25s ease-in-out;
      pointer-events: none;
    }
  #titleCheckbox5:checked ~ .toggleWrapper {
      transform: translate(100px) scale(5);
      opacity: 0;
      transition: .25s ease-in-out;
      pointer-events: none;
    }
    label {
      cursor: pointer;
      color: white;
      display: flex;
      flex-direction: column;
      text-align: center;
      padding-top: 7px;
      width: 33px;
      height: 33px;
      font-weight: bold;
    }
    #showSection1{
      display: none;
    }
     #titleCheckbox1:checked ~ #showSection1 {
      display: block;
      margin-top: -33px;
    }
    #showSection2{
      display: none;
    }
     #titleCheckbox2:checked ~ #showSection2 {
      display: block;
      margin-top: -33px;
    }
    #showSection3{
      display: none;
    }
     #titleCheckbox3:checked ~ #showSection3 {
      display: block;
      margin-top: -33px;
    }
    #showSection4{
      display: none;
    }
     #titleCheckbox4:checked ~ #showSection4 {
      display: block;
      margin-top: -33px;
    }
    #showSection5{
      display: none;
    }
     #titleCheckbox5:checked ~ #showSection5 {
      display: block;
      margin-top: -33px;
    }
