/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




* {
  box-sizing:border-box;
  cursor: url(Assets/off_Cursor.png),auto;
  font-family:'VT323', monospace !important;
}
p,h1,h2{
  color:white;
  text-align:center;
  cursor: url(Assets/off_Cursor_Text.png),text;
  display:inline-block;
}
h1{
  font-size:6rem;  
}
h2{
  margin-bottom:1%;
}
body{
  background:black;
  min-width: 642px;
}

nav li{
  line-height: 3rem;
  height: 3rem;
  display: inline-block;
  background-color:black;
  width: 7.5rem;
  font-size:1.5rem;
  margin: 0 1rem 0 1rem;
}
#Comics{
  width:13rem;
}
#ContactMe{
  width:9rem;
}
nav ul{
  text-align: center;
  padding-bottom:1rem;
}
a
{
 cursor: url(Assets/off_Cursor_pointer.png),pointer; 
}

nav a {
  text-decoration: none;
  color:white;
  display: block;
  box-shadow: inset 0 0 0 1px #000, inset 0 0 0 3px white;
  cursor: url(Assets/off_Cursor_pointer.png),pointer;
  border-radius:7px; 
}
div{
  text-align:center;
}
.InTheMiddle{
  word-break: keep-all;
  text-align:left;
  width:550px;
  font-size:1.2rem;
}
#ItsaSecret{
  text-decoration:underline;
}

.little_space{
  margin-bottom:4rem; 
}

.bigger_font{
  font-size:1.3rem;
}

.page_selector{
  display: inline;
  margin-right: -4.3px;
}

.page_padding{
  padding-bottom:1rem;
   display: flex;
   justify-content: center;
}

area{
  cursor: url(Assets/off_Cursor_pointer.png),pointer;
}

.ComicPadding1{
  margin-top:50rem;
}
.ComicPadding2{
  margin-top:50rem;
  opacity:0;
}


.Page1{
  width:40rem;
  margin-top:1rem;
  padding-bottom:5rem;
}

.Page2{
  width:50rem;
  margin-top:5rem;
  padding-bottom:10rem; 
}

.Page3{
  width:60rem;
  margin-top:5rem;
  padding-bottom:10rem; 
}

.BOO{
  width:65rem;
  padding-bottom:5rem; 
}


.go_forward{
float: right;
position:sticky;
top: 0;
}

.go_back{
float: left;
position:sticky;
top: 0;
}

.column {
  float: left;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.picture_centerer{
  display: inline-block;
  justify-content: center;  /* centers horizontally */
  width: 100%;
}
/*
image zoom
*/
.click-zoom input[type=checkbox] {
  display: none;
}
.click-zoom2 input[type=checkbox] {
  display: none;
}
.zoom-scope{
  position: relative;
  display: inline-block;
  transform-origin: top center;
}
/* Show zoom-in cursor on hover (before zoom) */
.click-zoom2 label,
.click-zoom2 img{
  cursor: zoom-in;
}

/* After checkbox is checked (zoomed), show zoom-out cursor */
.click-zoom2 input:checked + img{
  cursor: zoom-out;
}
@media screen and (min-width: 1380px) {
.click-zoom img {
  transition: transform 0.25s ease;
  cursor: zoom-in;
}
.click-zoom input[type=checkbox]:checked~img {
  transform: scale(2);
  padding-top:30rem;
  background-color: black;
  max-width:50%;
}

.zoom-scope:has(.click-zoom2 input:checked){
  transform: scale(2);
  transition: transform 0.25s ease;
}

}


.spoilerblur {
    filter: blur(3.5px);
    opacity: 0.40;
  transition: filter 1s linear, opacity 1s linear, text-shadow 1s linear;} /* Credit to Fandom.com */


#BottomGhost{
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top:25rem;
  image-rendering: pixelated;
}
.You_are_here{
  background-color:white;
  box-shadow: inset 0 0 0 1px #000, inset 0 0 0 3px black;
  color:black;
}
button{
  text-align:justify;
  display:inline-block;
}
#email{
 font-size:1rem;
 padding-bottom:0.3rem;
 width:11rem;
}

