@font-face{
  font-family: "FreePixel";
  src: url(/assets/fonts/FreePixel.ttf);
}

 /* unvisited link */
a:link {
  color: rgb(0, 128, 128);
}

/* visited link */
a:visited {
  color: rgb(0, 128, 128);
}

/* mouse over link */
a:hover {
  color: rgb(136, 221, 221);
}

/* selected link */
a:active {
  color: rgb(0, 172, 230);
} 

body {
  background-image: url(/assets/images/num.gif);
  background-repeat: repeat;
  background-attachment: fixed;
  background-color: #000;
  font-family: FreePixel, monospace;
  color: white;
  font-size: medium;
  min-height: 1000vh; /* Set a minimum height to ensure scrollability */
  display: block;
  margin: 0;
}

div {
  display: block;
}

.content-wide {
  max-width: 720px;
  background-color:rgba(40, 48, 48, 0.75);
  margin:18px auto 0px auto;
  padding:  24px;
  width: 95%;
}

.content-wide p {
  margin-left: 10px
  line-height: 1.5;
}

.content {
  max-width: 540px;
  background-color:rgba(40, 48, 48, 0.75);
  margin:18px auto 0px auto;
  padding:  24px;
  width: 95%;
}

.content p {
    margin-left: 10px;
    line-height: 1.5;
}

.pgp {
  max-width: 540px;
  background-color:rgba(102, 153, 153, 0.75);
  margin:18px auto 0px auto;
  padding:  24px;
  width: 95%;
}

.pgp p {
    margin-left: 10px;
    line-height: 1.5;
}

#banner, #navbar {
margin-top: 18px;
width: 350px;
text-align: center;
font-weight: 700;
color: white;
font-size: 30px;
padding: 4px;
}

#navbar {
    width: 350px;
    font-size: 15px;
    margin-top: 6px;
}

hr {
    width: 350px;
    margin-top:  18px;
}

nav {
  
}

.footer {
    position:fixed;
    bottom: 0px;
    width:  100%;
    text-align: center;
    padding: 10px 0;
}

.blinkies {
    margin: 5px auto 0px auto;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}

.blinkies img {
width: 20%;
}

h1 {
    text-align: center;
    margin: 0px;
}

h2 {
    text-align: center;
    margin: 0px;
}

#media {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.context {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: small;
    color: darkgray;
    font-family: monospace;
  }

.subtext {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: small;
    letter-spacing: 5px;
    color: darkgray;
    font-family: monospace;
}

#pgp {
  max-width: auto;
  text-align: center;
  background-color:rgba(156, 85, 129, 0.75);
  margin:0px auto 0px auto;
  width: fit-content; 
}

#banner-subtext {
    color: fuchsia;
    animation: rainbow-color-change 8s infinite linear;
    margin-top: 5px;
    
}

@keyframes rainbow-color-change {
    0% {
      color: red;
    }
    14.28% {
      color: orange;
    }
    28.57% {
      color: yellow;
    }
    42.85% {
      color: green;
    }
    57.14% {
      color: blue;
    }
    71.42% {
      color: blueviolet;
    }
    85.71% {
      color: fuchsia;
    }
    100% {
      color: red;
    }
}


 /* Hide scrollbar for Chrome, Safari and Opera */
 body::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

html {  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */}

  .flexbox-container {
    display: flex;
    flex-direction: row;
    gap: 9px;
    justify-content: center;
    background-color: rgba(39, 48, 48, 0.75);
    margin: 9px 100px 10px 100px; /* Adjust the margin as needed */
    padding: 3px;
}

.flexbox-container img {
  width: 49%;
  height: auto;
  margin: 9px;

}

#webring {display:flex; flex-flow:row wrap;}

.alignleft {
  width: 33.33333%;
  text-align: left;
}
.aligncenter {
  width: 33.33333%;
  text-align: center;
}
.alignright {
  width: 33.33333%;
  text-align: right;
}

@media screen and (max-width:767px){
  .show-desktop{
     display:none;
   }
}
