@font-face {
  font-family: "Steven";
  src: url("/steven.ttf") format("truetype");
}

@keyframes opa {
  0%   {opacity:0.75;}
  25%  {opacity:0.77;}
  35%  {opacity:0.76;}
  50%  {opacity:0.73;}
  77%  {opacity:0.76;}
  100% {opacity:0.72;}
}

.blue:hover{
  background:blue;
  }
.blue{
  width:100%;
  display:block;
  cursor:pointer;
  }
.section1{
  overflow:visible;
  }
  #tree{
      line-height:1.5;
    color:white;
    z-index:10;
    position:absolute;
    right:0px;
    margin:10px;
    margin-top:20px;
    font-size:25px;
    width:auto;
    width:280px;
    }
    
    ul, #myUL {
  list-style-type: none;
}
.en{
  font-size:20px;
  line-height:1.3;
 
  }
/* Remove margins and padding from the parent ul */
#myUL {
  margin: 0;
  padding: 0;
}

/* Style the caret/arrow */
.caret {
  cursor: pointer;
  user-select: none; /* Prevent text selection */
}

/* Create the caret/arrow with a unicode, and style it */
.caret::before {
  content: "\25B6";
  color: white;
  font-size:17px;
  display: inline-block;
  margin-right: 6px;
 transform: translateY(-3px);
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
  transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
  display: none;

}



/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
  display: block;
}
#hold{
  display:flex;
  width:auto;
  position:absolute;
  flex-direction:column;
  height:100%;
   
  }
  #talk span:hover {
  background: blue;

  cursor: pointer;
}
#textbox img{
  width:100%;
  z-index:20;
  position:absolute
  }
  
  #textbox{
  position: absolute;
    transform: scale(1.1);
  right: -40px;
  top: 198px;
  pointer-events: none;
  height:30px;
 
  
  width: 350px;
  z-index: 20;
    }
#talk span{
  line-height:1;
  }
#titletext span:hover {
  background: blue;

  cursor: pointer;
}
#titletext{
  width:640px;
  background:transparent;
  white-space: pre-line;
  display:inline-block;
      height:110px;
  margin:0;
  padding:0;
  }
#ramb{
  position:relative;
  background:black;
  animation:none;
  background-size:cover;
  z-index:10;
  height:624px;
  }
  
   #talk::-webkit-scrollbar-track
{
  
border-left: 2.5px solid white !important;
border-right: 2.5px solid white !important;
	background-color: black;
	width:14px;
	margin-left:-10px;
}

   #talk::-webkit-scrollbar
{
	width:7px;
	background-color: white;
}

   #talk::-webkit-scrollbar-thumb
{

  	background-color: white;


}

.eva{
  font-size:17.5px !important;
  }
#textss{
  direction:ltr;;
  }
  #talk{
    width:620px;
margin-left:10px;
    background:transparent;
    padding:10px;
      white-space: pre-line;
    color:white;
    overflow-y:scroll;
    font-size:24px;
        direction:rtl;
          line-height:1.3;

    height:360px;
    border-bottom: 2.5px solid white;
    }
#stevenwords {
  font-family: steven;
  font-size: 32px;
  background: transparent;
  width: 330px;
  background: ;
  z-index: 40;
  color: black;
  position: absolute;
  left: 662px;
  top: 197.5px;
}
  #title{
    z-indeX:10;

    FONT-size:50px;
    padding:10px;
    margin-left:0px;
    color:white;
border-bottom:2.5px solid white;


height: auto;

    }
#scan{
  width:100%;
  height:100%;
    animation: opa 0.09s linear infinite;
  position:absolute;
  
  }
  
  #shots{
    display:flex;
    margin-left:5px;
    }
    
    .shot{
      width:100px;
      height:70px;
      border: 7px double white;
      background:black;
      margin:5px;
      cursor:pointer;
      overflow:hidden;
      margin-top:10px;
      }
    .shot img{
 
      height:100%;
      }  
      
#steven {
  right:30px;
  z-index:14;
  image-rendering:pixelated;
  position:absolute;
  height:270px;
  bottom:0px;
  cursor:pointer;
  background:transparent;
  }
#steven img{
  width:100%;
  height:100%;
  }