body{
    background-color: rgb(5, 5, 10);
    background-image: linear-gradient(black 8%, transparent 100%);
    color: white;
    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; 
    
    transition: background-color 0.2s ease-in-out;
}



canvas {
  z-index: -1;
  top: 0;
  left: 0;
  position: fixed;
}


.leftbar {
    width: 12%;
    background-color: black;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    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: 999;
    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);
}




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

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

a:visited {
  text-decoration: none;
  color:white;
    
}

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

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

#navigation{
    position:fixed;
    color: red;
    justify-content: space-between;
    display:flex;
    width: 100%;
    top:0;
    left:0;
    
}

.musiccontrols {
   
     transform: translate(-8px, -25px);
	display: flex;
    position: absolute;
    
    gap: 10px;
}


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

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


#header {


    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: 70%;
    
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: background-color 0.5s ease-in-out;
    
}

.onecolumn{
    display:flex;
    flex-direction: column;
    
    gap: 15px;
    transition: 0.5s ease-in-out;
   
}

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

.columns3{
    display: grid;
    gap: 20px;
    grid-template-columns: 2fr 7fr;
    transition:  0.5s ease-in-out;

}

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

}

.columns2{
    background-color: black;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    border: outset 4px slategrey;
    
}

.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: inset 4px slategrey;

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

   
}

/*.popupstupidthing{
    display: block;
    position: absolute; 
    width: 14%;
    transform: translateY(90%);
}

.popupstupidthing img{
    width: 100%;
}

#closebn {
    background-color: darkgrey;
    width: 7%;
    aspect-ratio: 1 / 1;
    z-index: 99;
    float: right;
    transform: translateY(100%);
    
    cursor: pointer;
}*/

.amenufr{
    border: outset 4px slategrey;
    justify-content: center;
    align-items: center;
    display: flex;
   
    background-color: black;
    padding: 10px;
    
    cursor: pointer;

   
}

.hidden {
    display: none;
}



#godwhatamessthisis img {
  width: 32px;

  cursor: pointer;
}


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

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



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

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

#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: 64%;
    transition: background-color 0.5s ease-in-out;

}

#entries1{
    height: 75vh;
    overflow: scroll;
    text-align: center;
    

    display: flex;
    flex-direction: column;
    gap: 20px;


}

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


#contentright{
    
    overflow: scroll;
    height: 76vh;
    text-align: center;
    
    transition: background-color 0.5s ease-in-out;
}


.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;
}



