html {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background-color: #FF40B9;
  background-image: linear-gradient(#C2C2C2, white), url(../backgrounds/dots.png);
  background-repeat: repeat;
  line-height: 1em;
}

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

head {
  background-size: 80px 80px;
  position: fixed;
  color: black;
  font-family: 'pixel3';
  font-size:100%;
}

body {
  font-family: 'djb_emphatic';
  font-size: calc(0.8vw + 0.3125em);
  color: #2B620A;
  overflow: auto;
  padding-bottom: 20px;
  margin: 0px;
  padding: 0%;
  overflow:hidden;
  width: 100%;
  height:100%;
  text-align: center;
}

.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;
  width: fit-content;
  height: fit-content;
  background-image: url(../backgrounds/naomibg.png);
  border: 20px solid #2D407F;
  border-image: url(../backgrounds/whitelace2.png) 17 repeat;
  background-size:5%;
  padding:10px;
  text-align: left;
  color:white;
  font-family: pixel3;
  font-size: calc(0.6vw + 0.3125em);
  background-clip: padding-box;
}

.container ul {
  backdrop-filter: brightness(50%);
  width: 40%;
  min-width: fit-content;
  margin-left:10px;
  padding:10px;
  padding-left:30px;
}

.textcontainer {
  width: calc(100% - 60px);
  height: fit-content;
  background-image: url(../backgrounds/naomibg.png);
  border: 20px solid #2D407F;
  border-image: url(../backgrounds/whitelace2.png) 17 repeat;
  background-size:5%;
  padding:10px;
  text-align: left;
  color:white;
  font-family: pixel3;
  font-size: calc(0.6vw + 0.3125em);
  background-clip: padding-box;
}

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

.articona {
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    padding: 6px;
    background-color: rgba(255, 255, 255, 0.08);
    text-align: center;
}

.articonimg {
  width: 100%;
  position: relative;
}

.window-body {
  height: calc(100% - 36px);
}

.start-bar {
    padding: 2px;
    box-shadow: inset 1px 0 #fff;
    display: block;
    background-color: silver;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #4e4e4e;
    position: fixed;
    z-index: 99999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.start-button-wrapper {
    float: left;
    margin-left: 2px;
    margin-bottom: 2px;
    vertical-align: middle;
    padding: 2px 6px 3px;
    background-color: silver;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    box-shadow: inset 1px 1px #dfdfdf, 1px 0 #000, 0 1px #000, 1px 1px #000;
    min-width: 59px;
    margin-right: 6px;
    color: #000;
}
.start-button-wrapper, button {
    border: 0;
    cursor: pointer;
}

.start-button {
    background-image: url(../../buttons/start-button.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 14px;
}

.start-bar-window {
    float: left;
    padding: 0 10px 0 6px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    box-shadow: inset 1px 1px grey;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAG0lEQVQYV2M8cODAf3t7ewbG/////z948CADAFuqCj64BtLKAAAAAElFTkSuQmCC);
    vertical-align: middle;
    height: 22px;
    line-height: 22px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-family: Arial;
    font-weight: 400;
    color: #000;
}

#bg {
  background-image: url("../backgrounds/naomibg2.png");
  background-size: 100%;
  background-position-y: bottom;
  height: 100%;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-repeat:no-repeat;
}

#navbar {
    list-style-type: none;
    margin: 10px;
    margin-top: 4.25%;
    margin-left: 7%;
    padding: 0.6%;
    overflow: hidden;
    background-color: #333;
    font-family: 'pixel3';
    font-size: calc(0.6vw + 5.5pt);
    border: 5px solid #2D407F;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    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;
    padding-left: 10%;
    padding-right: 5%;
    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;
}

#logo {
  position: absolute;
  top: 10px;
  left: 0px;
  max-width:15vw ;
  min-width:75px;
  width: 20vw;
  filter: drop-shadow(6px 6px 10px #03061F);
}

#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);
    backdrop-filter: opacity(50%);
    border: 5px solid #2D407F;
    width: 100%;
    box-shadow: 6px 6px 10px #03061F;
}

#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;
    padding: 10px;
  
}

#me {
    width: 100%;
    min-width: 64px;
    max-width: 128px;
    border: 5px solid white;
    border-radius: 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;
}

#draggable {
    position: absolute;
    resize: both;
    width: 300px;
    overflow: hidden;
}

#draggable2 {
    position: absolute;
    resize: both;
    width: 300px;
    overflow: hidden;
}


#naomitime {
  width: 100%;
  height: 100%;
  background-image: url(../backgrounds/websitebg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#naomifloat {
  width:100%;
  position:absolute;
  animation: float 1.5s infinite;
  animation-timing-function: ease-in-out;
  bottom: 15px;
}

@keyframes float {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }    
}

#taskbar {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#taskbar .title-bar {
    box-shadow: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
    height: 36px;
    border-top: 1px solid rgba(0, 0, 0, .7);
    background: var(--window-background-glass-stripes), rgba(69, 128, 196, 0.6);
}

#border {
    width: 100%;
    top: 1px;
    left: 0;
    border-top: 1px solid #fffd;
    position: absolute;
}

#date {
    width: 90px;
    text-align: center;
    color: white;
    margin-top: 6px;
}

#taskbar button {
    height: 42px;
    margin: 1px;
    width: 20px;
    margin-top: 6px;
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
}

#taskbar img {
    width: 37px;
    height: 37px;
    margin-top: 3px;
}

#buttocks:hover {
    filter: brightness(1.2) drop-shadow(0 0 0.75rem black);
}