html {
  height: 100%;
  overflow: hidden;
  background-color: #0033B5;
  background-image: url(../backgrounds/tiles.gif);
}

@font-face {
font-family: 'djb_emphatic'; 
src: url("../fonts/DJB EMPHATIC.ttf") format("truetype");
}

@font-face {
font-family: 'pixel1'; 
src: url("../fonts/VCR_OSD_MONO_1.001.ttf") format("truetype");
}

@font-face {
font-family: 'pixel2'; 
src: url("../fonts/Hardpixel.OTF") format("opentype");
}

@font-face {
font-family: 'pixel3'; 
src: url("../fonts/pixelmix.ttf") format("truetype");
}

title {
  margin-bottom: 10px;
}

head {
  background-image: url("../backgrounds/tiles.gif");
  background-size: 80px 80px;
  position: fixed;
  color: black;
  font-family: 'pixel3';
  font-size:100%;
}

body {
  background-image: url("../backgrounds/tiles.gif");
  background-size: 80px 80px;
  color: black;
  font-family: 'pixel3';
  font-size: calc(0.6vw + 0.3125em);
  overflow: hidden;
  padding-bottom: 20px;
  margin: 0px;
  padding: 0%;
  overflow-x: clip;
}

header {
    width: max-content;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 100;
}

.red {
  color: red;
  text-shadow:0.06em 0.06em black, 0.06em -0.06em 0 black, -0.06em 0.06em 0 black, -0.06em -0.06em 0 black
}

.white{
  color:white;
  text-shadow:0.06em 0.06em black, 0.06em -0.06em 0 black, -0.06em 0.06em 0 black, -0.06em -0.06em 0 black
}

.active {
  color: #2D407F;
}

.container {
  margin: 30px;
    background-image: url(https://file.garden/ZRccwbUQNGkxIJbr/site/gridgray.png);
    background-color: #ffffff;
    border: 5px solid #a7a7a7;
    text-align: left;
    border-radius: 5px;
  padding:10px;
  text-align: left;
}

.container ul {
    width: 40%;
    min-width: fit-content;
    margin: 0px;
}

h1 {
    margin: 10px;
    margin-bottom: 15px;
}

a:link {
  color: red;
}

a:active {
  color: blue;
}

a:visited {
  color: green;
}

a:hover {
  color: hotpink;
}

.flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.artcontainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: -3px;
    width: calc(100% + 6px);
    height: 100%;
    padding: 0px;
}

.articon {
    padding: 0px;
    margin: 3px;
    width: calc(25% - 6px);
    text-align: center;
}

.articon a {
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
}

.articon div {
    width: 100%;
    border-radius: 6px;
    padding: 0px 10px 10px 10px;
    text-align: center;
}

.articon img {
  width: calc(100% - 6px);
  position: relative;
  transition: transform 0.18s;
  cursor: pointer;
}

.articon img:hover {
  transform: scale(1.05);
}


.oc {
  height: calc(350px + 10vw);
  transition: transform 0.18s;
}

.oc:hover {
  transform: scale(1.05);
}

.cover {
    width: 100%;
    flex-direction: row;
    margin-top: -3%;
}

iframe {
  position: absolute;
}

.bigbutton {
  font-size: 2rem;
  text-decoration: none;
  color:white;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s;
}

.bigbutton img {
  width: 15vw;
  padding: 10px 0px;
}

.bigbutton:hover {
  transform: translate(0px, -16px) scale(1.05);
}

.drawings {
    position: unset;
    border: 0px;
    height: 100%;
    width: 100%;
}

