* {
    background-color: black;
    font-family: 'kiwi-soda', sans-serif;
    text-align: center;
    color:white;
    text-align: center;
	  background-image: url(../images/woodsnocritter.png);
	  background-position: center;
 	  background-size: cover;
 	  background-attachment: fixed;
    cursor: grab;
}

body {
  background-color: transparent;
  background-image: none;
  overflow: scroll;
}

.background, .background2 {
	 background-position: center;
 	 background-size: cover;
 	 background-attachment: fixed;
}

.background, .background2 {
  background-image: url(../images/woodscrittershiding.png);
}

@font-face {
  font-family: kiwi-soda; /* set name */
  src: url(../fonts/KiwiSoda.ttf); /* url of the font */
}

h1 {
  font-family: 'kiwi-soda', sans-serif;
  color: #44325e;
  font-size: 120px;
  font-weight: normal;
  background-image: none;
  background-color: transparent;
  text-shadow: 4px 4px 8px #000000;
  margin-top: 40px;
  margin-bottom: 55px;
}

h2 {
    font-family: 'kiwi-soda', sans-serif;
    color: #322d47;
    font-size: 60px;
    font-weight: normal;
    background-image: none;
    background-color: transparent;
    text-shadow: 4px 4px 8px #000000;
    margin-bottom: 75px;
}

h3 {
  --color: #322d47;
  --bg-color: rgba(0, 0, 0, 0.75);
  color: var(--color);
  background-color: var(--bg-color);
  background-image: none;
  padding: 40px;
  margin: 20px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  font-family: 'kiwi-soda', sans-serif;
  font-weight: normal;
  shape-rendering: crispEdges;
  border: 0;
  box-shadow:
    0px 5px #22202b,
    0px -5px #22202b,
    5px 0px #22202b,
    -5px 0px #22202b,
    0px 10px #00000038,
    5px 5px #00000038,
    -5px 5px #00000038,
    inset 0px 5px #ffffff36;
  cursor: grab;
  width: 100%;
  height: 100px;
  text-shadow: none;
  text-decoration: none;

}

h4 {
    font-family: 'kiwi-soda', sans-serif;
    color: #322d47;
    font-size: 60px;
    font-weight: normal;
    background-image: none;
    background-color: transparent;
    text-shadow: 4px 4px 8px #000000;
    overflow: hidden;
}

.bounce-text {
    animation-name: bounce;
    animation-duration: 2s; 
    animation-timing-function: ease-in-out; 
    animation-iteration-count: infinite;
}

@keyframes bounce {
    0% {
        transform: translateY(0); 
    }
    50% {
        transform: translateY(-5px); 
    }
    100% {
        transform: translateY(0); 
}
}

.button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  background-color: transparent;
  background-image: none;
  padding-top: 0;
  height: 40px;
  margin-bottom: 50px;
}

.button {
  --color: black;
  --bg-color: #44325e;
  color: var(--color);
  background-color: var(--bg-color);
  background-image: none;
  transition: transform .2s;
  padding: 20px;
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  font-family: 'kiwi-soda', sans-serif;
  shape-rendering: crispEdges;
  border: 0;
  box-shadow:
    0px 5px #22202b,
    0px -5px #22202b,
    5px 0px #22202b,
    -5px 0px #22202b,
    0px 10px #00000038,
    5px 5px #00000038,
    -5px 5px #00000038,
    inset 0px 5px #ffffff36;
  cursor: pointer;
  width: 100px;
  height: 25px;
  text-shadow: none;
  text-decoration: none;
  scale: (1.1);
}

.widebutton {
  --color: black;
  --bg-color: #322d47;
  color: var(--color);
  background-color: var(--bg-color);
  background-image: none;
  transition: transform .2s;
  padding: 20px;
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  font-family: 'kiwi-soda', sans-serif;
  shape-rendering: crispEdges;
  border: 0;
  box-shadow:
    0px 5px #22202b,
    0px -5px #22202b,
    5px 0px #22202b,
    -5px 0px #22202b,
    0px 10px #00000038,
    5px 5px #00000038,
    -5px 5px #00000038,
    inset 0px 5px #ffffff36;
  cursor: pointer;
  width: 200px;
  height: 25px;
  text-shadow: none;
  text-decoration: none;
  scale: (1.1);
}

