html {
  height: 100%;
  overflow-x: hidden;
}
body{
  margin:0;
  padding:0;
  font-family: "Montserrat", sans-serif;
 /* font-size: 6EM;*/
  width: 100vw;
}
h1 {
    color: rgb(26, 29, 6);
    text-align: left;
    font-style: bold;
    font-size: 3.5vw;
    text-shadow: 1px 1px 0 white,
    -1px 1px 0 white,
    -1px -1px 0 wheat,
    1px -1px 0 wheat;

  }
  h2 {
    color: rgb(248, 194, 16);
    text-align: left;
    font-weight: bold;
    font-size: 3.5vw;
  }
  p {
    margin: 1em 0;
  }
  a {
    color: white;
    text-decoration: none;
  }
  a:hover {
    color: #43C402;
  }
  .text-overlay {
    position: absolute;
    width: 80vw;
    margin: 0 10vw;
    top:-37vh;
   
  }
  .parallax{
    height:100vh;
    overflow-x: hidden;
    overflow-y: auto;
    perspective: 2px;
  }
    .parallax-group {
    position: relative;
    height: 100vh;
    transform-style: preserve-3d;
    z-index: 25;
  }
  .slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #slide0 {
    transform: translateZ(-3px) scale(2.6);
  }
  #slide1 {
    transform: translateZ(-2px) scale(2.1);
    top: 40vh;
  }
  #slide2 {
    transform: translateZ(-1px) scale(1.6);
    top: 50vh;
  }
  #slide3 {
    transform: translateZ(0) scale(1);
    top: 45vh;
  }
.slide img {
  width: 100vw;
  height: auto;
}
.titlebox {
  position: relative;
  width:100vw;
  background-color: #ffffff00;
}
.sapplingsmain {
  height: auto;
}
#slide3 img {
  z-index: 1;
}
.titlebox img {
  position: absolute;
  width: 60%;
  margin: 0 20%;
  bottom: 0;
  z-index: 2;
  
}
.titlebox img:nth-child(1) {
  position: absolute;
  width: 100vw;
  margin: 0;
  bottom: 0;
  z-index: 1;
  
}
.openingText {
  position: absolute;
  width: 100vw;
  background-image: url(../images/SapplingsPage_webLeafTile.webp);
  background-repeat: no-repeat repeat;
  background-size: contain;
  margin: 0;
  z-index: 2;
}
.openingText img {
  position: absolute;
  top: o;
  right: 0;
  width: 40%;
  height: auto;
}
/*.introBox {
  position: relative;
  width: 58%;
  margin: 5% auto 5% 5%;
  z-index: 1;
}*/
.introBox {
  position: relative;
  width: 100vw;
 
}
.introBox .bodyText {
  position: relative;
  width: 58%;
  margin: 5% auto 5% 5%;
  z-index: 1;
}
.bodyText {
  font-size: 2.5vw;
  color: white;
  line-height: 1.6;
}
.instructions {
  font-size: 1.5em;
  color: #43C402;
  text-align: center;
  margin: 0;
}
.bodyText p {
  margin: 0 0 1em 0;
}
.bodyText b {
  color: #43C402;
}
.quote {
  color: #43C402;
}
.quote {
  font-style: italic;
}
.booksp {
  margin: 0 5% ;
}
.booksp h2 {
  margin: 0 0 0 0;
}
.bottomBod {
  position: relative;
  width: 100vw;
  font-size: 0;
}
.bottomBod img {
  position: relative;
  width: 100vw;
  height: auto;
  margin: 0;
  bottom: 0;
}
.menu {
  position: relative;
  width: 100vw;
  padding: 2% 0;
  height: auto;
  background-color: black;
}
.menu p {
  position: relative;
  top: 40%;
  text-align: center;
  color: #ffffff;
  font-size: 2vw;
  margin: 0 auto;
}
.menu p:nth-child(2) {
  font-size: 1.5vw;
  margin-top: 12px;
}
.menu img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: auto;
  margin: 12px auto 0 auto;
}
.index-btn {
  position: fixed;
  right: 30px;
  top: 12px;
  z-index: 101;
  text-align: center;
  line-height: 0;
  height: 10vw;
  width: 10vw;
  border-radius: 50%;
  background-color: #e5eb91;
  cursor: pointer;
  background-image:url("../images/Bars.webp");
  background-size: cover;
}
.index-btn:hover {
  background-image:url("../images/BarsA.webp");
}
.wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #06082cd3;
  z-index: 100;
  clip-path: circle(0 at calc(100% - 45px) 45px);
  transition: all 0.3s ease-in-out;
}
#active:checked ~ .wrapper {
  clip-path: circle(75%);
}
#active:checked ~ .index-btn {
  background: #43C402;
  background-image:url("../images/Bars2.png");
  background-size: cover;
}
#active:checked ~ .index-btn:hover {
  background-image:url("../images/Bars2A.webp");
}
#active {
  display: none;
}
.wrapper ul {
  position: absolute;
  top: 40vh;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  padding-inline-start: 0;
}
.wrapper ul li{
  margin: 5vh 0;
  font-size: 4vw;
}
.wrapper ul li a {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 5vw;
  font-weight: 600;
  line-height: 0;
  padding: 0 50px;
  z-index: 100;
 }
