@import url('https://fonts.googleapis.com/css2?family=Monsieur+La+Doulaise&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Edu+NSW+ACT+Cursive:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');
  
    body {
      background: url('misc_img/shrinebkg.jpg') no-repeat center center fixed;
      background-size: cover;
      overflow-x: hidden;
      height: 100vh;
      margin: 0;
      font-family: 'Segoe UI', sans-serif;
      user-select: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
}

.shrine-box {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 850px;
  transform: translate(-50%, -50%) rotate(-90deg);
  transform-origin: center;
  z-index: 1;

}

.section-img {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  transition: transform 0.2s ease;
  display: block;
}

.img-1:hover { transform: rotate(-4deg); }
.img-2:hover { transform: rotate(3deg); }
.img-3:hover { transform: rotate(-2deg); }

.img-1 { top: 275px; left: 750px; width: 150px; object-fit: cover; }
.img-2 { top: 185px; left: 500px; width: 250px; object-fit: cover; }
.img-3 { top: 115px; left: 360px; width: 150px; object-fit: cover; }



.back-home-btn {
  position: absolute;
  top: 30px; 
  left: 30px;
  z-index: 3; 
}

.back-home-btn img {
  width: 120px; 
  height: auto;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.back-home-btn img:hover {
  transform: scale(1.1);
}

.back-page-btn {
  position: absolute;
  top: 0px; 
  left: 5px;
  z-index: 3; 
}

.back-page-btn img {
  width: 170px; 
  height: auto;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.back-page-btn img:hover {
  transform: scale(1.1);
}

.monsieur-la-doulaise-regular {
  font-family: "Monsieur La Doulaise", cursive;
  font-weight: 400;
  font-style: normal;
}

.edu-nsw-act-cursive {
  font-family: "Edu NSW ACT Cursive", cursive;
  font-optical-sizing: auto;
  font-weight: ;
  font-style: normal;
}

.courier-prime-regular {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (max-width: 1200px) {
  .images-left, .images-right {
    width: 21vw;
  }
}

@media only screen and (max-width: 1100px) {
  .images-left img, .images-right img {
    width: 10vw;
  }
}

@media only screen and (max-width: 1000px) {
  .images-left, .images-right {
    top: 230px;
  }
}

@media only screen and (max-width: 650px) {
  .images-left, .images-right {
    top: 320px;
  }
}

@media only screen and (max-width: 600px) {
  .page-title {
    font-size: 10vw;
  }
  .box-headers {
    font-size: 7vw;
  }
.link-headers {
    font-size: 5vw;
  }
}
  
@media only screen and (max-width: 555px) {
  .images-left, .images-right {
    top: 450px;
  }
.content-box p {
    font-size: 3vw;
  }
}