/* loader */
.bar-space{
  margin-top:2.2rem;
  z-index: 1;
  background:#D1D1D1;
  position:absolute;
  width:37.8%;
  height:28.5px;
  border-radius: 50px;
}
.progress-bar {
  z-index: 2;
  height: 25px;
  background: black;
  border-radius: 50px;
  transition: all 0.5s;
}
.container {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.container h2{
  margin-bottom: 20px;
}
.container .progress {
  width: 40%;
  height: 5rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: start;
  padding: 20px;
  background: white;
}
/* fade in */
.fade-in-text {
  animation: fadeIn linear 5.5s;
}

@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

/* fade out */
.fade-out-text {
  animation: fadeout linear 6s;
  animation-fill-mode: forwards;
  animation-delay:5s;
}
.background-wrapper-Statue{
  background: url(Comic_6_folder/Assets_Comic_6/Comic6_Page_1_Statue.JPG) no-repeat;
  height: 985.15px;
  background-size:40rem;
  display: inline-block;
}

.textblock{
  color:white;
  background-color: black;
  display: inline-block;
  height:195px;
  box-shadow: inset 0 0 0 1px #000, inset 0 0 0 3px white;  font-size:1rem;
  border-radius:7px;
  line-height: 40px;
  padding-left:10px;
  padding-right: 10px;
  text-align: left;
  inline-size: 640px;
  overflow-wrap: break-word;
}
.text{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: left;
  padding-left:10px;
  inline-size: 450px;
  border-top:10rem;
  line-height:30px;
  overflow-wrap: break-word;
  height: auto;
  background-color:black; 
  font-size:1.3rem;
  color:white;
  box-shadow: inset 0 0 0 1px #000, inset 0 0 0 3px white;
  border-radius:7px; 
  z-index: 2;
}

.berelative{
  position: relative;
}

@keyframes fadeout {
  100% {opacity:0;}
  0% {opacity:1;}
}

@media(max-width:992px){
  .InTheMiddle {
  width:300px;
  }
  h1{
    text-align:center;
  }
  #description{
    width:20rem;
  }
  nav li{
    margin-bottom:1rem;
  }
.bar-space{
  width:81%;
  }
.container .progress{
  width: 90%;
}
 .page{
    width:100%;
    height:100%; 
   margin:1rem
  }
}


/*Loader system*/
#clock{
  right:0;
  bottom:0;
  position:fixed;
  width:10rem;
  border-radius:100% 
}
@media(min-width:992px){
.writing{
  position:fixed;
  bottom:0;
  text-align:center;
  font-size:20px;
  transform: translate(-50%, -50%);
}
}
.writing{
  position:fixed;
  bottom:0;
  font-size:20px;
}
@media(max-width:992px){
.div_shut_the_fuck_up2{
  text-align: justify;
}
}
/* Map */ 

.div_shut_the_fuck_up{
  text-align: justify;
}

#target-box{
  background-color: aqua;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#target{
  background-color: #f30f4f;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2%;
  left: 2%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transform-origin: 25px 25px; 
  pointer-events: none;
  z-index: 1;
}

.barrier{
  background-color: black;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 1;
  
}

#target-box2{
  background-color: #999;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 20rem;
  height: 25rem;
  z-index: 1;
}

@media(max-width:992px){
.gallery{
width:100%;
flex-direction:column;
display: flex;
justify-content: center;
  }
  .gallery-item{
    width:100%;
    align-items: center;
    text-align:left;
    flex-direction:column;
    display:flex;
    padding-bottom: 15px;
  }
  .gallery-item img{
  max-width:300px;
 }
  .gallery-item p{
  text-align: center;
  font-size:12px;
  width:20rem;
  max-width:300px;
 }
}

