/* 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." */

@import url('https://fonts.googleapis.com/css2?family=Momo+Trust+Display&display=swap');


@font-face {
  font-family: 'BoldPixels';
  src: url("/webfont/boldpixels-webfont.woff");
}


    *:hover {
        cursor: url('/curs.png'), auto;
    }



body {
  background-color: white;
  color: black;
  font-family: Verdana;
  background-image: url('3sky.png');
   background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  zoom: 77%;
   cursor: url("https://craicrai.neocities.org/curs.png"), auto; 
}

#bar {
  width:15%;
  height:790px;
  margin:15px;
}




#bulk {
  flex-direction: column;
  display:inline-block;
  justify-content: center;
}

#core {
  vertical-align: top;
    flex-direction: column;
  display:inline-block;
  justify-content: center;

}




#main {
  display:inline-block;
  font-family: "Momo Trust Display";
  font-size: 20px;
  text-align: center;
  vertical-align: center;
  letter-spacing: 2px;
  line-height: 30px;
  height: 90px;
  width: 500px;
  border: 4px solid #FFFFFF;
  border-radius: 6px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
  
  
#blurb {
  font-family: "BoldPixels";
  font-size: 30px;
  text-align: center;
  vertical-align: center;
  letter-spacing: 2px;
  line-height: 0px;
  height: 45px;
  width: 500px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 15px;
  background-color: #F1F5F6;
  border: 4px solid #FFFFFF;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url('DOTS.png');
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}  
  
  
#weee { 
  color: #a8a9bd;
}
  
  
#orange {
  display:inline-block;
 font-size: 26px; 
}
  
#main2 {
  font-family: "BoldPixels";
  font-size: 25px;
  text-align: center;
  vertical-align: center;
  letter-spacing: 2px;
  line-height: 30px;
  height: 620px;
  width: 500px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 15px;
  background-color: #F1F5F6;
  border: 4px solid #FFFFFF;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 1);
  background-image: url('DOTS.png');
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  
}
  
#note {
  font-family: "BoldPixels";
  font-size: 25px;
  text-align: center;
  vertical-align: center;
  letter-spacing: 2px;
  line-height: 30px;
  height: 300px;
  width: 450px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 25px;
  background-color: #F1F5F6;
  border: 6px dotted #b0b0b0;
  border-radius: 5px;
  background-image: url("./LTP/thumb24.png")
}
  
  
#leftpane {
  display:inline-block;
  font-family: "BoldPixels";
  font-size: 25px;
  text-align: center;
  vertical-align: top;
  letter-spacing: 2px;
  line-height: 30px;
  height: 800px;
  width: 200px;
  margin-left: 10px;
  margin-right: 3px;
  background-color: #F1F5F6;
  border: 4px solid #FFFFFF;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url('DOTS.png');
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

#rightpane {
  display:inline-block;
  text-align: center;
  vertical-align: top;
  letter-spacing: 2px;
  line-height: 30px;
  height: 800px;
  width: 200px;
  margin-left: 3px;
  margin-right: 10px;
  background-color: #F1F5F6;
  border: 4px solid #FFFFFF;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url('DOTS.png');
  flex-direction: column;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}


a {
  margin: 10px; /* Applies a 10px margin to the top, right, bottom, and left sides */
}


h3 {
 margin-top: 25px;
 margin-bottom: 2px;
 font-family: "BoldPixels";
}

.overlay {
  position: absolute; /* removes it from the normal layout */
  top: 0;             /* position from top edge of container */
  left: 0;            /* position from left edge */
  width: 500px;       /* adjust as needed */
  pointer-events: none; /* so it doesn’t block clicks */
  z-index: 999;       /* ensures it’s on top */
}
