@font-face {
  font-family: "meooooowwwwwwwww";
  src: url("./lumend.otf");
}
@font-face {
  font-family: "cursive";
  src: url("./aston.ttf");
}

::-webkit-scrollbar {
  display: none;
}

* {
  font-family: "meooooowwwwwwwww";
}

body {
  margin: 0;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
}

body {
  padding: 10px;
  background-image: url("june-pics/pridebglight.png");
  background-blend-mode: color-burn;
  background-color: rgba(255, 255, 255, 0.58);
  /* background-repeat: no-repeat; */
  background-attachment: scroll;
}

/* password */
#cockblocker {
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  top: 0;
  left: 0;
  position: absolute;
  color: red;
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
  z-index: 10000000000;
  
}
#cockblocker.hide {
  pointer-events: none;
  opacity: 0;
}
#getPassword {
  margin: 10%;
}

/* rainbow header */
#june {
  animation: colorRotate 10s infinite;
  filter: blur(3px);
  mix-blend-mode: soft-light;
  width: fit-content;
  font-size: 9em;
  position: fixed;
  top: -60px;
  left: 15px;
  margin: 0;
  z-index: 600;
  font-family: "cursive";
}
a {
  text-decoration: none;
}

/* each post */
.post {
  border: 1.5px dotted rgb(50, 50, 50);
  margin: 100px;
}

/* back to home button */
#back {
  width: 120px;
}
#home {
  position: fixed;
  bottom: 50px;
  right: 50px;
  text-align: center;
  font-style: italic;
  z-index: 500;
}

/* links section */
.links {
  margin-top: 250px;
  display: flex;
  flex-direction: column;
  width: 250px;
  padding: 20px;
}

img {
  width: 500px;
  height: auto;
}

.shane {
  width: 300px;
  float: right;
}

/* NEW STUFF FOR JUNE */
/* I'm also rewriting the width of the small container flexboxes from stylin.css cuz i dont like the width */
.small-container {
  width: 40%;
}

table {
  border: dotted;
}

th,
td {
  padding: 15px;
}
.table-img {
  filter: blur(50px);
  transform: rotate(10deg);
  scale: 0.1;
  padding: 10px;
  mix-blend-mode: multiply;
}

.table-img:hover {
  filter: none;
  scale: 0.6;
  filter: blur(0px);
  transform: rotate(0deg);
  transition: 0.7s;
  z-index: 100;
}

.audrey-book-stack {
  display: flex;
  flex-direction: column;
  margin: auto;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
}

.audrey-book-stack-intro {
  margin: auto;
  padding: 20px;
  margin-left: 180px;
  border: 1px solid rgb(0, 0, 0);
}

.book {
  flex-basis: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  /* max-height: 200px; */
  width: 80%;
  height: 500px;

  align-items: center;

  gap: 0px;
  border: 1px solid rgb(0, 0, 0);

  justify-content: space-between;
}



.book-title {
  flex-basis: 3;
  /* width: 800px; */
  margin: auto;
  padding: 20px;
}

.book-moons {
  flex-basis: 0.2;
  padding-left: 20px;
}

.book-img {
  flex-basis: 1;
  height: 100%;
}

.book-decor {
  width: 100px;
  height: 500px;
  margin: 0px;
  padding: 0px;
  /* border-left: 1px double rgb(0, 0, 0);
  border-right: 1px double rgb(0, 0, 0); */
  flex-basis: 0.5;
}

#decor-wendy-1 {
  border-right-style: double;
  border-width: 2px;
  width: 150px;
  border-color: rgb(0, 0, 255);
}

#decor-wendy-2 {
  border-left-style: double;
  border-width: 2px;
  width: 150px;
  border-color: rgb(0, 0, 255);
}

#decor-no-now-1 {
  border-right-style: dotted;
  width: 350px;
  border-color: rgb(198, 0, 79);
}

#decor-no-now-2 {
  border-left-style: dotted;
  width: 350px;
  border-color: rgb(198, 0, 79);
}

#decor-k-pop-1 {
  border-right-style: double;
  border-width: 2px;
  width: 600px;
  border-color: rgb(80, 46, 2);
}

