/* fonts */
@font-face {
  font-family: nasalization;
  src: url(/fonts/nasalization-rg.ttf);
}

/* body/general*/
body {
  background-color: #33294f;
  height: 600px;
  background-size: cover;
  background-size: 2000px 1000px;
  font-family: nasalization;
}

button:focus {
  outline: none;
}

.ui button {
  font-family: nasalization;
  color: #5d4ec7;
  /* background-color: #b8b5ff; */
  background-image: url("/art/other/transp.png");
  border: 4px solid #7868e6;
  border-radius: 10px;
  letter-spacing: 10px;
  opacity: 0.8;
}

.uibtn {
  font-family: nasalization;
  color: #5d4ec7;
  /* background-color: #b8b5ff; */
  background-image: url("/art/other/transp.png");
  border: 4px solid #7868e6;
  border-radius: 10px;
  letter-spacing: 10px;
  opacity: 0.8;
}

.ui button:hover {
  opacity: 1;
}

.uibtn:hover {
  opacity: 1;
}

.uismall button {
  font-family: nasalization;
  color: #5d4ec7;
  /* background-color: #b8b5ff; */
  background-color: white;
  border: 4px solid #7868e6;
  border-radius: 10px;
  letter-spacing: 3px;
  opacity: 0.9;
  margin: 5px;
  padding: 5px;
}

.uismallbtn {
  font-family: nasalization;
  color: #5d4ec7;
  /* background-color: #b8b5ff; */
  background-color: white;
  border: 4px solid #7868e6;
  border-radius: 10px;
  letter-spacing: 3px;
  opacity: 0.9;
  margin: 5px;
  padding: 5px;
}

.uismall button:hover {
  opacity: 1;
}

.uismallbtn:hover {
  opacity: 1;
}

.popup {
  background-color: white;
  padding: 10px;
  border: 4px solid #9184e2;
  border-radius: 15px;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 600px;
  overflow: scroll;
}

.fader {
  z-index: 20;
  background-size: contain;
  background-color: black;
  width: 1505px;
  height: 730px;
  position: absolute;
  z-index: 9;
  overflow: hidden;
  opacity: 50%;
  top: 0px;
}

.bgimg {
  position: absolute;
  width: 1505px;
  z-index: 0;
}

.uiheader {
  background-color: #c5bdf1;
  padding: 2px;
  margin-bottom: 5px;
  text-align: center;
  color: #5a5394;
}

.uiheader2 {
  background-color: #dbd7f1;
  padding: 2px;
  margin-bottom: 5px;
  text-align: center;
  color: #807abd;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  display: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
}

.pileContainer {
  margin: 10px;
}

#tutorial {
  height: 500px;
  width: 500px;
  z-index: 25;
  color: #7868e6;
  padding: 20px;
}

#tutorial .uiheader{
  font-size: 20px;
}

.tutorialfader {
  background-size: contain;
  background-color: black;
  width: 1505px;
  height: 730px;
  position: absolute;
  z-index: 24;
  overflow: hidden;
  opacity: 50%;
  top: 0px;
}

#tutorialNextBtn {
  position: absolute;
  bottom: 0px;
  right: 10px;
  height: 50px;
  width: 100px;
  font-size: 20px;
}

#tutorialStartBtn {
  position: absolute;
  bottom: 0px;
  left: 10px;
  height: 50px;
  width: 200px;
  font-size: 20px;
}

#tutorialImgContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 400px;
  height: 300px;
  margin: 10px;
  align-items: center;
}

#tutorialImg {
  max-width: 390px;
  max-height: 290px;
  border: 4px solid #7868e6;
  border-radius: 10px;
}