.wrapper ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.1vw;
  background: #fff;
  border-radius: 50px;
  transform: scaleY(0);
  z-index: -1;
  transition: all 0.3s ease;
 }
 .wrapper ul li a:hover::after {
  transform: scaleY(1.2);
 }
 .wrapper ul li a:hover {
  color: rgb(15, 36, 36);
 }
 .tilebg {
  position: relative;
  width: 100vw;
  background-image: url(../images/SapplingsPage_webLeafTile.webp);
  background-repeat:repeat-y;
  background-size: contain;
  height: auto;
  margin: 0;
  overflow-y: hidden;
 }
 #title {
  position: relative;
  width: 30vw;
  height: auto;
  margin: 12px;
 }
 .bookcover{
  position: relative;
  width: 100vw;
  height: auto;
  margin: 0;
 }
 .enq {
  text-align: center;
  margin: 0 0 0.5em 0;
 }
 .aboutimage {
  line-height: 0;
 }
 .aboutimage img{
  width: 100vw;
  height: auto;
 }
.mySlides {
  display: none;
}
.logo {
  position: relative;
  width: 25vw;
  height: auto;
  margin: 2vh 0 0 2vw;
}
.logoBox {
  width: 100vw;
}
.characterpage {
  background-image: url(../images/charbg.webp);
  background-repeat: repeat-x;
  background-size: contain;
  overflow-x: hidden;
  width: 100vw;
}
.characterpage h2 {
  text-align: center;
  margin: 0;
  font-size: 3.5vw ;
}
.w3-button {
  color: #d52613;
}
.w3-display-left {
  background-image: url(../images/arrowleft.webp);
  background-size: cover;
}
.w3-display-right {
  background-image: url(../images/arrowright.webp);
  background-size: cover;
}
.charText {
  background-color: rgb(2, 19, 7);
  padding: 1.8em 0;
}
.charText p {
  margin: 0;
}
.contPageTop {
  background-color: rgb(9, 43, 24);
  width: 100vw;
}
.froggy {
  position: relative;
  width: 100vw;
  height: auto;
  z-index: 0;
}
.contPageTop .logoBox img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.contPage {
  width: 100vw;
  height: auto;
  background: url(../images/contIvy.webp) left bottom no-repeat, url(../images/contactbtmbg.webp) left bottom repeat-x,  rgb(9, 43, 24);
  background-size:  45vw, 25vw;
}
.contPage h2 {
  text-align: center;
  margin: 0 0 1em 0;
}
.contPage .bodyText {
  text-align: center;
}
#snailChar {
  position: absolute;
  display: inline-block;
  bottom: 18%;
  width: 25vw;
  min-width: 200px;
  height: auto;
}
.slideshowHolder {
  position: relative;
  width: 100vw;
  height: auto;
  overflow-x: hidden;
}
.slideshowHolder .bodyText{
 text-align: center;
 font-size:4.2vw;
 width: 100%;
}
.characterList {
  font-size: 2.5em;
  color: #43C402;
  background-color: rgb(26, 29, 6);
}
.characterList table {
  margin: 0 5vw 0 5vw ;
  border-spacing: 0;
  padding-bottom: 40px;
}
.characterList table td{
  padding: 4vw 0.5vw 0 2vw;
  border: 0;
  vertical-align: top;
}
.characterList table td tr {
  margin: 0 12vw 0 0; 
}
.characterList table td img{
 width: 14vw;
 height: auto;
 border:0.5vw solid #daebac;
}
.characterList p {
  margin: 0;
  line-height: 1em;
}
.beetlePic {
  font-size: 0;
}
.beetle {
  width: 100vw;
  height: auto;
}
#consentwrap {
  z-index: 100;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  margin: 0;
  background: #042b04da;
}

#consentwrap.hide {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
  transition: all 0.3s ease;
}

