html {
  height: 100%;
  overflow: auto;
}

@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-size: 80px 80px;
  position: fixed;
  color: black;
  font-family: 'pixel3';
  font-size:100%;
}

body {
  background-size: 80px 80px;
  color: black;
  font-family: 'pixel3';
  font-size: calc(0.6vw + 0.3125em);
  overflow: auto;
  padding-bottom: 20px;
  margin: 0px;
  padding: 0%;
  overflow-x: clip;
}

header {
  margin-bottom: 5.6%;
  width: calc(100% - 8px);
  margin-left: 8px;
}

.red {
  color: red;
  text-shadow: 2px 2px 0 black, 2px -2px 0 black, -2px 2px 0 black, -2px -2px 0 black;
}

.white{
  color:white;
  text-shadow: 2px 2px 0 black, 2px -2px 0 black, -2px 2px 0 black, -2px -2px 0 black;
}

.active {
  color: #2D407F;
}

.container {
  margin: 30px;
  background-image: url(/backgrounds/tile2.png);
  border: 5px solid #2D407F;
  border-radius:10px;
  box-shadow: 6px 6px 10px #03061F;
  padding:10px;
  text-align: left;
}

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

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

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 img {
  width: calc(100% - 6px);
  position: relative;
  transition: transform 0.18s;
}

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


.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: 3em;
  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%;
}

.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 a {
    padding: 0px 5px;
    transition: transform 0.1s;
} 

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

hr {
    border-top: 1px solid #0f2a4b;
}

.navcont {
    background-image: url(/backgrounds/tile2.png);
    border: 5px solid #2D407F;
    text-align: left;
    box-shadow: 6px 6px 10px #03061F;
}

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

.vertlink {
    width: 20%;
    margin: auto;
    padding: 2%;
    margin-top: 5%;
}

.vertad {
    width: 100%;
    border: 5px solid #2D407F;
    width: 100%;
    box-shadow: 6px 6px 10px #03061F;
}

.horzlink {
    width: 70%;
    margin: auto;
    padding: 2%;
    margin-bottom: 5%;
}

.horzad {
    width: 70%;
    border: 5px solid #2D407F;
    box-shadow: 6px 6px 10px #03061F;
    margin: 5% 15%;
}

summary:marker {
    color: green;
}

a:hover > p {
    filter: brightness(0.8);
}

#navbar {
    list-style-type: none;
    margin: 10px;
    margin-top: 4.25%;
    margin-left: 7%;
    padding: 0.6% 5% 0.6% 10%;
    overflow: hidden;
    background-color: #333;
    font-family: 'pixel3';
    font-size: calc(0.6vw + 5.5pt);
    border: 5px solid #2D407F;
    border-radius: 50px;
    border-top-left-radius: 0px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 01), 9px, rgba(0, 0, 0, 0)), url(/backgrounds/tile2.png);
    height: fit-content;
    width: fit-content;
    box-shadow: 6px 6px 10px #03061F;
}

#navbar li {
  float: left;
  border-right: 2px solid #222;
}

#navbar li .active {
  color: black;
}

#navbar li a:hover:not(.active) {
  color: gray;
}

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

#navbar li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

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

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

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

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

#logo {
  position: absolute;
  top: 10px;
  left: 0px;
  max-width:15vw ;
  min-width:75px;
  width: 20vw;
  position: unset;
  margin-top: 15vh;
  transition: 0.3s ease;
}

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