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

    #divider{
position:relative;
bottom: 6px;
left:0px;
  z-index:-1;}

  #dividertop{
position:relative;
bottom: -11px;
left:0px;
  z-index:-1;}

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

  
.imgcontainer {
		 filter: sepia(20%) hue-rotate(20deg) saturate(1) brightness(0.6);
		}
		 
		.imgcontainer:hover {
		 filter: none;
		}
  
  .music {
		 filter: sepia(80%) hue-rotate(40deg) saturate(1) brightness(0.9);
		}
  
.button {
  border: none;
   height:25px;
    width:100%;
     margin:0.2em;
     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;
}
  
  .flex-container {
  display: flex;
  flex-wrap: nowrap;
}

.flex-container > div {
  width: 100%;
  margin: 10px;
  text-align: center;
}
  
  .ftpg {
       border: 1px solid #DDDDDD;
       width: 200px;
       height: 200px;
       position: relative;
    }
    .frameimg {
       float: left;
       position: absolute;
       left: -5px;
       top: -2px;
       z-index: 1000;
      filter:drop-shadow(1px 1px 0 #111) drop-shadow(-1px 1px 0 #111) drop-shadow(0 -1px 0 #111) drop-shadow(1px 0 #111);
    }



  .inner {
    background-color: #000;
    border: 1px solid #111;
      padding:0.5em;
    background: url(/images/paper2.jpg);
     background-size:93%;
background-position: -0px -50px;
     border-radius: 3px; 
    color: #3d2b1f;
  }
  
  
   .box1 {
    background-color: #000;
    background:url(/images/brownstars.jpg);
    border: 1px solid #111;
    padding:0.25em;
     border-radius: 4px; 
     color: #f1e4d1;
     margin-bottom:0.5em;
}
  
   .box {
    border: 1px solid #555;
    padding:0.5em;
    border-radius: 3px; 
     color:#3d2b1f;
}
  
   .box2 {
    background-color: #000;
    border: 1px solid #555;
    padding:0.5em;
    border-radius: 3px; 
}
  
  
    .chatbox {
    background-image: url(/images/chatbg.jpg);
  background-size:100%;
background-position:-0px -3px;
     text-align: left;
     font-size:smaller;
    border: 1px solid #555;
    padding:1.5em;
    border-radius: 5px; 
}
  
  
   .boxnav {
    background-image: url(/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(/images/brownstars.jpg);
    border: 1px solid #111;
    padding:0.25em;
     border-radius: 35px 35px 1px 1px; 
}
  
  .boxnavinner {
    border: 1px solid #111;
      padding:0.5em;
    background: url(/images/paper2.jpg);
     background-size:93%;
background-position: -0px -0px;
     border-radius: 30px 30px 1px 1px; 
    color: #3d2b1f;
  }
  
  #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;}

#speechbubble{
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:absolute;
bottom:-120px;
left:26px;
  z-index:-1;
 animation: jerkr 2s infinite;}
  
  #pushpin{
filter:drop-shadow(1px 1px 0 #3d2b1f  ) drop-shadow(-1px 1px 0 #3d2b1f  ) drop-shadow(0 -1px 0 #3d2b1f  ) drop-shadow(1px 0 #3d2b1f  );
position:relative;
bottom:-10px;
left: 30px;
    rotate: -7deg;
  z-index:1;}
  
 

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


.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 white)
                  drop-shadow(-1px -1px 0 white);
  filter: drop-shadow(1px 1px 0 white) 
          drop-shadow(-1px -1px 0 white);
}

* {
    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: 950px;
    margin: 0 auto;
}

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

.nav a:hover {
  color: #bcb88a ;
  text-decoration: underline;
}

.boxnav a{
    color: #4a5d23;
}

.boxnav a:hover {
  color: #8a9a5b;
}

#footer a{
    color: #3d2b1f;
  text-decoration:none;
}

#footer a:hover {
  color: #8a9a5b;
  text-decoration:underline;
}

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

.inner a:hover {
  color: #8a9a5b;
  text-decoration: underline;
}

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

 a:hover {
  color: #bcb88a ;
  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(/images/brownstars.jpg);
     background-size:50%;
background-position: -0px -0px;
    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;
}

.phone img {
  filter:drop-shadow(1px 1px 0 #111) drop-shadow(-1px 1px 0 #111) drop-shadow(0 -1px 0 #111) drop-shadow(1px 0 #111);
}

  .phone:hover {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}
  
  .imgtxt {
  width: fit-content;
  height: fit-content;
  display: inline-block;
  position: relative;
}
.imgtxt span {
  opacity: 0;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 2.5rem;
}
.imgtxt:hover span, .imgtxt:focus span {
  opacity: 1;
}
.imgtxt:hover img, .imgtxt:focus img {
  /* add hover effects like transform or filter to your images here! */
}
	

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
  

#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; */
}

#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 {
    width: 100%;
    height: 20px;
    text-align: center;
  text-size: 10px;
      padding:0.5em;
     border-radius: 3px; 
    color: #3d2b1f;
  }
}

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(/images/greenfab.jpg);
  text-align: right;
  background-size:100%;
background-position: -0px -0px;
    background-color: #000;
    border: 1px solid #111;
    padding: 0em 1em 0em 0em;
  opacity: 0.9;
  border-radius: 90px 50px 0px 90px;
}
  
.smlbox {
   background-image: url(/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;}
  
  .moodbox {
    background-color: transparent;
  text-align: center;
  color: #3d2b1f ;
  margin-top:.0em;
  opacity: 0.9;}
  
  
  .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;
    }
}



#statuscafe {
    padding: .5em;
    height: auto;
    opacity: 0.9;
    color: #3d2b1f;
    text-align: center;
}

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

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


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


 /* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: transparent;
  padding: 0.1em;
  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 {
  font-stretch: expanded;
}

/* 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: #3d2b1f;
  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: transparent transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
} 
  
  

.button1 {
  background:url(/images/brownstars.jpg); 
    background-size:120%;
background-position: -0px -0px;
  color: white; 
  border: 1px solid #000;
}

.button1:hover {
  background-color: #232b2b ;
   filter: sepia(70%) hue-rotate(70deg) saturate(0.7) brightness(0.9);
  color: white;
}
  
textarea{
background-color: #111;
color: #fff; }

  sup {
  vertical-align: super;
  font-size: smaller;
    color: #bcb88a;
}
  
    #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:340px;
left:-10px;
  z-index:-1;}