.locbutton {
  --color: black;
  --bg-color: #44325e;
  color: var(--color);
  background-color: var(--bg-color);
  background-image: none;
  transition: transform .2s;
  padding: 20px;
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: 'kiwi-soda', sans-serif;
  shape-rendering: crispEdges;
  border: 0;
  box-shadow:
    0px 5px #22202b,
    0px -5px #22202b,
    5px 0px #22202b,
    -5px 0px #22202b,
    0px 10px #00000038,
    5px 5px #00000038,
    -5px 5px #00000038,
    inset 0px 5px #ffffff36;
  cursor: pointer;
  width: 100px;
  height: 25px;
  text-shadow: none;
  text-decoration: none;
  scale: (1.1);
}

.backbutton {
  --color: black;
  --bg-color: #44325e;
  color: var(--color);
  background-color: var(--bg-color);
  background-image: none;
  transition: transform .2s;
  padding: 20px;
  margin: 20px;
  display: flex;
  align-items: top;
  justify-content: center;
  font-size: 20px;
  font-family: 'kiwi-soda', sans-serif;
  shape-rendering: crispEdges;
  border: 0;
  box-shadow:
    0px 5px #22202b,
    0px -5px #22202b,
    5px 0px #22202b,
    -5px 0px #22202b,
    0px 10px #00000038,
    5px 5px #00000038,
    -5px 5px #00000038,
    inset 0px 5px #ffffff36;
  cursor: pointer;
  width: 75px;
  height: 25px;
  text-shadow: none;
  text-decoration: none;
  scale: (1.1);
}


.widebutton2 {
  --color: black;
  --bg-color: #322d47;
  color: var(--color);
  background-color: var(--bg-color);
  background-image: none;
  transition: transform .2s;
  padding: 20px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  font-family: 'kiwi-soda', sans-serif;
  shape-rendering: crispEdges;
  border: 0;
  box-shadow:
    0px 5px #22202b,
    0px -5px #22202b,
    5px 0px #22202b,
    -5px 0px #22202b,
    0px 10px #00000038,
    5px 5px #00000038,
    -5px 5px #00000038,
    inset 0px 5px #ffffff36;
  cursor: pointer;
  width: 200px;
  height: 25px;
  text-shadow: none;
  text-decoration: none;
  scale: (1.1);
}

.widebutton3 {
  --color: black;
  --bg-color: #322d47;
  color: var(--color);
  background-color: var(--bg-color);
  background-image: none;
  transition: transform .2s;
  padding: 20px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  font-family: 'kiwi-soda', sans-serif;
  shape-rendering: crispEdges;
  border: 0;
  box-shadow:
    0px 5px #22202b,
    0px -5px #22202b,
    5px 0px #22202b,
    -5px 0px #22202b,
    0px 10px #00000038,
    5px 5px #00000038,
    -5px 5px #00000038,
    inset 0px 5px #ffffff36;
  cursor: pointer;
  width: 250px;
  height: 50px;
  text-shadow: none;
  text-decoration: none;
  scale: (1.1);
}

.button:hover, .widebutton:hover, .widebutton2:hover, .widebutton3:hover, .locbutton:hover, .backbutton:hover {
  background: rgb(50, 45, 71, 0.5);
  transform: scale(.9);
  text-shadow: none;
}

.catch-container {
  background-color: transparent;
  background-image: none;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15%;
  padding-bottom: 10%;
}

