@import url('https://fonts.googleapis.com/css2?family=Lacquer&family=Reenie+Beanie&display=swap');

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

@keyframes flicker {
  0% {
  opacity: 0;
  }
  5% {
  opacity: 0;
  }
  10% {
  opacity: 0;
  }
  15% {
  opacity: 0;
  }
  20% {
  opacity: 0;
  }
  25% {
  opacity: 0;
  }
  30% {ac
  opacity: 0;
  }
  35% {
  opacity: 0;
  }
}

.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: 2;
  pointer-events: none;
  animation: flicker 0.15s infinite;
}
  .blinkermarquee {
	width: fit-content;
	height: fit-content;
	animation: blinkmarqmoving 120s linear;
	display: flex;
	flex-direction: row;
	align-items: baseline;
	flex-wrap: nowrap;
	transform: translate(183px, -1px);
	animation-iteration-count: infinite;
	gap: 0.3rem;
}

:root {
    content: #43256e;
}



#leftSidebar {
    order: 1;
    position: sticky;
    top: 0;
  font-size: 12px;
    max-height: 20px; /* calc(100vh + 20px); #length of sidebar */
  width: 250px;
   }

.button {
  border: none;
   height:25px;
    width:193px;
     margin:2px;
     font-family: "MS Gothic", monospace;
  text-align: center;
  transition-duration: 0.4s;
    border-radius: 3px;
    opacity:0.9;
}
  
    #png {
  -webkit-filter: drop-shadow(1px 1px 0 white)
                  drop-shadow(-1px -1px 0 white);
  filter: drop-shadow(1px 1px 0 white) 
          drop-shadow(-1px -1px 0 white);
}

 .button2 {
  background-color: #111; 
  color: #2b2b2b; 
  border: 1px solid #111;
}

