body{
    background-color: #000000;
    background-image: linear-gradient(transparent 70%, rgb(5, 5, 10) 100%);
    color: #000000;
    size: large;
    font-family: "Times New Roman", Times, serif;

    background-size: cover;       /* Scales the image to fill the entire screen */
  background-position: center;  /* Centers the image perfectly */
  background-repeat: no-repeat; /* Prevents the image from tiling */
  background-attachment: fixed; 

}


.leftbar {
    width: 12%;
    background-color: black;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer;

    -webkit-box-shadow:0px 0px 9px 9px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 9px 9px rgba(0,0,0,1);
    box-shadow: 0px 0px 9px 9px rgba(0,0,0,1);
  
}

.rightbar {
    width: 12%;
    background-color: black;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer;

    -webkit-box-shadow:0px 0px 9px 9px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 9px 9px rgba(0,0,0,1);
    box-shadow: 0px 0px 9px 9px rgba(0,0,0,1);
}

.backgroundcontaier{
    background-color: #201c6c;
    z-index: -999;
}

.backgroundcontaier img {
    position: fixed;
    inset: -5%;
    width: 110%;
    height: 110%;
    object-fit: stretch;   
    z-index: -999;

    transition: transform 0.05 linear;

}


body p, h1, i{
    padding: 15px;
}

a:link {
  text-decoration: none;
  color:#860000;
    transition: 1.4s ease;
}

a:visited {
  text-decoration: none;
  color:#860000;
    
}

a:hover {
  text-decoration: none;
  color:red;
}

a:active {
  text-decoration: none;
    color:red;
}

.navigation {
    position:fixed;
    color: #ffffff;
    justify-content: space-between;
    display:flex;
    width: 76%;
    top:0;
    left:0;

 

    margin-left: 12%;
    margin-right: 12%;
    margin-top: 5px;
    
}




.musiccontrols {
	display: flex;
    gap: 10px;
}


.musiccontrols img {
  width: 22px;
  transition: 0.5s ease;
  cursor: pointer;
  transform: translate(5px, 0px);
}

.musiccontrols img:hover{
  width: 35px;
}

.aconspiracy {
	display: flex;
    gap: 10px;
}

#thecryptidsarecontrollingtheweather {
    display: none;
}

.aconspiracy img {
  width: 25px;
  height: 25px;
  transition: 0.5s ease;
  cursor: pointer;
  transform: translate(-6px, -3px);
}

.aconspiracy img:hover{
  width: 40px;
   height: 40px;
}



#header {

    border-radius: 3%;


    padding:2vh;
    margin-bottom: 4vh;

    width: 90%;
    margin-left: auto;
    margin-right: auto;
    z-index:-9999;

}


#pagecontent{
    margin-top: -60px;
 
    margin-left: auto;
    margin-right: auto;

    width: 60%;
    
    display: flex;
    flex-direction: column;
    gap: 20px;
    
}

.onecolumn{
    display:flex;
    flex-direction: column;
    
    gap: 7vh;

   
   
}

.columns{
    display: grid;
    gap: 40px;
    grid-template-columns: 2fr 1fr;
    
}

.columns3{
    display: grid;
    gap: 20px;
    grid-template-columns: 4fr 7fr;

}

.columns4{
    display: grid;
    gap: 20px;
    grid-template-columns: 3fr 1fr;

}

.columns2{
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    
}

.columns > .onecolumn,
.columns > .columns2 {
    min-width: 0; /*god, this is such a mess*/
}

#thingscangohere{
    border: solid 5px red;
    
    height:200px;
  
}

#meagersocials{
    border: solid 5px lightblue;
    text-align: left;


}

.infofr{
    border: outset 4px rgb(134, 0, 0);


    flex-grow:1;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;

   
}

.window{
    background-color: red;
    aspect-ratio: 1 / 1;
    position: absolute;
    transform: translateX(-38%) translateY(78%) scaleZ(0.35) rotate(180deg);

    z-index: 40;

    width: 25%;

    pointer-events: none;
    overflow: hidden;




   
}

.window img {
    position: absolute;
    inset: -5%;
    width: 110%;
    height: 110%;
    object-fit: cover;

    transition: transform 0.05 linear;
}


.peeper{
    background-color: red;
    aspect-ratio: 1 / 1;
  
    position: relative;
    z-index: -11;

    width: 100%;
    pointer-events: none;
    overflow: hidden;

}


.peeper img {
    position: absolute;
    inset: -5%;
    width: 120%;
    height: 120%;
    object-fit: cover;
  
    transition: transform 0.05 linear;
}


#thebuttonfr {

    position: absolute;
    transform: translateX(320%) translateY(-170%);

    z-index: 10;

    cursor: pointer;
    


}


#confess {
    position: absolute;
    color: grey;
    transform: rotate(180deg) translateY(-95%) translateX(5%);
    font-size: x-large;

}

.jazz {
color: red; 
transform: rotate(180deg) translateY(10%) translateX(5%); 
z-index: 90; 
border: none; 
font-size: xx-large;
text-align: center;
}


#statci {
    cursor: pointer;
}


.mainpagebox{

    background-color: black; 

    cursor: pointer;
    border-radius: 3%;

    flex-grow:1;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;


    -webkit-box-shadow:0px 0px 9px 9px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 9px 9px rgba(0,0,0,1);
    box-shadow: 0px 0px 9px 9px rgba(0,0,0,1);


   
}



.infofr h4, .infofr p {
    display: block;
    

}


#sponsors{
    padding: 30px;
    text-align: center;
    background-color: transparent;
    margin-top:15px;
 
}



.blank{
    justify-content: space-evenly;
    display: flex;
    flex-direction: column;
    gap: 15px;
    
}

/*------------------------------*/

#backbtn{
cursor: pointer;
color:white;
position: fixed;
bottom: 2vh;
left: 2vh;
height: 2vh;
z-index: 4;

transition: 1.4s ease;
}

#backbtn:hover{
 color:red;
  height: 3vh;
}

#container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    width: 70%;
    

}

#entries1{
    border: solid 5px lightgrey;
    height: 73vh;
    text-align: center;

}

#contentRight2 img {
  max-width: 100%;
  height: auto;
  display: block;
}


#contentright{
    
    text-align: center;
}



.imageitem img{

    width: 100%;

}

::-webkit-scrollbar {
  width: 0px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px transparent;
  
}



::-webkit-scrollbar-thumb {
  background: darkred;
  border-radius: 10px;
}

.lavalampOn{
    box-shadow: 0 0 70px 5px #201c6c; 
    border: solid 5px #6e55a4;
 

    flex-grow:1;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;

  
}

.lavalampOff{
    border: solid 5px #17212b;
    box-shadow: none;

    flex-grow:1;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;

  
}


/* you promised youd take me there again someday, but you never did */

#snow {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 30;
  
}