.instructions-container {
  background-color: transparent;
  background-image: none;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 10%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-in-text {
  animation-name: fadeIn;
  animation-duration: 1.5s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  background-color: transparent;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fade-in-text2 {
  animation-name: fadeIn;
  animation-duration: 1.5s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  background-color: transparent;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.column {
  float: left;
  width: 33.33%;
  background-color: transparent;
  background-image: none;
  font-family: 'kiwi-soda', sans-serif;
  font-size: 30px;
  color:#322d47;
}

.row {
  background-color: transparent;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.row:after {
  content: "";
  display: table;
  clear: both;
  background-color: transparent;
  background-image: none;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }

}

.header {
  font-family: 'kiwi-soda', sans-serif;
  color: #322d47;
  font-size: 60px;
  font-weight: normal;
  background-image: none;
  background-color: transparent;
  text-shadow: 4px 4px 8px #000000;
  margin-bottom: 75px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer {
  font-family: 'kiwi-soda', sans-serif;
  color: #322d47;
  font-size: 40px;
  font-weight: normal;
  background-image: none;
  background-color: transparent;
  text-shadow: 4px 4px 8px #000000;
  bottom: 25px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

#mushroomfooter, #woodsfooter, #crystalheader {
  font-size: 50px;
}

img {
  max-width: 33%;
  height: auto;
  background-color: transparent;
  background-image: none;
}

.column2 {
  float: left;
  width: 25%;
  background-color: transparent;
  background-image: none;
  font-family: 'kiwi-soda', sans-serif;
  font-size: 30px;
  color:#322d47;
}

.row2 {
  background-color: transparent;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.row2:after {
  content: "";
  display: table;
  clear: both;
  background-color: transparent;
  background-image: none;
}

@media screen and (max-width: 600px) {
  .column2 {
    width: 100%;
  }

}

.critters {
  transition: transform 0.5s ease;
}

.critters:hover {
  transform: rotate(360deg);
}

.options {
  scale: 1;
   border: 0;
  box-shadow:
    0px 5px #22202b,
    0px -5px #22202b,
    5px 0px #22202b,
    -5px 0px #22202b,
    0px 10px #00000038,
    5px 5px #00000038,
    -5px 5px #00000038,
    inset 0px 5px #44325e;
  margin-bottom: 10px;
}

#critterdrag {
  position: absolute;
  background-image: none;
  background-color: transparent;
}

.dragimg {
  background-color: transparent;
  background-image: none;
  margin-bottom: none;
}

p, .crittername {
  background-color: transparent;
  background-image: none;
  font-family: 'kiwi-soda', sans-serif;
  color: #000000;
  font-size: 25px;
  margin-top: none;
  text-decoration: none;
}

p:hover, .crittername:hover {
  font-size: 30px;
  color:#322d47;
}

.draggable {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 250px;
  background-color: transparent;
  background-image: none;
}

.hiding {
  background-color: transparent;
  background-image: none;
  z-index: -5;
}

.crittercontainer {
  background-color: transparent;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: auto;
}

.crittercontainerbottom {
  background-color: transparent;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: auto;
  padding-bottom: 250px;
}

.crittercontainertop {
  background-color: transparent;
  background-image: none;
  display: flex;
  justify-content: top;
  align-items: top;
  flex-direction: row;
  margin: auto;
  
}

.crittercatchcontainer {
  background-color: transparent;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: auto;
}

.critterpics {
  transition: transform .2s;
  background-color: transparent;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: auto;
}
.critterpics:hover {
  transform: scale(1.25);
}

.critterlink {
  background-color: transparent;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: auto;
  width: 50%;
  height: 100%;
  padding-top: 150px;
}

.critterlinkout {
  background-color: transparent;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: auto;
  width: 25%;
  height: 100%;
  padding-top: 150px;
}

.portal {
  background-image: none;
  background-color: transparent;
  width: 750px;
  height: 750px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.shine, .star {
  background-image: none;
  background-color: transparent;
  width: 500px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.star {
  transition: transform .2s;
}

.star:hover {
  transform: scale(1.25);
}

.shine2 {
  background-image: none;
  background-color: transparent;
  width: 500px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}