html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

#pButton {
  display: none;
}

body {
  background: #e9eda4;
}

html {
  font-family: "citizen", sans-serif;
  font-weight: 300;
  font-size: 14pt;
  /*   color: #4d8535; */
  color: #5fbb46;
}

h1 {
  font-family: "citizen", sans-serif;
  font-weight: 700;
  font-size: 14pt;
  color: #5fbb46;
  /*   padding: 5vw; */
  text-align: center;
}

h2 {
  font-family: "citizen", sans-serif;
  font-weight: 700;
  font-size: 19pt;
  line-height: 23pt;
  color: #5fbb46;
  padding: 5vw;
}

p {
  font-family: "citizen", sans-serif;
  font-weight: 300;
  font-size: 13pt;
  line-height: 19pt;
  color: #5fbb46;
  padding: 5vw;
}

.caption {
  font-family: "citizen", sans-serif;
  font-weight: 700;
  font-size: 13pt;
  line-height: 19pt;
  margin-top: -20px;
}

.indent {
  padding: 5vw;
}

#aboutpage {
  margin-top: 15vh;
  /*   margin-left: 10px; */
  opacity: 0;
  animation: FadeOut 1s ease-in-out;
  z-index: 1;
  display: none;
  flex-direction: column;
  align-items: center;
}

#aboutpage.active {
  opacity: 1;
  display: flex;
  animation: FadeIn 3s ease-in-out;
}

.circlebutton {
  width: 25vw;
  height: 25vw;
  background: #5fbb46;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2vw;
}

#three-balls {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.label {
  font-family: "citizen", sans-serif;
  font-weight: 700;
  font-size: 12pt;
  color: #e9eda4;
  text-align: center;
}

canvas {
  width: 100%;
  height: 100%;
}

/* #ball {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: red;
  z-index: 10;
} */

.ball {
  /*   width: 25vw;
  height: 25vw; */
  /*   width: 100px;
  height: 100px; */
  border-radius: 200px; /* rounded edge */
  background-color: #5fbb46;
  /*   position: absolute; */
}

/* .circle {
  width: 25vw;
  height: 25vw;
  border-radius: 200px; */
/*   background-color: #5fbb46; */
/*   position: absolute;
  z-index: 10;
  opacity: 100%;
}
 */

#jinjusymbol {
  scale: 80%;
  /*     position: fixed; */
  /*     margin-top: -90px; */
  z-index: 2;
  opacity: 0;
}

#jinjusymbol.active {
  opacity: 1;
  animation: FadeIn 1s ease-in-out;
}

#jinjulogo {
  height: 40%;
}

#header {
  position: fixed;
  display: flex;
  flex-direction: row;
  text-align: center;
  height: 10vh;
  overflow: hidden;
  align-items: center;
  width: 90vw;
  justify-content: space-between;
  margin-left: 1vw;
  z-index: 4;
  background-color: #e9eda4;
  opacity: 0;
  padding-top: 2vh;
  /*   padding-bottom: 2vh; */
  padding-left: 5vw;
  padding-right: 5vw;
}

#header.active {
  opacity: 1;
  animation: FadeIn 3s ease-in-out;
}

#menubutton {
  width: 7vw;
  z-index: 2;
  display: block;
  cursor: pointer;
}

#debug {
  display: none;
  /*   position:absolute; */
}

#dialog {
  position: absolute;
  z-index: 9;
  text-align: center;

  align-content: center;
  top: 45%;
  margin: 10%;
  color: #4d8535;
  /*   dark green */
}

#landingpage {
  flex-direction: column;
  display: flex;
  align-items: center;
}

#matter {
  position: absolute;
  margin: 0;
  overflow: hidden;
}

#c {
  /*Matter Canvas Physics Engine*/
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

img {
  width: 90vw;
  margin-top: 20px;
  border-radius: 30px 30px 0 0;

  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  z-index: 1;
  margin-left:unset;
}

.imgsmall {
  width: 90vw;
  margin-top: 10px;
  border-radius: 30px;
  z-index: 1;
}

.imgbig {
  width: 90vw;
  height: 70vh;
  margin-top: 10px;
  border-radius: 30px 30px 0 0;
  z-index: 1;
  object-fit: cover;
}

#menuItems {
  position: fixed;

/*   background-color: #e9eda4; */
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5vh;

  width: 100vw;
  height: 100vh;
  z-index: 33;
  height: 0vh;
  animation: StripOut 1s ease-in-out;
}

#menuItems.active {
  
}

.menububble {
  background-color: #5fbb46;
  width: 90vw;
  margin: 1vh;
  opacity: 0;
  color: #e9eda4;
  justify-content: center;
  text-align: center;
  text-decoration: none;

  border-radius: 1000px;

  font-family: "citizen", sans-serif;
  font-weight: 700;
  font-size: 50pt;
  line-height: 19vh;

  height: 20vh;
  display: none;
  animation: FadeOut 0.8s ease-in-out;
}

.menububble.active {
  opacity: 1;
  display: block;
  animation: FadeIn 0.8s ease-in-out;
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeOut {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes StripIn {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

@keyframes StripOut {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}


#labelyellow {
  background: #5fbb46;
  padding: 5vw;
  padding-top: 10vw; 
  margin-top: 50px;
}

#labelyellow h2 {
  color: #e9eda4;
  text-align: center;
}

#govwarn {
  padding: 5vw;
  font-family: "citizen", sans-serif;
  font-weight: 300;
  font-size: 10pt;
  line-height: 14pt;
}

.lesstop {
  margin-top: -3px;
}

.lesstopp {
  margin-top: -110px;
}

.nextbutton {
  font-family: "citizen", sans-serif;
  font-weight: 700;
  font-size: 12pt;
  line-height: 14pt;
/*   text-decoration: none; */
  color: #5fbb46;
}

.smallsymbol {
  scale: 10%;
  color: #5fbb46;
  display: block;
/*   margin-top: -20px; */
}

#homesymbol {
  margin-top: 120px;
}

#hometoshop p {
  margin-top: -50px;  
}