#consentBox {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.767);
  text-align: center;
  max-width: 45vw;
}
::selection {
  color: #fff;
  background: #229a0f;
}
#consentContent p {
  color: #000000;
  margin: 10px 0 20px 0;
}
#consentContent .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.consentButton,
.rejectButton {
  padding: 12px 30px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.consentButton {
  background: #2a910b;
  margin-right: 10px;
}
.consentButton :hover {
  background: #41e410;
}
.rejectButton {
  color: #111211;
  background: transparent;
  border: 2px solid #099c2c;
  text-decoration: none;
}
.rejectButton :hover {
  background: #2a910b;
}
#consentBox img {
  max-width: 20vw;
}
#consentHeader {
  font-size: 25px;
  font-weight: 600;
  margin-top: 10px;
}
.slidedesc {
  position: relative;
  font-size: 0.5em;
  line-height: 1em;
  text-align: left;
}
* {box-sizing: border-box;}
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  font-size: 1em;
}
input[type=email], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  font-size: 1em;
}
select {
  font-weight: bold;
}
input[type=submit], input[type=button] {
  background-color: #fcaa11;
  color: rgb(0, 0, 0);
  font-weight: 700;
  padding: 2vw 3vw;
  border: none;
  border-radius: 2vw;
  cursor: pointer;
  font-size: 4vw;
}
input[type=button] {
  margin-left: 2vw;
}
input[type=submit]:hover, input[type=button]:hover {
  background-color: #ece90a;
}
textarea {
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
}
.container {
  border-radius: 16px;
  background-color: #2a6b40;
  padding: 20px;
  width: 80vw;
  margin: 0 auto;
  font-size: 1.2em;
  color: #fff;
  font-weight: bold;
  line-height: 1.6em;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.767);
}
.footnote {
  float: right;
  margin: 0 2vw;
  font-size: 1em;
}
#thanksbody {
  position: relative;
  min-height: 100vh;
  width: 100vw;
  overflow: hidden;
}
#thanksbody .bodyText,
#thanksbody h2 {
  text-align: center;
  margin-top: 5vh;
}
#thanksbody .bodyText p {
  margin: 1em 0;
}
#thanksbody .logoBox img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 5%;
}
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sapvid {
  background-image: url(../images/Saposter.webp);
  background-position: center;
  background-size: cover;
}

@media (max-width: 1500px) {
.sapvid {
    background-image: url(../images/Saposter1500.webp);
}
}
@media (max-width: 1000px) {
  .sapvid {
      background-image: url(../images/Saposter1000.webp);
  }
}
@media (max-width: 600px) {
#consentBox{
  max-width: 70vw;
}
#consentBox img {
  max-width: 50vw;
}
}
 @media (max-width: 500px) {
.bodyText {
  font-size: 1em;
}
.charText {
  padding: 1.8em 0;
}
h2{
  font-size: 1.8em;
  line-height: 1.2em;
}
.text-overlay {
  margin: 10vh 10vw;
}
.wrapper ul li{
  font-size: 6vw;
}
.wrapper ul li a{
  font-size: 6vw;
  padding: 0;
}
.wrapper ul li{
  margin: 0 0 8vh 0;
  font-size: 4vw;
}
.wrapper ul li a { 
  font-size: 8vw;
  font-weight: 600;
  line-height: 6.5vw;
  padding: 0;
 }
.wrapper ul li a:after {
  top: 2vw;
  left: 0;
  width: 100%;
  height: 5vw;
  border-radius: 10px;
 }
 .wrapper ul li a:hover::after {
  transform: scaleY(2.5);
 }
 .wrapper ul li a:hover {
  color: rgb(15, 36, 36);
 }
 .openingText {
  background-image: url(../images/SapplingsPage_webLeafTile600.webp)
 }
 .tilebg {
  background-image: url(../images/SapplingsPage_webLeafTile600.webp);
 }
 .introBox {
  background: url(../images/Wasp.webp) right bottom 15% /45% no-repeat;
 }
.characterpage h2 {
  font-size: 1.8em;
}
.characterList {
  font-size: 1em;
}
.mySlides{
  line-height: 1em;
}
.slideshowHolder .bodyText{
  text-align: center;
  font-size: 6vw;
  width: 100%;
}
.characterList table td img{
  width: 20vw;
  height: auto;
  border:0.5vw solid #daebac;
 }
 #consentBox {
  max-width: 70vw;
 }
 .characterpage {
  background-image: url(../images/charbg150.webp);
 }
 #consentBox img {
  max-width: 50vw;
}
#thanksbody {
  height: 100vh;
 }
.sapvid {
  background-image: url(../images/Saposter600.webp);
}
.menu p {
  font-size: 4vw;
}
.menu p:nth-child(2) {
  font-size: 3vw;
}
.menu img {
  width: 40vw;
  height: auto;
}
}