body{
    background-color: black;
    color: white;
    size: large;
    font-family: "Times New Roman", Times, serif;
}



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


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 {
	display: flex;
    gap: 10px;
}


.musiccontrols img {
  width: 22px;
  transition: 0.5s ease;
  cursor: pointer;
}

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


#header {
    border: solid 5px orange;
    text-align: center;
}


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

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

.onecolumn{
    display:flex;
    flex-direction: column;
    
     gap: 15px;
   
}

.columns{
    display: grid;
    gap: 20px;
    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: solid 5px red;

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

   
}

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

#contentright2{
    
}

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

  
}