#decor-k-pop-2 {
  border-left-style: double;
  border-width: 2px;
  width: 600px;
  border-color: rgb(80, 46, 2);
}

.ran-out {
  text-align: center;
  margin-left: 50px;
  height: 120%;
  padding: 20px;
}

.wendy {
  margin-left: 120px;
  background-color: rgba(203, 217, 255, 0.2);
  border-color: rgb(0, 0, 255);
}

.azu {
  margin-right: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgb(79, 77, 16);
}

.no-now {
  margin-right: 100px;
  background-color: rgba(255, 218, 218, 0.2);
  border-color: rgb(198, 0, 79);
}

.k-pop {
  margin-left: 20px;
  background-color: rgba(255, 249, 223, 0.2);
  border-color: rgb(80, 46, 2);
}


.xara-book-rec {
  float: left;
  width: 50px;
}
.life-updat {
  display: flex;
  justify-content: space-evenly;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.updat-left {
  width: 30%;
  flex-basis: 1;
  padding: 20px;
}

.updat-right {
  width: 70%;
  flex-basis: 1;
  position: relative;
}

.updat-text {
  /* text-align: center; */
  padding-right: 50px;
}

.updat-img:hover{
  z-index: 100;
}

#wingstop {
  position: absolute;
  width: 70%;
  top: 20%;
  left: 10%;
}

#pride-parade {
  position: absolute;
  left: 0%;
  bottom: 0%;
  /* display: none; */
}

#open-studios {
  position: absolute;
  width: 90%;
  right: 0%;
  top: 45%;
  /* display: none; */
}

#petit {
  position: absolute;
  width: 30%;
  right: 0%;
  top: 0%;
  /* display: none; */
}

#hover {
  position: absolute;
  left: 120px;
  top: 50px;
  z-index: 200%;
  font-style: italic;
}

.special-text {
  font-style: italic;
  font-size: 1.2em;
}


/* shrink dat is for the life update section */
.shrink-dat-image {
  width: 100%;
  height: auto;
}

/* comick is for the comic progress update */
.comick {
  width: 60%;
  display: flex;
  gap: 5px;
}

#left {
  padding: 20px;
}
#right {
  padding-bottom: 20px;
}
#comick {
  /* filter: invert(0.8); */
  flex-direction: row;
  /* object-fit: cover; */
  width: 100%;
  transition: ease-in-out 0.1s;
}
#comickCaption {
  text-align: center;
  width: 90%;
  margin: auto;
}

/* thanks to these guys for the code ref https://stackoverflow.com/questions/54702124/rainbow-text-animation-using-only-css */
@keyframes colorRotate {
  0% {
    color: #dcedff;
  }
  20% {
    color: #e4fffe;
  }
  40% {
    color: #f3ffe4;
  }
  60% {
    color: #ffebe3;
  }
  80% {
    color: #ffe9f1;
  }
  100% {
    color: #dcedff;
  }
}

/* mediation */
#med {
  width: 100%;
}

#piranesiDiv {
  display: flex;
  flex-direction: row;
  margin-left: 50px;
  /* margin-left: 700px; */
}

#piranesi {
  width: 600px;
  padding: 10px;
  border: 6px dotted rgb(255, 194, 244);
  background-color: #ffe9f1;
}

#piranesiIframe {
  width: 100%;
  height: 300px;
  border: pink 3px dashed;
}
#cover {width: 200px;height: auto;}

#references{
  word-break: break-all;
  width: 500px;
  margin-right: 100px;
  margin-top: 200px;
  
}

#terrariums {
  display: flex;
  /* height: max-content; */
  flex-direction: column;
  border:  10px dotted #dcedff;
  padding: 20px;
  margin: 100px;
  margin-top: 50px;
  font-size: 1.5em;
  background-image: url("./june-pics/water.png");
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-size: cover;
}
#images {
  display: flex;
  align-items: center;

}
#images img {
  width: 32%;
  border: 3px inset rgba(0, 0, 0, 0.432);
  margin-right: 1px;
}


#altar {
  width: fit-content;
  height: fit-content;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 100px;
  
}
#altar img {
  width: 1200px;
  height: auto;
}
