@font-face {
  font-family: 'TitleFont';
  src: url('../Fonts/astron-boy.video-regular.otf');
}
@font-face {
  font-family: 'IntroFont';
  src: url('../Fonts/arcadeclassic.regular.ttf');
}
@font-face {
  font-family: 'HeadingFont';
  src: url('../Fonts/star-crush.regular.ttf');
}
@font-face {
  font-family: 'BodyFont';
  src: url('../Fonts/fs-pixel-sans-unicode-regular.ttf');
}
@font-face {
  font-family: 'BoxTitle';
  src: url('../Fonts/racingoftendemo.regular.ttf');
}




html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-image: url("../Files_site/backgroundimg/realstuff.gif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}



.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 2vh 2vw 5vh;
  overflow-x: hidden;
}




.container {
  width: 90vw;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5vh;
  margin-bottom: 1.5vh;
}



a {
  color: #fbfeff;
  text-shadow: 2px 2px 0 #333bd2;
  text-decoration: none;
  font-family: 'TitleFont';
  font-size: clamp(15px, 2.5vw, 31px);
  margin-top: -5%;
}




.main-layout {
  width: 90vw;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1vw;
  box-sizing: border-box;
}




.item-nav {
  flex: 0 0 14%;
  width: 15vw;
  height: 100vh;
  min-width: 100px;
  max-width: 180px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1vh;

  position: relative;
}


#cinamonroll {
  position: relative;
  display: block;
  margin-top: 4vh;
  width: 100%;
  height: auto;
  max-height: 26vh;
  object-fit: contain;
  z-index: 30;
}




.item-main {
  flex: 1 1 65%;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1.5vh;
  background-color: #090d7fa2;
  border: 2px solid #b8b8b9fa;
  padding: 1.5vh 1.5vw;
  font-family: 'BodyFont';
  color: #daf0f8;
  word-break: break-word;
}




.main-row1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1vw;
  position: relative;
  min-height: 8vh;
}


.inner-box1 {
  flex: 0 0 13vw;
  max-width: 170px;
  min-width: 110px;
  margin-top: 2%;
  height: 100%;
  width: 30%;
  min-height: 80px;
  border: 2px solid #b8b8b9fa;
  background-color: #0a1260a8;
  padding: 0.5vh 0.5vw;
  box-sizing: border-box;
  overflow: hidden;
}

#Portrait {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 1%;
  object-fit: cover;
}


.inner-box2 {
  flex: 0 0 90vw;
  max-width: 450px;
  min-width: 100px;
  width: 100%;
  height: 190%;
  max-height: 230px;
  min-height: 45px;
  border: 2px solid #b8b8b9fa;
  background-color: #0a1260a8;
  padding: 0.5vh 0.7vw;
  margin-top: 2%;
  margin-left: 8%;
  font-size: clamp(13px, 2vw, 19px);
  box-sizing: border-box;
  overflow: hidden;
  word-break: break-word;
  
}




#starandbowbluedivider1 {
  position: absolute;
  right: -3vw;
  top: -12%;
  height: 40%;
  width: auto;
  z-index: 10;
}

#starandbowbluedivider2 {
  position: absolute;
  right: 58%;
  top: -12%;
  height: 40%;
  width: auto;
  z-index: 10;
}

#japemojidiv {
  position: absolute;
  right: 8%;
  top: 210%;
  height: 19%;
  width: auto;
  z-index: 10;
}


.main-row2 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
 
}


.inner-box4 {
  flex: 0 0 30vw;
  max-width: 45%;
  min-width: 53%;
  max-height: 20%;
  border: 2px solid #b8b8b9fa;
  background-color: #0a1260a8;
  margin-top: 2%;
  padding: 0.9vh 1vw;
  box-sizing: border-box;
  word-break: break-word;
  position: relative;  
  overflow: visible;    
}

.inner-box-title4 {
  font-family: 'IntroFont';
  font-size: clamp(8px, 1.2vw, 15px);
  letter-spacing: 1px;
  color: #f8f8fe;
  margin-bottom: 1vh;
  border-bottom: 1.5px solid #b8b8b9fa;
  padding-bottom: 0.6vh;
}

.inner-box-content4 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5vh 0.5vw;
  align-items: center;
}


#indiewebblinkie {
  height: 10vh;
  width: auto;
}

#dontreadblinkie {
  height: 4vh;
  width: auto;
  margin-top: -8%;
}

#neocitiessupporblinkie {
  height: 9%;
  width: auto;
  margin-top: -6%;
  margin-left: 15vw;
}


#djpon3 {
  position: absolute;
  left: 100%;          
  top: 27%;
  margin-left: 12%;
  height: 100%;
  width: auto;
  z-index: 8;
  pointer-events: none;
}




.inner-box3 {
  border: 2px solid #b8b8b9fa;
  background-color: #0a1260a8;
  margin-top: 4%;
  padding: 1vh 1vw;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  
  word-break: break-word;
  color: #daf0f8;
  font-family: 'BodyFont';
}









