@font-face {
  font-family: 'eurocaps';
  src: url('fonts/EUROCAPS.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'eurostile';
  src: url('fonts/eurostile.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}



input{visibility: hidden; opacity: 0;
position: fixed;}
body{
  background: #0d1117;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0;
    font-family: 'eurocaps', serif;
}

.navbar{
    background-color: #080a0e;
    width: 100%;
    border: 0;
    border-bottom: 1px;
    height: 71px;

    border-color: aliceblue;
    border-style: solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;

}

#rightsiders{
    display: flex;
    text-align:center;
    margin-right: 1px;
}

.rightside-buttons{
 color: whitesmoke;
 font-size: 30px;
 margin: 20px;
 caret-color: transparent;
 user-select: none;
 cursor: pointer;
 text-decoration: none;
}

.logo{
    color: whitesmoke;
    text-align: center;
    margin-left: 22px;
    font-size: 42px;
    caret-color: transparent;
    user-select: none;

}
.middle{
    width: 100vw;
    height: 100vh;
    display: flex;
  background: #0d1117;

}
.side_panel{ 
  
background-color: #080a0e;
    height: 100%;
    width: 220px;
    z-index: 2;
    
    display:flex;
    flex-direction: column;
    flex-shrink: 0;

    text-align: center;
    
    border: 0;
    border-right: 1px;
    border-color: aliceblue;
    border-style: solid;


  transform: translateX(0%);
  transition: transform 0.4s ease-in-out;
  pointer-events: auto;
  opacity: 1;

    transition:
      transform 0.4s ease-in-out,
      opacity 0.4s ease-in-out;
}

#sidebar-toggle:checked ~ .side_panel  {
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
  position: fixed;
  /* no transition or delay here! */
}
#sidebar-toggle:checked ~ .content  {
  margin-right: 110px;
  margin-left: 110px;
}


@media (max-width: 800px) {
#sidebar-toggle:checked ~ .content  {
  margin-right: 5px;
  margin-left: 5px;
}

#imagee{
    height: 225px;
    width: 300px;
}

#homebuttononnavbar{
  display: none;
}
.side_panel{
  transform: translateX(-100%);
  opacity: 0;
    pointer-events: none;
  position: fixed;
}
#sidebar-toggle:checked ~ .side_panel  {
  transform: translateX(0%);
  opacity: 1;
  pointer-events: all;
  width: 100vw;
  /* no transition or delay here! */
}

}


.pLink{
    margin: 13px;
    color: whitesmoke;
    
    
}

.pLink a {
    color: whitesmoke;
    text-decoration: none;
    font-size: 18px;
        caret-color: transparent;
    user-select: none;
}

#current{
    color: rgb(178, 252, 255);
}

.content{
  font-family: eurostile, sans-serif;
  flex-grow: 1;
  background: #0d1117;
  color: whitesmoke;
  padding: 20px;
  box-sizing: border-box;

  display: flex;
  
  justify-content: top;
  overflow-x: hidden;
  overflow-y: scroll;
  flex-direction: column;
  align-items: top;
  align-content: top;
  text-align: center;

      transition: margin 0.4s ease-in-out;



 
}




.Hero{
    font-size: 45px;
    margin: 30px;
}

.middlee{
    font-size: 19px;
    color: rgba(255, 255, 255, 0.959);
    margin: 35px;
    text-align: left;
    
}
.smallee{
    font-size: 13px;
    color: rgb(168, 168, 168);
}

#imagee{
    height: auto;
    width: 600px;
}
#imagee2{
    height: 400px;
    width: 300px;
    transform: rotate(-90deg);
}

.img-wrapper {
  height: 355px;
}



@media (max-width: 800px) {
#imagee{
    height: 225px;
    width: 300px;
}
.middlee{
  margin: 5px;
}
.logo{
  font-size: 28px;
}
.rightside-buttons{
  font-size: 24px;
}

#imagee2{
  width: calc(200px);
  height: auto;
}

#imagee{
  width: 250px;
  height: auto;
}

}



.b8831{
  padding-bottom: 200px;
}









  .crt::before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 3;
  background-size: 100% 2.4px, 3px 100%;
  pointer-events: none;
}

@keyframes flicker {
  0% {
  opacity: 0.27061;
  }
  5% {
  opacity: 0.34069;
  }
  10% {
  opacity: 0.23004;
  }
  15% {
  opacity: 0.10026;
  }
  20% {
  opacity: 0.18028;
  }
  25% {
  opacity: 0.10026;
  }
  30% {
  opacity: 0.1428;
  }
  35% {
  opacity: 0.20604;
  }
}

.crt::after {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(18, 16, 16, 0.1);
  opacity: 0;
  z-index: 3;
  pointer-events: none;
  animation: flicker 0.15s infinite;

} 

.rainbow-text {
  display: inline;
  font-weight: bold;
  background: linear-gradient(
    270deg,
    red,
    orange,
    yellow,
    green,
    blue,
    indigo,
    violet,
    red
  );
  background-size: 1400% 1400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
          background-clip: text;
          text-fill-color: transparent;
  animation: rainbowAnimation 4s linear infinite;
}

@keyframes rainbowAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
