.sidenav {
  height: 100%;
  width: 160px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #000000;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  display: block;
  font-family: punk;
  font-weight: lighter;
}

 a:hover {
  color: #ffffffd0;
    
    text-shadow:
    -1px -1px 0 #650000,
    1px -1px 0 #650000,
    -1px 1px 0 #650000,
    1px 1px 0 #650000; 
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.main {
  margin-left: 160px; 
  font-size: 13px; 
  padding: 0px 10px;
  height: 100vh;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
html, body {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  background-color:black;
  background-repeat: no-repeat;
  background-size: cover;
  color: rgb(255, 255, 255);
}

.home-bg {
  position: relative;
  background: none;
}

.home-bg::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("stuff/y.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}



.page-scroll-container {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  margin:20px;
}

.page-border-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  border: 20px solid transparent;
  border-image-source: url("stuff/border.png");
  border-image-slice: 30 fill;
  border-image-repeat: round;
  box-sizing: border-box;
}

.page-inner-box {
  position: relative;
  background-image: url("bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  min-height: 100%;
  width: 100%;
  margin: -2px;
  padding: 10px;
  box-sizing: border-box;
}



.banner-img {
  width: 100%;
  height: auto;
}

iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.vidyo{

  width: 300px;
}

@font-face {
  font-family: punkbabe; /* set name */
  src: url(PUNKBABE.ttf); /* url of the font */

}

@font-face {
  font-family: punk; /* set name */
  src: url(Punk.otf); /* url of the font */

}

@font-face {
  font-family: type; /* set name */
  src: url(typewcond_regular.otf); /* url of the font */

}

@font-face {
  font-family: l; /* set name */
  src: url(cursive.ttf); /* url of the font */

}

h1, h2{
  font-family: punk;
  font-weight: lighter; /* use font */
}


h3{
  font-family: l;
  font-weight: lighter; /* use font */
  
}


p{
  font-family: type; /* use font */
  font-size: 13px;
}

ul{
  font-family: type;
  font-size: 13px;
}


a:link, a:visited {
  color: (rgb(154, 0, 0));
  text-decoration: none;
  cursor: crosshair;
}

a:link:active, a:visited:active {
  color: (rgb(255, 255, 255));
}

a {

  color:white;
}

::-webkit-scrollbar {
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3e3e3e;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #111111;
}

.column {
  float: left;
  
  padding: 5px;
}

.section h2 {
  text-align: center;
  color: #ffffff;
  margin-bottom: 12px;
  font-size: 18px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.layout-container {
  display: flex;
  gap: 15px;
  padding: 10px;
  margin: 5px 0;
  width: min-content;
  background-image:linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0.081));
  border-radius: 10px;
  border: 0.6px solid #4b4b4b6c ;
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: min-content;
  
}

.sidebar-btn {
  padding: 10px 15px;
  background-image:linear-gradient(rgb(0, 0, 0), rgba(22, 41, 41, 0.212));
  border: 0.6px solid #535353cf ;
  color: #ffffffae;
  border-radius: 10px;
  font-family: type;
  font-size: 12px;
  cursor: pointer;
}

.sidebar-btn:hover {
  cursor: crosshair;
  background-color: rgba(255, 255, 255, 0.511);
  transition: background-color 0.3s ease;
}

.sidebar-btn.active {
  
  transition: background-color 0.3s ease;
  color: #ffffff5f;
  border: 0.6px solid #000000cf ;
  border-radius: 10px;
  filter: drop-shadow(0 0 9px rgb(0, 0, 0));
  
}


.layout-container .content-box {
  flex: 1;
  border: 0.6px solid #4b4b4b6c ;
  background-image: linear-gradient(rgba(0, 0, 0, 0.325), rgba(117, 76, 76, 0.188));
  border-radius: 10px;
  padding: 15px;
  
  
 
}

.section {
  display: none;
  
}

.section.active {
  display: block;
}

.button-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
  width: max-content;
  
}

.button-list li {
  list-style: none;
  
}

.button-link {
  display: inline-block;
  padding: 8px 12px;
  border: 0.6px solid #4b4b4b6c ;
  background-image: linear-gradient(rgba(96, 85, 85, 0.325), rgba(0, 0, 0, 0.188));
  color: #ecffd2c9;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  font-family: type;
  font-size: 12px;
  cursor: crosshair;
  white-space: nowrap;
}

.button-link:hover {
  cursor: crosshair;
    background-color: rgba(255, 255, 255, 0.223);
    transition: background-color 0.3s ease;
}


       @keyframes shift {
            0% {
                transform: translateX(10%) translateY(10%);
            }

            100% {
                transform: translateX(-10%) translateY(-10%);
            }
        }