.navcont {
    background-image: url(https://file.garden/ZRccwbUQNGkxIJbr/site/gridgray.png);
    background-color: #ffffff;
    border: 5px solid #a7a7a7;
    text-align: left;
    border-radius: 5px;
    padding: 5vw 0px;
}

.buttonlist{
    backdrop-filter: none;
    padding: 0px 2em;
    list-style-type: none;
}

.buttonlist li {
    transition: transform 0.1s;
    padding: 2.5px 0px;
} 

.buttonlist li:hover {
    transform: translate(10px, 0px);
} 

.buttonlist li p {
    padding: 0px 5px;
    margin:0px;
    transition: transform 0.1s;
    cursor: pointer;
} 

.buttonlist li p:hover {
    transform: translate(5px, 0px);
}

hr {
    border: 2px solid grey;
}

.square {
    width: 1em;
    height: 1em;
}

summary:marker {
    color: green;
}

.fade-in {
  opacity: 1;
  transition: opacity 0.5s;
}

.fade-out {
  opacity: 0;
  transition: opacity 0.5s;
}

.ocwindow {
    width: 20vw;
    height: 100vh;
    background: #ffffff;
    overflow:unset;
}

.ocwindow:hover {
    filter: brightness(1.2);
    position: relative;
    z-index: 23;
}

.ocwindow > div {
    width: 19vw;
    height: 95vh;
    padding: 2.5vh 0.5vw;
    align-content: center;
    background-size: cover;
}

.ocwindow > div > img {
    width: 100%;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.ocwindow > div > img:hover {
    transform: scale(1.4);
}

.ocname {
    position: absolute;
    font-size: 4em;
    z-index: 101;
    color: white;
    bottom: -15vh;
    transition: bottom 0.3s ease;
    cursor: pointer;
    width: 20vw;
    text-align: center;
    z-index: 101;
    cursor: default;
}

.ocwindow:hover > div > .ocname {
    bottom: 12vh;
}

#angwindow {
    background-image:linear-gradient(#00008E,#0000FF);
}

#angwindow > div {
    background-image:url(../backgrounds/angtilea.gif);
}

#xylerwindow {
    background-image:linear-gradient(#FF0000,#FF6969);
    overflow: hidden;
}

#xylerwindow > div {
    background-image:url(../backgrounds/xylertilea.gif);
}

#xylerwindow > div > img {
    position: relative;
    width: 130%;
    right: 14%;
}

#xylerwindow > div > img:hover {
    z-index: 0;
}
#xylerwindow:has(div > img:hover )  {
    overflow: unset;
}

#yuuwindow {
    background-image:linear-gradient(#0ECB00,#70F666);
}

#yuuwindow > div {
    background-image:url(../backgrounds/yuutilea.gif);
}

#yuuwindow > div > img {
    position: relative;
    right: 2%;
    top: 8%;
}

#naomiwindow {
    background-image:linear-gradient(#FF3DB6,#FF9FE5);
}

#naomiwindow > div {
    background-image:url(../backgrounds/naomitilea.gif);
}

#wattsywindow {
    background-image:linear-gradient(#FF6D00,#FFA100);
}

#wattsywindow > div {
    background-image:url(../backgrounds/wattsytilea.gif);
}

#wattsywindow > div > img {
    position: relative;
    width: 85%;
    left: 7.5%;
}

#navbar {
    list-style-type: none;
    margin: auto;
    padding: 0.3em;
    overflow: hidden;
    font-family: 'pixel3';
    font-size: calc(0.6vw + 5.5pt);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1), 9px, rgba(0, 0, 0, 0.1)), url(../backgrounds/tile2.png);
    background-color: #333;
    border: 5px solid #2D407F;
    text-align: left;
    border-radius: 0px 0px 4vw 0px;
    border-width: 0px 5px 5px 0px;
    height: fit-content;
    width: 42vw;
}
#navbar li {
  float: left;
  border-right: 2px solid #222;
  filter:grayscale(1) brightness(10);
  padding: 0px 9px;
}

#navbar li .active {
  color: black;
}

#navbar li a:hover:not(.active) {
  filter:brightness(0.5);
}

#navbar li:last-child {
  border-right: none;
}

#navbar li a {
  display: block;
  color: #0035ff;
  text-align: center;
  text-decoration: none;
  transition: transform 0.15s;
}

#navbar .square {
    margin: 10px 1em;
    transition: transform 0.15s;
    width: 2em;
    height: 2em;
}

#navbar li a:hover {
    transform: translate(0px, -5px); scale: 1.1;
}

#logo {
    float: left;
    height: 3em;
    margin: 15px 20px 10px 10px;
}

#logo:hover {
    filter:brightness(1.1);
}

#anticopy {
    text-align: center;
    bottom: 25px;
    left: 0px;
    right: 0px;
    margin: auto;
    color: #000A4E;
    --outline: white;
    text-shadow: 1px 1px 0 var(--outline), 1px -1px 0 var(--outline), -1px 1px 0 var(--outline), -1px -1px 0 var(--outline);
    margin-bottom: 30px;
}

