@font-face {
    font-family: "terminal";
    src: url(fonts/modern_dos/ModernDOS8x14.ttf);
}

body {
    background-image: url(images/space.png);
    margin: 0;
}

a:hover {
    color: goldenrod;
}

.extra {
    float: left;
    position: absolute;
}

ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
}

t {
    color: white;
}

.ground {
    background-image: url("images/snowgroundtest.png");
    margin-bottom: 1px;
}

#unsee {
    background: black;
    
}

textarea {
    margin-bottom:2px; 
    width: 130px; 
    height: 150px; 
    overflow: hidden; 
    resize: none;
    font-family: "terminal";
    color: white;
    background-color: blue;
}

textarea::-moz-selection { /* Code for Firefox */
    color: blue;
    background: white;
  }
  
  textarea::selection {
    color: white;
    background: black;
  }

.audioCont {
    background-image: linear-gradient(#020202, #585858, #2b2b2b, #292929, #080808);
    width: fit-content ;
    padding-inline: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: inset 0 0 3px white;
    border-style: outset;
    border-width: 1px;
    border-radius: 2px;
}

.titlebtn {
    background-image: linear-gradient(#b1b1b1, #585858, #6e6e6e, #292929, #636363);
    padding-left: 10px;
    box-shadow: inset 0 0 3px #dadada;
    border-style:outset;
    border-color: #5c5c5c;
    border-radius: 2px;
    border-width: 1px;
    color:  white;
}

.desc {
    color:white;
    overflow: hidden;
    margin: 0;
    padding-right: 20px;
}

.sidebar {
    width: fit-content;
}

.titlebg {
    background-image: linear-gradient(#020202, #585858, #2b2b2b, #292929, #080808);
    padding-left: 10px;
    box-shadow: inset 0 0 3px #dadada;
    border-style:outset;
    border-color: #5c5c5c;
    border-radius: 2px;
    border-width: 1px;
    display: flex;
    align-items: center;
}

#paperblue li {display: flex;align-items: center;}

#paperblue li a {margin-left: 5px;}



#titlebgRED img {
    width: 16px;
}

a {
    color: yellow;
    font-weight: bold;
}

#titlebgBLUE {
    background-image: linear-gradient(#04003a, #080075, #010052, #04003a, #020022);
}

#titlebgRED {
    background-image: linear-gradient(#830101, #db0000, #880000, #9e0000, #5e0000);
    box-shadow: inset 0 0 3px #ff6464;
    border-color: #550000;
    margin: 0;
}

#non {
    margin: 0;
}

.updwin {
    width: 150px;
    border-style: ridge;
    border-width: 2px;
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-color: white;
    box-shadow: 0 0 9px white ;
    background-color: blanchedalmond;
}

#btn-linkwin {
    height: auto;
    overflow: hidden;
}

#links {
    height: auto;
    overflow: hidden;
}

#chattable {
    margin-left: 200px;
    margin-right: 20px;
}

#main_display {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bigwin {
    max-width: 750px;
    border-style: ridge;
    border-width: 2px;
    height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-color: white;
    box-shadow: 0 0 9px white;
    margin-left: 200px;
    margin-right: 20px;
    background-image: url(images/stone\ bricks.png);
}

.midwin {
    max-width: 750px;
    border-style: ridge;
    border-width: 2px;
    height: 300px;
    overflow: hidden;
    border-color: white;
    box-shadow: 0 0 9px white;
    margin-left: 200px;
    margin-right: 20px;
    background-image: url(images/blueCS.png);
}

.smallwin {
    max-width: 750px;
    border-style: ridge;
    border-width: 2px;
    height: 205px;
    overflow-y: hidden;
    border-color: white;
    box-shadow: 0 0 9px white;
    margin-left: 200px;
    margin-right: 20px;
    background-image: url(images/stone\ bricks.png);
}

#artwin {
    margin-left: 200px;
    margin-right: 20px;
}

#art-showcase {
    z-index: 99;
}

#art-showcase img {
    width: 170px;
    height: auto;
    margin: 5px;
    outline: #2b2b2b solid 2px;
    box-shadow: 0 0 15px black;
    position: relative;
}

#art-showcase img:hover {
    cursor: pointer;
    transform: scale(1.2);
    box-shadow: 0 0 16px black;
    z-index: 3;
    position: relative;
}

#posts {
    display: grid;
    grid-template-columns: auto auto auto;
    overflow-y: hidden;
    overflow-x: scroll;
    background-image: url(images/cork.png);
    padding: 5px;
}

.news_post img {
    width: 32px;
}

.news_post {
    background-image: url(images/paper.png);
    box-shadow: inset 0 0 8px black, 2px 2px 8px black;
    outline: 2px ridge white;
    color: black;
    margin: 7px;
    height: 200px;
    width: 350px;
}

#mar {
    margin-left: 10px;
}

.icn {
    height: 16px;
    width: 16px;
}

#welcomewin {
    margin-top: 20px;
}

#paper {
    background-image: url(images/page.png);
}

#arts {
    background-image: linear-gradient(white blue);
}

#paperblue {
    background-image: url(images/blueCS.png);
    color:white;
    text-shadow: 0 0 7px black;
    box-shadow: inset 0 0 8px black;
}