.button2:hover {
  background-color: #111 ;
  color: #2b2b2b;
}


  .inner {
    background-color: #000;
    border: 1px solid #111;
      padding:0.5em;
    background: url(https://vulpecula.neocities.org/images/paper2.jpg);
     background-size:93%;
background-position: -0px -0px;
     border-radius: 3px; 
    color: #3d2b1f;
  }
  
   .box1 {
    background-color: #000;
    background:url(https://vulpecula.neocities.org/images/brownstars.jpg);
    border: 1px solid #111;
    padding:0.5em;
     border-radius: 4px; 
     color: #f1e4d1;
}
  
   .box {
    border: 1px solid #555;
    padding:0.5em;
    border-radius: 3px; 
}
  
   .box2 {
    background-color: #000;
    border: 1px solid #555;
    padding:0.5em;
    border-radius: 3px; 
}
  
  
  
   .boxnav {
    background-image: url(https://vulpecula.neocities.org/images/clovers.jpg);
  background-size:100%;
background-position:-0px 0px;
     text-align: left;
     font-size:smaller;
    border: 1px solid #555;
    padding:0.5em;
    border-radius: 30px 30px 3px 3px; 
}
  
   .boxnav1 {
    background-color: #000;
    background:url(https://vulpecula.neocities.org/images/brownstars.jpg);
    border: 1px solid #111;
    padding:0.5em;
     border-radius: 35px 35px 1px 1px; 
}
  
  #divdecor{
filter:drop-shadow(1px 1px 0 #111) drop-shadow(-1px 1px 0 #111) drop-shadow(0 -1px 0 #111) drop-shadow(1px 0 #111);
position:relative;
bottom:-87px;
left:-65px;
  z-index:1;}
  
  #divstamp{
filter:drop-shadow(1px 1px 0 #111) drop-shadow(-1px 1px 0 #111) drop-shadow(0 -1px 0 #111) drop-shadow(1px 0 #111);
position:relative;
bottom:290px;
left:-20px;
  z-index:-1;}

body {
    font-family: "MS Gothic", monospace;
    margin: 0;
   background-image: url(https://vulpecula.neocities.org/images/greenstars.jpg);
  background-attachment: repeat; 
    background-color: #000000;
    color: #000;
    font-size: 12px;
   cursor: url("/images/cursor.png"), auto;
}


.sixtyfour-<uniquifier> {
  font-family: "Sixtyfour", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "BLED" 0,
    "SCAN" 0;
}


     .crunch {
 image-rendering: pixelated; 
}
  
   #outline {
  -webkit-filter: drop-shadow(1px 1px 0 #f1e4d1)
                  drop-shadow(-1px -1px 0 #f1e4d1);
  filter: drop-shadow(1px 1px 0 #f1e4d1) 
          drop-shadow(-1px -1px 0 #f1e4d1);
}

* {
    box-sizing: border-box;
}

@keyframes jerk {
    0% {
      transform: rotate(1deg);
    }

    50% {
      transform: rotate(1deg);
    }

    51% {
      transform: rotate(-1deg);
    }

    100% {
      transform: rotate(-1deg);
    }
  }

  @keyframes jerkr {
    0% {
      transform: rotate(-1deg);
    }

    50% {
      transform: rotate(-1deg);
    }

    51% {
      transform: rotate(1deg);
    }

    100% {
      transform: rotate(1deg);
    }
  }

#container { /* base */
    max-width: 900px;
    margin: 0 auto;
}

.nav a{
    color: #f1e4d1;
    text-decoration: none;
}

.nav a:hover {
  color: #bcb88a ;
    cursor: url("/images/cursor1.png"), auto;
  text-decoration: underline;
}

.boxnav a{
    color: #4a5d23;
}

.boxnav a:hover {
  color: #8a9a5b;
    cursor: url("/images/cursor1.png"), auto;
}

#footer a{
    color: #3d2b1f  ;
}

#footer a:hover {
  color: #8a9a5b;
    cursor: url("/images/cursor1.png"), auto;
}

.inner a{
    color: #4a5d23;
  text-decoration: none;
}

.inner a:hover {
  color: #8a9a5b;
    cursor: url("/images/cursor1.png"), auto;
  text-decoration: underline;
}
::selection {
    background: #a9ba9d;
    color: #4d5d53;
}
  
  nav {
	width: 100%;
	margin-top: 0.2em;
	text-align: center;
	padding: 0.3em;
     background-color: #000;
    border: 1px solid #111;
  opacity: 0.9;
     font-size: 13px;
    background: url(https://vulpecula.neocities.org/images/brownstars.jpg);
    border-radius:3px;
}

  ul {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
  color: #f1e4d1;
}

li {
	display: inline-block;
	text-transform: uppercase;
	padding: 0.5em 0.3em;
}

li a {
	color: #fceaff;
}

  

#leftnav a {
    color: #fceaff;
    text-decoration: none;
    
}

#leftnav a:hover {
        color: #fff;
        text-decoration: none;
        text-shadow:0 0 20px #fff, 0 0 20px #fff;
}

#flex {
    display: flex;
    /* height:1141.5px; */
}

/*aside {
    background-color: rgba(255, 0, 0, 0);
    width: 210px;
    padding: 20px;
    font-size: smaller;
}

main {
    background-color: rgba(255, 0, 0, 0);
    flex: 1;
    padding: 20px;
    order: 2;
}

#leftSidebar {
    order: 1;
}

#rightSidebar {
    order: 3;
} */

#flex {
    display: flex;
}

aside {
    background-color: rgba(255, 0, 0, 0);
    width: 210px;
    padding: 20px;
   font-size: 13px;
    position: sticky;
    top: 0;
}

main {
    background-color: rgba(255, 0, 0, 0);
    flex: 1;
    padding: 20px;
    order: 2;
  font-size: 13px;
}

#rightSidebar {
    order: 3;
    position: sticky;
    top: 0;
    max-height: 20px; /* calc(100vh + 20px); #length of sidebar */
}

footer {
    background-color: rgba(255, 0, 0, 0);
    width: 100%;
    height: 20px;
    padding: 1px;
    text-align: center;
  text-size: 10px;
}

h1 {
    font-size: 12px;
  font-family: "MS Gothic", monospace;
  color:#fff;
  display: inline-block;
}
h2 {
  
margin:0px;
padding:0px;
font-family: "Reenie Beanie", monospace;
font-size:21px;
color:#f1e4d1;
position:relative;
filter: drop-shadow(0px 1px #454d32  ) drop-shadow(0 -1px #454d32  ) drop-shadow(1px 0 #454d32  ) drop-shadow(-1px 0 #454d32 );
}

h3{
margin:0px;
padding:0px;
font-family: "Reenie Beanie", monospace;
font-size:30px;
color:#f1e4d1;
position:relative;
z-index:1;
filter: drop-shadow(0px 1px #454d32  ) drop-shadow(0 -1px #454d32  ) drop-shadow(1px 0 #454d32  ) drop-shadow(-1px 0 #454d32 );}

h4{
margin:0px;
padding:0px;
font-family: "Reenie Beanie", monospace;
font-size:50px;
color:#f1e4d1;
position:relative;
filter: drop-shadow(0px 2px #454d32  ) drop-shadow(0 -2px #454d32  ) drop-shadow(2px 0 #454d32  ) drop-shadow(-2px 0 #454d32 );}
  
  h5 {
  text-shadow: 0 0 20px;
  color: #fff;
  font-family: "Sixtyfour", sans-serif;
  font-size: 12px;
}

strong {
    color: #fff;

}

.headerbox {
  background-image: url(https://vulpecula.neocities.org/images/greenfab.jpg);
  background-size:100%;
background-position: -0px -0px;
    background-color: #000;
    border: 1px solid #111;
    padding: 1px;
  opacity: 0.9;
  border-radius: 90px 50px 0px 90px;
}
.smlbox {
   background-image: url(https://vulpecula.neocities.org/images/greenfab.jpg);
 background-size:100%;
background-position: -0px -0px;
    background-color: #000;
    border: 1px solid #111;
  text-align: center;
  color: #fff;
    padding: .5em;
  margin-top:.1em;
  opacity: 0.9;
  border-radius: 3px;}
  
  
  .midbox {
    background-color: #111;
    border: 1px solid #fff;
   opacity: 0.9;
  
}

#topBar {
    width: 100%;
    height: 30px;
    padding: 10px;
    font-size: smaller;
    background-color: #13092D;
}

@media only screen and (max-width: 800px) {
    #flex {
        flex-wrap: wrap;
    }

    aside {
        width: 100%;
    }

    main {
        order: 1;
    }

    #leftSidebar {
        order: 2;
    }

    #navbar ul {
        flex-wrap: wrap;
    }
}

 .statusbox {
    background:url(https://vulpecula.neocities.org/images/greenfab.jpg);
    border: 1px solid #3d2b1f;
    padding:0.1em;
     border-radius: 4px; 
}

#statuscafe {
    padding: .5em;
    height: auto;
    width: 160px;
    opacity: 0.9;
    color: #f1e4d1;
}

#statuscafe a {
    margin-bottom: .5em;
    color: #3d2b1f;
}

#statuscafe a:hover {
    color: #bcb88a;
}


#statuscafe-username {
    margin-bottom: .5em;
    color: #bcb88a;
}


 /* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: transparent;
  cursor: url(/images/cursor2.png);
  padding: 0.5em;
  width: 100%;
  border: none;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
   text-shadow:0 0 10px #f1e4d1;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  display: none;
  overflow: hidden;
} 

marquee {
    border-top: #fff 0px solid;
    border-bottom: #fff 0px solid;
}

table {
    width: 100%;
     border-collapse: collapse;
}

th, td {
    border: 0px solid #111;
    text-align: left;
    padding: 8px;
}

th {
    background-color: black;
}
  
p {
    text-shadow:0 0 20px #ffffff4a
}

/*#flex {
    border: 1px dotted #161662;
    border-radius: 12px;
    padding:20px;
    padding-top: 0px;
}*/
  
  /* grid container */
.responsive-two-column-grid {
    display:block;
}

/* columns */
.responsive-two-column-grid > * {
    padding:1rem;
}

/* tablet breakpoint */
@media (min-width:768px) {
    .responsive-two-column-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
  
}/* container */
.responsive-two-column-grid {
    display:block;
}

/* columns */
.responsive-two-column-grid > * {
    padding:1rem;
}

/* tablet breakpoint */
@media (min-width:768px) {
    .responsive-two-column-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
  
   /* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: #232b2b ;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -50px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
} 
  
  .button {
  border: none;
   height:50px;
    width:185px;
  text-align: center;
  transition-duration: 0.4s;
    border-radius: 2px;
    opacity:0.9;
}

.button1 {
  background-color: #111; 
  color: white; 
  border: 1px solid #111;
}

.button1:hover {
  background-color: #232b2b ;
  color: white;
}
