
.html-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-top: 0px;
}

/*responsive text at https://css-tricks.com/books/fundamental-css-tactics/scale-typography-screen-size/*/

body button, .btn, .reset, .dropdown_btn {
  font-size: calc(12px + (20 - 12) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
}

body button, .pullapart {
  font-size: calc(10px + (16 - 10) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
}


/* Fixed sidenav, full height */
.sidenav {
  height: 200px;
  width: 20%;
  min-width: 150px;
  max-width: 200px;
  position: absolute;
  z-index: 10;
  top: 120px;
  left: 20px;
  background-color: #404040;
  overflow-x: hidden;
  padding-top: 2px;
}

.sidenav .reset {
  margin-left: 8%;
  margin-top: 20px;
}

/* Style the sidenav links and the dropdown button and the regular buttons*/
.sidenav a, .dropdown_btn, .btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  font-family: "Lato", sans-serif;
  cursor: pointer;
  outline: none;
}

/*Style the Reset Buttons*/
.reset_image {
  border-radius: 8px;
  padding: 2px;
  color: #000;
  background: #fadf00;
  cursor: pointer;
  margin-top: 20px;
  Margin-left: 20px;
  outline: none;
}

/*style the pull apart buttons*/
.pullapart {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  color: #000;
  display: block;
  border: none;
  background: #e9e2e2;
  width: 100%;
  text-align: left;
  font-family: "Lato", sans-serif;
  cursor: pointer;
  outline: none;

}


.subitem {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  /*font-size: 16px;*/
  font-style: italic;
  color: #fff;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  font-family: "Lato", sans-serif;
  cursor: pointer;
  outline: none;
}

.clicked {
   color: #f66f6f;
}


/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown_container {
  display: none;
  background-color: #505050;
  padding-left: 15px;

}


/*Some media queries for responsiveness
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav {font-size: 12px;}
} */

/*carot after the dropdown button*/
.dropdown_btn::after {
	content: "\0025be";
}

.wholebody {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20vmax;
}

.biology {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 4vmax;
}

.eye {
  position: relative;
  white-space: nowrap;
  overflow-x: visible;
  display: inline-block;
  width: 100%;
}

.eye img {
  display: inline-block;
  position: absolute;
  right: 3px;
  top: 10px;
  cursor: pointer;
  width:15%;

}


/*Style the Reset Buttons*/
.reset {
  border-radius: 12px;
  padding: 6px;
  text-decoration: none;
  display: block;
  border: 6px;
  background: #000;
  color: #fadf00;
  width: 80%;
  text-align: center;
  font-family: "Lato", sans-serif;
  cursor: pointer;
  outline: none;
  border-style:solid;
  border-color: #fadf00;
  border-width: 2px;


}

.doubleclick {
  padding: 3px;
  text-decoration: none;
  display: block;
  background: #000;
  color: #fadf00;
  width: 100%;
  text-align: left;
  font-family: "Lato", sans-serif;
  font-size: smaller;
  }

.text {
  padding: 6px 8px 6px 10px;
  text-decoration: none;
  display: block;
  background: #000;
  border-color: #000;
  width: 100%;
  text-align: center;
  cursor: pointer;
  outline: #fadf00 solid 2px;
}

.textbox {
  /*width: 100%;
  height: 100%;*/
  background-color: rgba(0,0,0,0.7);
  position: fixed;
  top: 10px;
  left: 35vw;
  right: 20vw;

}

.textbox_content {
  width: 100%;
  height: 600px;
  border-radius: 4px;
  background-color: white;
  text-align: left;
  padding: 10px 10px 10px 30px;
  font-family: Arial, Helvetica, sans-serif;
}

.hide {
  visibility: hidden;
}
