/*https://botoxparty.github.io/XP.css/ was very helpful guide in recreating the windows XP aesthetic!!*/

@font-face {
    font-family: PixelOperator;
    src: url('/Fonts/PixelOperatorMono.ttf');
}

@font-face {
    font-family: PixelOperator;
    src: url('/Fonts/PixelOperatorMono-Bold.ttf');
    font-weight: bold;
}

body {
	font-family: 'PixelOperator';
	font-size: 14px;
    color: white;
	background: #F37C4D;
	text-align: center; 
	background-size: repeat;
	background-attachment: fixed;
  background-position:center;
  background-image: url("https://file.garden/aCJv0FU4PCQNDxo9/tabby%20shrine/postal%20bg");

}

li {
  text-align: left;
  margin-left: 20px
  }

h1 {
  text-align: center;
  font-size: 20px;
  letter-spacing:4px;
  }
  
.left {
  margin-left: auto
  }

.container{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.window {
    margin: 5% auto 4% auto;
    width: 40em;
    box-shadow: inset -1px -1px #00138c,inset 1px 1px #0831d9,inset -2px -2px #001ea0,inset 2px 2px #166aee,inset -3px -3px #003bda,inset 3px 3px #0855dd;
    background-color: wheat;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 0 0 3px;
    -webkit-font-smoothing: antialiased
}

.title-bar {
    font-family: Trebuchet MS;
    background: linear-gradient(180deg,#0997ff,#0053ee 8%,#0050ee 40%,#06f 88%,#06f 93%,#005bff 95%,#003dd7 96%,#003dd7);
    padding: 3px 5px 3px 3px;
    border-top: 1px solid #0831d9;
    border-left: 1px solid #0831d9;
    border-right: 1px solid #001ea0;
    border-top-left-radius: 8px;
    border-top-right-radius: 7px;
    font-size: 13px;
    text-shadow: 1px 1px #0f1089;
    height: 21px
}

.title-bar-text {
    padding-left: 3px
}

.window-body {
    margin: 8px;
    color: black;
    list-style: url("https://file.garden/aCJv0FU4PCQNDxo9/tabby%20shrine/gun.gif");
}

menu[role=tablist] {
    position: relative;
    z-index: 2;
    display: flex;
    padding-left: 4px;
    margin-bottom: -1px;
}

menu[role=tablist] button {
    background: linear-gradient(180deg,#fff,#fafaf9 26%,#f0f0ea 95%,#ecebe5);
    margin-left: -1px;
    margin-right: 2px;
    border-radius: 0;
    border-color: #91a7b4;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    padding: 0 12px 3px
}

menu[role=tablist] button:hover {
    box-shadow: unset;
    border-top: 1px solid #e68b2c;
    box-shadow: inset 0 2px #ffc73c
}

menu[role=tablist] button[aria-selected=true] {
    background: #fcfcfe;
    border-color: #919b9c;
    margin-right: -1px;
    border-bottom: 1px solid transparent;
    border-top: 1px solid #e68b2c;
    box-shadow: inset 0 2px #ffc73c
}

menu[role=tablist] button[aria-selected=true]:first-of-type:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    border-bottom: none;
    top: 100%;
    left: -1px;
    height: 2px;
    width: 0;
    border-left: 1px solid #919b9c
}

article[role=tabpanel] {
    border: 1px solid #d0d0bf;
    border-radius: 4px;
    padding-top: 10px;
    background-color: #fff;
    box-shadow: inset 1px 1px #fcfcfe,inset -1px -1px #fcfcfe,1px 2px 2px 0 rgba(208,206,191,.75);
}

.marquee-box {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.marquee-track {
  display: flex;
  animation: slide 20s linear infinite;
}

.marquee-box:hover .marquee-track {
  animation-play-state: paused;
}

.marquee-track img {
  width: 200-x;
  height: 200px;
  flex-shrink: 0;
  object-fit: cover;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-400%);
  }
}
.marquee img {
  height: 150px;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 10px;
}

.home-button {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-image: url(https://file.garden/aCJv0FU4PCQNDxo9/tabby%20shrine/d03bb636.gif);
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    padding: 0;
    margin: 4px 2px;
    cursor: pointer;
    text-decoration: none;
}

.home-button:active {
    background-image: url(https://file.garden/aCJv0FU4PCQNDxo9/tabby%20shrine/3b480429.gif);
    filter: brightness(0.9);
}


.voice-button{
    width:30px;
    height:30px;
    border: none;
    cursor: pointer;
    background-image: url("https://file.garden/aCJv0FU4PCQNDxo9/tabby%20shrine/sound%20icon.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    display: inline-block;
}

/*Prevent overflow of large images.*/
.box img, .box-noscroll img, .box-round img {
  max-width: 100%;
  height: auto;
  }


/*i'll fix this later*/

/*too lazy to mess with responsiveness/narrow screen compatibility lmao
@media (max-width: 500px) {
  .box, .window, .button{
    width: 85%;
    }
  }
  
@media (orientation: portrait) {
  .box, .window {
    width: 85%;
    }
  }