.main {

}

p {
    color: white;
    font-family: "terminal";
}


.pic {
    float: left;
    width: 150px;
    height: 150px;
    box-shadow: 0 0 5px white;
}

.pic:hover {
    cursor: pointer;
}

#window {
    background-color: rgba(134, 211, 224, 0.616);
    width: 20vw;
    border: 2px floralwhite;
}

h1 {
    color: aliceblue;
    text-align: center;
    text-shadow: 0 0 15px rgb(0, 153, 255);
    font-size: 40pt;
    margin: 0;
    animation: throb 5s infinite;
}

.navbar {
    background-color: transparent;
    font-family: 'Times New Roman', Times, serif;
    border-color: #2d65c4;
    border-style: inset;
    min-width: 100px;
    color: aliceblue;
    
    border-width: 0;
}

.navbar:hover {
    background-color: yellow;
    cursor: pointer;
    color: blue;
    box-shadow: 0 0 5px white;
    transform: scale(1.2);
    position: relative;
    z-index: 2;
}

.banner {

    box-shadow: inset 0 0 15px rgb(0, 153, 255);
    background-image: url(images/water643.png);
    min-width: 440px;
}

#nav {
    box-shadow: 0 3px 15px rgb(0, 0, 0),  inset 0 0 15px rgb(0, 153, 255);
}

.huh {
    background-color: black;
    max-width: 1000px;
    height: fit-content;
    padding-bottom: 50px;
    min-width: 440px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: none;
    box-shadow: 0 0 15px black;
    border-radius: 2px;
}

.rainbow {
    animation: rainbow 3s infinite;
}

.rainbow:hover {
    cursor: help;
}



iframe {
    width: fit-content;
    height: auto;
}

.pfp {
    background-color: rgb(39, 39, 39);
    width: 150px;
    height: 150px;
    float: left;
    margin: 15px;
    margin-top: 0;
    box-shadow: 0 0 9px white;
}

.header {
    text-shadow: 0 0 30px blue;
}

@keyframes rainbow {
    0% {color: rgb(255, 255, 255);}
    50% {color: rgb(255, 135, 135);}
    100% {color: white;}   
}

@keyframes throb {
    0% {text-shadow: 0 0 15px rgb(0, 153, 255);}
    50% {text-shadow: 0 0 30px rgb(255, 0, 0);}
    100% {text-shadow: 0 0 15px rgb(0, 153, 255);}
}

/* width */
::-webkit-scrollbar {
    width: 15px;
}
  
/* track */
::-webkit-scrollbar-track {
    background-image: linear-gradient(90deg, #2b2b2b, #020202, #131313, #080808);
    box-shadow: inset 0 0 3px #1b1b1b;
    border-style:outset;
    border-color: #5c5c5c;
    border-radius: 2px;
    border-width: 1px;
}
  
/* handle */
::-webkit-scrollbar-thumb {
    background-image: linear-gradient(90deg, #9c9c9c, #313131, #494949, #080808);
    box-shadow: inset 0 0 3px #dadada;
    border-style:outset;
    border-color: #5c5c5c;
    border-radius: 2px;
    border-width: 1px;
}

::-webkit-scrollbar-thumb:active {
    background-image: linear-gradient(90deg, #b4b4b4, #6d6d6d, #686868, #2c2c2c);
    box-shadow: inset 0 0 3px #dadada;
    border-style:outset;
    border-color: #5c5c5c;
    border-radius: 2px;
    border-width: 1px;
}

::-webkit-scrollbar-thumb:horizontal {
    background-image: linear-gradient( #9c9c9c, #313131, #494949, #080808);
    box-shadow: inset 0 0 3px #dadada;
    border-style:outset;
    border-color: #5c5c5c;
    border-radius: 2px;
    border-width: 1px;
}

::-webkit-scrollbar-thumb:horizontal:active {
    background-image: linear-gradient( #b4b4b4, #6d6d6d, #686868, #2c2c2c);
    box-shadow: inset 0 0 3px #dadada;
    border-style:outset;
    border-color: #5c5c5c;
    border-radius: 2px;
    border-width: 1px;
}

::-webkit-scrollbar-button:vertical:decrement {
    background-image: url(images/arrow.png);
    padding-left: 10px;
    box-shadow: inset 0 0 3px #dadada;
    border-style:outset;
    border-color: #5c5c5c;
    border-radius: 2px;
    border-width: 1px;
}

::-webkit-scrollbar-button:vertical:increment {
    background-image: url(images/arrowDown.png);
    padding-left: 10px;
    box-shadow: inset 0 0 3px #dadada;
    border-style:outset;
    border-color: #5c5c5c;
    border-radius: 2px;
    border-width: 1px;
}

::-webkit-scrollbar-button:vertical:decrement:hover {
    background-image: url(images/arrow1.png);
}

::-webkit-scrollbar-button:vertical:increment:hover {
    background-image: url(images/arrowDown1.png);
}

::-moz-selection { /* Code for Firefox */
    color: blue;
    background: yellow;
  }
  
  ::selection {
    color: blue;
    background: yellow;
  }