.inner-box-title2 {
  font-family: 'IntroFont';
  font-size: clamp(9px, 3vw, 19px);
  color: #f8f8fe;
  margin-bottom: 0.6vh;
  border-bottom: 1.5px solid #b8b8b9fa;
  padding-bottom: 0.3vh;
}

.inner-box-title3 {
  font-family: 'IntroFont';
  font-size: clamp(10px, 1.5vw, 18px);
  color: #f8f8fe;
  margin-left: 0.5vh;
  margin-bottom: 0.8vh;
  border-bottom: 1px solid #b8b8b9fa;
  padding-bottom: 0.4vh;
}


.inner-box-title5 {
  font-family: 'IntroFont';
  font-size: clamp(10px, 3vw, 21px);
  color: #f8f8fe;
  margin-bottom: 0.5vh;
  border-bottom: 1.6px solid #b8b8b9fa;
  padding-bottom: 0.7vh;
  letter-spacing: 3px;
}


.box2-text {
  color: #daf0f8;
  font-family: 'BodyFont';
  font-size: clamp(10px, 1.1vw, 16px);
  line-height: 1.5;
  overflow: hidden;
}

.P1intro {
  font-size: clamp(10px, 3vw, 23px);
  letter-spacing: 0.5px;
  line-height: 17px;
  margin: 0.3vh 0 0;
}

.inner-box-content3 {
  font-family: 'BodyFont';
  font-size: clamp(12px, 1.3vw, 19px);
  letter-spacing: 1px;
  line-height: 1.6;
  margin-top: 0.5vh;
  word-break: break-word;
}

.P1 {
  font-size: clamp(12px, 3vw, 22px);
  letter-spacing: 1px;
  line-height: 17px;
  margin-top: 2vh;
  margin-bottom: 0.4vh;
}

.P2 {
  font-size: clamp(12px, 3vw, 22px);
  letter-spacing: 1px;
  line-height: 17px;
  margin-top: 4vh;
  margin-bottom: 0.4vh;
}

.P3 {
  font-size: clamp(12px, 3vw, 22px);
  letter-spacing: 1px;
  line-height: 17px;
  margin-top: 4vh;
  margin-bottom: 0.4vh;
}


.P4 {
  font-size: clamp(12px, 3vw, 22px);
  letter-spacing: 1px;
  line-height: 17px;
  margin-top: 3vh;
  margin-bottom: 0.4vh;
}


.P5 {
  font-size: clamp(12px, 3vw, 22px);
  letter-spacing: 1px;
  line-height: 17px;
  margin-top: 2.6vh;
  margin-bottom: 0.4vh;
}


.P7 {
  font-size: clamp(12px, 3vw, 22px);
  letter-spacing: 1px;
  line-height: 17px;
  margin-top: 2vh;
  margin-bottom: 0.4vh;
}

.inner-box5 {
  border: 2px solid #b8b8b9fa;
  background-color: #0a1260a8;
  margin-top: 6%;
  padding: 1vh 1vw;
  box-sizing: border-box;
  height: 73vh;
  width: 100%;
  word-break: break-word;
  color: #daf0f8;
  font-family: 'BodyFont';
}


.inner-box-content5 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5vh 0.5vw;
  align-items: center;
}


#imacatloverbli {
  height: 10vh;
  width: auto;
}

#lucystamp{
  height: 12vh;
  width: auto;
}

#firealp {
  height: 6vh;
  width: auto;
  margin-top: 7vh;
}

#utstamp {
  height: 10vh;
  width: auto;
  
}

#refusetogu {
  height: 3vh;
  width: auto;
  margin-left: -2;
}

#ilvpira {
  height: 4.6vh;
  width: auto;
  margin-left: -2;
}

#mermaidmelody{
  height: 13vh;
  width: auto;
}

.item-right {
  flex: 0 0 14%;
  min-width: 100px;
  max-width: 180px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1vh;
  position: relative;
}


#blueglitterstar {
  position: relative;      
  display: block;
  margin-left: 60vw;
  margin-top: 2vh;
  width: 100%;
  height: auto;
  max-height: 26vh;
  object-fit: contain;
  z-index: 30;
}

.inner-box1--right {
  visibility: hidden;
  padding: 0.9vh 1vw;
  box-sizing: border-box;
  width: 100%;
  min-height: 10vh;
  word-break: break-word;
  overflow: hidden;
}




.intro {
  font-family: 'IntroFont';
  font-size: clamp(12px, 1.4vw, 25px);
  line-height: 1.6;
  letter-spacing: 3px;
  color: #fbfeff;
  margin: 0;
}




.item-footer {
  width: auto;
  height: 15vh;
  max-width: 90vw;
  box-sizing: border-box;
  margin-top: 2vh;
  padding: 1vh 1vw;
  min-height: 8vh;
  min-width: 65%;
  word-break: break-word;
  font-family: 'BodyFont';
  font-size: clamp(13px, 1.4vw, 27px);
  background-color: #081748dd;
  border: 2px solid #c4c4c8fa;
  color: #fbfeff;
}

.item-footer footer {
  height: 100%;
}