#banner {
    max-width: 90vw;
    max-height: calc(90vw* 10 / 3);
    background-color: black;
    border: 5px solid #a7a7a7;
    width: 45vw;
    margin: auto;
    border-top: 0px;
    position: relative;
    left: 0px;
    right: 0px;
}

@keyframes fadein {
  0% {filter: brightness(0%);}
  5% {filter: brightness(0%);}
  80% {filter: brightness(100%);}
}

#talkcontainer {
    position: relative;
    top: 0px;
    bottom: 0px;
    width: 55%;
    margin: auto;
    max-width: 990px;
}

#talksprite {
    width: 41%;
    position: relative;
    min-width: 128px;
    max-width: 225px;
}

#mebox {
    float: left;
    width: 24%;
    aspect-ratio: 1 / 1;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    margin: 10px;
  
}

#me {
    width: 100%;
    min-width: 64px;
    max-width: 128px;
    border: 5px solid white;
    border-radius: 10px;
    float: left;
    margin: 10px;
}

#currentstatus {
    background-image: url(../backgrounds/clouds.gif);
    background-size: 100%;
    position: absolute;
    left: 30%;
    bottom: 60%;
    width: fit-content;
    height: fit-content;
    padding: 3.5%;
    border: 5px solid #B2C3ED;
    border-radius: 50px;
    border-bottom-left-radius: 0px;
    color: white;
    z-index: 2;
}

#statuscafe {
    padding: .5em;
    background-color: azure;
    border: 1px solid midnightblue;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

#banner {
    margin-bottom: 5px;
    margin-top: 10px;
    border-top-right-radius: 350px;
    border-bottom-left-radius: 350px;
    max-width: 90vw;
    max-height: calc(90vw* 10 / 3);
    background-color: black;
    border: 5px solid #2D407F;
    width: 100%;
    box-shadow: 6px 6px 10px #03061F;
    animation: fadein 3s ease-out;
}

#banner:hover {
    filter:brightness(1.1);
}

@keyframes fadein {
  0% {filter: brightness(0%);}
  5% {filter: brightness(0%);}
  80% {filter: brightness(100%);}
}

#talkcontainer {
    position: relative;
    top: 0px;
    bottom: 0px;
    width: 55%;
    margin: auto;
    max-width: 990px;
}

#talksprite {
    width: 41%;
    position: relative;
    min-width: 128px;
    max-width: 225px;
    left: -1vw;
}

#mebox {
    float: left;
    width: 24%;
    aspect-ratio: 1 / 1;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    margin: 10px;
  
}

#musicheader {
    width: 600px;
    height: 25px;
    background-image: linear-gradient(to right, #161625, #212133, #161625);
    border-style: solid;
    border-width: 4px 4px 2px;
    border-color: #0b0b12 #0b0b12 #0a0918 #0b0b12;
    border-radius: 10px 10px 0px 0px;
    cursor:move;
}

#musicwindow {
    border-style: none solid solid solid;
    border-width: 4px;
    border-color: #0b0b12
}

#music {
    top: 15px;
    left:49.5vw;
    position: absolute;
    z-index: 2;
}

#updatelog {
 background-color: #1B295D;
  width:70%;
  border: 5px solid #2D407F;
  border-radius:5px;
  height:fit-content;
  font-size:100%;
  color:white;
  letter-spacing: 2px;
  overflow-y: scroll;
  list-style: none;
  text-align: left;
  padding:5px;
  max-height: 300px;
  scrollbar-color: #253673 #556395;
}

#volume-div {
    right: -205px;
    transition: 0.3s ease;
    filter: brightness(0.85);
    position:absolute;
    top:0px;
    height: 60px;
    width: 370px;
    border:5px solid #2D407F;
    border-radius:0px 0px 0px 40px;
    text-align: left;
    z-index:999;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 1), 9px, rgba(0, 0, 0, 0.2)), url(../backgrounds/tile2.png);
    border-width:0px 0px 5px 5px
}

#volume-div:hover {
    filter: brightness(1);
    right: 0px;
}

#volumeSlider {
    position:relative;
    top: 12px;
    left: 174px;
    width: 50%;
}

#musicc {
    font-family: 'pixel1';
    color: chartreuse;
    position: relative;
    bottom: 3px;left: 13px;
    font-size: 2em;
    margin: 0px;
    width: fit-content;
}

#volumeInfo {
    font-family: pixel1;
    color: white;
    position: relative;
    bottom: 20px;
    font-size: 1.5em;
    left: 246px;
    margin: 0px;
}