/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  color: #FFFFFF;
  font-family: Courier New;
  background-color: #22061a;
  max-width: 100vw;
  font-size: 1vw;
  background-attachment: fixed;
}


.image-container {
  position: relative;
  width: 100%;
  margin: auto;
  height: auto;
  
}
.book {
  width: 80%;
  display: block;
  margin: auto;
  pointer-events: none;
}
/*
.skelly_bg {
  position: absolute;
  top: 60%;
  left: -11.5%;
  width: 35%;   
  height: auto;
  z-index: 2;
  pointer-events: none;
}
.ember {
  position: absolute;
  top: 55%;
  left: -6%;
  width: 20%;   
  height: auto;
  z-index: 1;
  pointer-events: none;
}
*/
.ribbon {
  position: absolute;
  top: -15%;
  left: -4%;
  width: 50%; 
  height: auto;
  z-index: 4;
  pointer-events: none;
}
.ribbon5 {
  position: absolute;
  top: -15.5%;
  left: -4%;
  width: 50%;
  height: auto;
  z-index: 4;
  pointer-events: none;
}

.ribbon_text1 {
  position: absolute;
  font-size: 5vw;
  height: auto;
  width: auto;
  bottom: 72%;
  left: 10%;
  z-index: 4;
  transform: rotate(-25deg);
  font-family: cursive;
  color: #000;
  pointer-events: none;
}
.ribbon_text2 {
  position: absolute;
  font-size: 2vw;
  bottom: 73.8%;
  left: 17%;
  z-index: 4;
  transform: rotate(-25deg);
  font-family: cursive;
  color: #000;
  pointer-events: none;
}

/* NAVIGATION */
/* CLASHROYALE */
.bookmark0 {
  position: absolute;
  top: -1%;
  left: 62%;
  width: 5%;
  height: auto;
  z-index: 4;
}
.bookmark0:hover {
  height: 30%;
  top: -2%;
}

.cr_hidden {
  position: absolute;
  top: 2%;
  left: 67%;
  padding-left: 1%;
  padding-right: 1%;
  border-radius: 25px;
  box-shadow: 0.2em 0.2em 0em #A9A9A9;
  background-color: hsla(0, 0%, 100%, 0.6);
  color: #313131;
  
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
  z-index: 5;
}
.bookmark0:hover + .cr_hidden {
  display: block;
  opacity: 1;
  visibility: visible;
}
.bookmark0wrap:hover + .cr_hidden {
  display: block;
  opacity: 1;
  visibility: visible;
}

.crlogo {
  position: absolute;
  top: -6%;
  left: 63%;
  width: 3%;
  height: auto;
  z-index: 2;
  pointer-events: none;
  filter: grayscale(0%) drop-shadow(4px 4px 1px rgba(0, 0, 0, 0.4));
  opacity: 0.5;
}

/* CLASHOFCLANS */
.bookmark1 {
  position: absolute;
  top: -1%;
  left: 70%;
  width: 5%;
  height: auto;
  z-index: 4;
}
.bookmark1:hover {
  height: 30%;
  top: -2%;
}

.coc_hidden {
  position: absolute;
  top: 2%;
  left: 75%;
  padding-left: 1%;
  padding-right: 1%;
  border-radius: 25px;
  box-shadow: 0.2em 0.2em 0em #A9A9A9;
  background-color: hsla(0, 0%, 100%, 0.6);
  color: #313131;
  
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
  z-index: 5;
}
.bookmark1:hover + .coc_hidden {
  display: block;
  opacity: 1;
  visibility: visible;
}

.coclogo {
  position: absolute;
  top: -6%;
  left: 71.1%;
  width: 3%;
  height: auto;
  z-index: 2;
  pointer-events: none;
  filter: grayscale(0%) drop-shadow(4px 4px 1px rgba(0, 0, 0, 0.4));
  opacity: 0.5;
}


/* TENNIS */
.bookmark2 {
  position: absolute;
  top: -1%;
  left: 78%;
  width: 5%;
  height: auto;
  z-index: 4;
}
.bookmark2:hover {
  height: 30%;
  top: -2%;
}

