html {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background-color: white;
}

@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: black;
  overflow: auto;
  padding-bottom: 20px;
  margin: 0px;
  padding: 0%;
  overflow:hidden auto;
  width: 100%;
  height:100%;
}

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


.container {
    position: absolute;
    left: 10vw;
    top: 15vh;
    width: 80vw;
    height: 70vh;
    background-color: #fff;
    border: 8px solid #f00;
    border-radius: 0px 0px 50px 50px;
    text-align: center;
    align-content: center;
    border-top: 0px;
}

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

a:link {
  color: red;
}

a:active {
  color: lightcoral;
}

a:visited {
  color: darkgray;
}

a:hover {
  color: darkred;
}

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

.disabled {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.dumb {
  font-family: 'Comic Sans MS', cursive;
}


header {
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    top: -61.688px;
    left: -8px;
}

.marquee {
    height: 50px;
    overflow: hidden;
    position: relative;
    color: #333;
    border: 1px solid #4a4a4a;
    user-select: none;
}
            
.marquee p {
    position: absolute;
    width: max-content;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 60s linear infinite;
    -webkit-animation: scroll-left 60s linear infinite;
    animation: scroll-left 60s linear infinite;
    margin: 17px 0px;
    color: white;
}
            
@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(28%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}
            
@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(28%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}
            
@keyframes scroll-left {
    0% {
        -moz-transform: translateX(28%);
        -webkit-transform: translateX(28%);
        transform: translateX(28%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.left {
    float: left;
}

#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: auto;
    overflow: hidden;
    font-size: calc(0.6vw + 5.5pt);
    text-align: left;
    height: fit-content;
    width: 100%;
    font-family: 'djb_emphatic';
    padding: 0px;
}

#navbar a {
    float: left;
    position: relative;
    padding: 0px 9px;
    background: #f55;
    background-image: url(../backgrounds/xylerbg1.png) ;
    text-decoration: unset;
    transition: bottom 0.15s ease;
    color: white;
    bottom: -15px;
    border: 8px solid red;
    border-radius: 20px 20px 0px 0px;
    border-bottom: 0px;
    height: 100%;
}

#navbar a.active {
  color: #500;
}

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

#navbar a li {
  display: block;
  text-align: center;
  text-decoration: none;
}

#navbar .square {
    margin: 10px 1em;
}

#navbar a:hover {
    bottom: 0px;
}

#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;
    text-shadow: 1px 1px 0 white, 1px -1px 0 white, -1px 1px 0 white, -1px -1px 0 white;
    margin-bottom: 30px;
}

#banner {
    position: absolute;
    height: 90px;
    width: 53%;
    top: -97px;
    border: 8px solid #f00;
    border-bottom: 0px;
    border-radius: 20px 20px 0px 0px;
    z-index: -1;
    right: -8px;
    background: #911b29 linear-gradient(to top, #8d1322, #d73838);
}

#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: 400px;
    float: left;
    margin: 1em;
    transition: 0.3s ease;
}

#me:hover {
    transform: scale(1.1);
}

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

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

#xyler {
    margin:4vh auto 4vh auto;
    display:block;
    width:35%;
}

#xylerimg {
    width:100%;
}

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

#realbackbutton {
    position: absolute;
    left: -1em;
    bottom: 0px;
    width: 6.1em;
    height: 2em;
    background-image: url(../../backgrounds/tiles.gif);
    border: 4px solid #00b;
    border-width: 4px 4px 0px 0px;
    padding-bottom: 5px;
    border-radius: 0px 10px 0px 0px;
    z-index: 1000;
    transition: 0.2s ease;
}

#realbackbutton:hover {
    left: 0px;
    filter: brightness(1.25);
}


#frames {
    border: 0px;
    padding: 1em;
    width: calc(100% - 2em);
    height: calc(100% - 2em);
}