@media(min-width:993px){
.gallery {
    width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .gallery-item {
    display:flex;
    flex-direction:column;
    align-items: center;
    width:320px;
    text-align:left;
    padding-bottom:10px;
  }
   .gallery-item p{
    text-align: center;
    font-size:12px;
    width:15rem;
  }
    .gallery-item a{
    text-align: center;
    font-size:12px;
    width:15rem;
  }
  .gallery-item img {
    width: 300px;
    height: 190px;
    object-fit: contain;
    text-align:none;
  }
}
.myImages{
 cursor:zoom-in;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1;
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgba(0,0,0,0.9); 
}
  .modal-content {
  margin: auto;
  display: block;
  max-width: -webkit-fill-available;
  max-height: -webkit-fill-available;
  animation-name: zoom;
  animation-duration: 0.6s;
}
  @keyframes zoom {
  from {
    transform: scale(0)
  }
  to {
    transform: scale(1)
  }
}
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
#caption {
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: white;
  padding: 10px;
  height: auto;
}
#loader-screen {
  display: none;
}


.text-overlay {
  position: absolute;
  transform: translateX(-50%);
  z-index: 5;

  background: black;
  color: white;
  border-radius: 7px;

  box-shadow:
    inset 0 0 0 1px #000,
    inset 0 0 0 3px white;
}

#Head_Page_1 {
  padding: 10px;
  font-size:20px;
  text-align: left;
  top: 23px;
  right: 12px;
  left: auto;
  bottom: auto;
  transform:none;
}

.zoom-scope.picture_centerer{
  width: fit-content;      /* shrink to image width */
  max-width: 100%;
  display: inline-block;   /* already fine, but keep explicit */
  position: relative;
  
  /* anchor for .text-overlay */
}
#Statue_Page_1 {
  padding: 10px;
  padding-bottom: 20px;
  font-size: 32px;
  text-align: left;
  top: 27px;
  right: 18px;
  left: 9px;
  bottom: auto;
  transform:none;
}

#closeBox {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  color: white;
  border: none;
  font-size: 16px;
  cursor: url(Assets/off_Cursor_pointer.png),pointer;
}

#show_button {
  height:26px;
  display: inline-block;
  background-color:black;
  width: auto;
  font-size:15px;
  margin-left: 5px;
  color: white;
  box-shadow: inset 0 0 0 1px #000, inset 0 0 0 3px white;
  cursor: url(Assets/off_Cursor_pointer.png),pointer;
}

#Blood_Page_1 {
  padding: 10px;
  padding-bottom: 20px;
  font-size: 31px;
  text-align: left;
  top: 27px;
  right: 18px;
  left: 9px;
  bottom: auto;
  transform:none;
}

.zoom_in {
  cursor: zoom-in;
}

#Bridge_Page_1 {
  padding: 10px;
  padding-bottom: 20px;
  inline-size: 31rem;
  font-size: 33px;
  text-align: left;
  top: 27px;
  right: 21px;
  bottom: auto;
  transform:none;
}

#Stairs_Page_1 {
  padding: 10px;
  padding-bottom: 20px;
  font-size: 23px;
  inline-size: 20rem;
  text-align: left;
  top: 27px;
  right: 18px;
  left: 9px;
  bottom: auto;
  transform:none;
}

.choice-buttons {
  margin-top: 5px;
  display: flex;
  gap: 15px;
  justify-content: center;
}
.choice-buttons button{
  font-family: 'VT323', monospace;
  font-size: 16px;

  background: black;
  color: white;
  border: 2px solid white;
  cursor: url(Assets/off_Cursor_pointer.png),pointer;
}

.choice-buttons button:hover{
  background: white;
  color: black;
}

#Door_Page_1 {
  padding: 10px;
  font-size: 20px;
  text-align: left;
  top: 28px;
  right: 23px;
  left: 13px;
  bottom: auto;
  transform:none;
}

#Shop {
    width:10rem;
    display: none;
}