.tennis_hidden {
  position: absolute;
  top: 2%;
  left: 83%;
  padding-left: 1%;
  padding-right: 1%;
  border-radius: 25px;
  box-shadow: 0.2em 0.2em 0em #A9A9A9;
  background-color: hsla(0, 0%, 100%, 0.6);
  color: #313131;
  
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
  z-index: 5;
}
.bookmark2:hover + .tennis_hidden {
  display: block;
  opacity: 1;
  visibility: visible;
}

.tennislogo {
  position: absolute;
  top: -6%;
  left: 79%;
  width: 3%;
  height: auto;
  z-index: 2;
  pointer-events: none;
  filter: grayscale(0%) drop-shadow(4px 4px 1px rgba(0, 0, 0, 0.4));
  opacity: 0.5;
}


.youtube:link {
  text-decoration: none;
  color: transparent;
  font-size: 1vw;
  background-image: linear-gradient(to right, #22061a, #12074a, #12074a, #22061a);
  margin-left: 1em;
  margin-right: 1em;
  padding-right: 83.1%;
  padding-left: 0.2%;
  pointer-events: none;
}
.youtube:visited {
  color: transparent;
  text-decoration: none;
  border-left: 0.2em solid #160214;
  border-right: 0.2em solid #160214;
}
.youtube:hover {
  color: transparent;
}

.yt2:link {
  color: #FF0000;
  text-decoration: none;
}
.yt2:visited {
  color: #FF0000;
  text-decoration: none;
}
.yt2:hover {
  color: #000;
}




.split-text {
  display: flex;
  justify-content: space-between;
}

.left-text {
  text-align: left;
}

.right-text {
  text-align: right;
  color: grey;
  border: 0.1em dashed grey;
  padding: 0.2em;
  margin-right: 1.9%;
  margin-bottom: 1%;
}
/*
@keyframes ani {
   0% {
    filter: drop-shadow(0px 0px 2px rgba(228, 82, 188, 0.3));
  }
  50% {
    filter: drop-shadow(0px 0px 10px rgba(228, 82, 188, 0.9));
  }
  100% {
    filter: drop-shadow(0px 0px 2px rgba(228, 82, 188, 0.3));
  }
}
.ragebeer {
  position: absolute;
  width: 25%;
  bottom: -5%;
  right: 0%;
  height: auto;
  z-index: 1;
  animation-name: ani;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  pointer-events: none;
}*/


.chat {
  position: absolute;
  bottom: -28%;
  right: 2%;
  border: 0.2em inset transparent;
  padding: 0.2em;
  width: 20%;
  height: 21%;
  max-width: 20%;
  max-height: 21%;
  z-index:2;
}
@media (max-width: 50vw) {
  .chat {
    height: 15vw;
  }
}
@media (max-width: 40vw) {
  .chat {
    height: 13vw;
  }
}

.info {
  border: 0.2em solid #160214;
  padding: 0.2em;
  margin-left: 1em;
  margin-right: 1em;
  background-color: #290625;
  list-style-position: inside;
  z-index: 2;
}

.opening {
  border-left: 0.2em solid #160214;
  border-right: 0.2em solid #160214;
  border-top: 0.2em solid #160214;
  padding: 0.2em;
  margin-left: 1em;
  margin-right: 1em;
  background-color: #290625;
}
.opening_link {
  text-decoration: none;
  color: white;
}
.opening_link:visited {
  text-decoration: none;
  color: white;
}
.opening_link:hover {
  color: red;
}

.text-container {
  color: black;
  word-break: normal;
}

.text_1 {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 3;
  background-color: #FFF;
  border: 0.2em solid #ccc4b1;
  padding: 0.2em;
  padding-left: 0.8em;
  padding-right: 0.8em;
}

.Timbo {
  position: absolute;
  width: 15%;
  top: 7%;
  left: 34%;

}

::-webkit-scrollbar {
  width: 0.5em;
}
::-webkit-scrollbar-track {
  background: #f6f2e8;
}
::-webkit-scrollbar-thumb {
  background: #DED4D4;
  border-radius: 25px;
}
::-webkit-scrollbar-thumb:hover {
  background: #AD6B6C;
}