

:root {
    --header-image: url('https://gangweed.soy/media/images/logos/neon-gangweed.soy.png');
    --body-bg-image: url('https://gangweed.soy/media/images/default/pink-sparkle.gif');
    --content: #43256E;
}
/*fonts*/
@font-face {
    font-family: Nunito;
    src: url('https://sadhost.neocities.org/fonts/Nunito-Regular.ttf');
}

@font-face {
    font-family: Nunito;
    src: url('https://sadhost.neocities.org/fonts/Nunito-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: Nunito;
    src: url('https://sadhost.neocities.org/fonts/Nunito-Italic.ttf');
    font-style: italic;
}

@font-face {
    font-family: Nunito;
    src: url('https://sadhost.neocities.org/fonts/Nunito-BoldItalic.ttf');
    font-style: italic;
    font-weight: bold;
}

body {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    background-color: #08031A;
    color: #fceaff;
    background-image: url('https://gangweed.soy/media/images/default/weed9.gif'), url('https://gangweed.soy/media/images/default/pink-sparkle.gif');
}
/*fonts*/


* {
    box-sizing: border-box;
}

.neatmarquee {
    overflow: hidden;
    max-width: 1024px;
    white-space: nowrap;
}

.neatmarqueecontent {
    display: inline-block;
    width: calc( (88px * 38) );
    font-size: 0;
    position: relative;
    animation: neatmarq linear 30s infinite;
}
.neatmarqueecontent {
    display: inline-block;
    width: 88px;
}
@keyframes neatmarq {
    0% { left: 0 }
    100% { left: calc( (-88px * 25) - 8px ) }
}

#container {
max-width: 900px;
margin: 0 auto;
z-index: 2;
}

#container a {
color: #ED64F5;
font-weight: bold;
}

#header {
width: 100%;
background-color: #5e4e8c;
height: 150px;
background-image: url('https://gangweed.soy/media/images/logos/neon-gangweed.soy.png');
background-size: 100%;
}

#navbar {
height: 40px;
background-color: #13092D;
width: 100%;
}

#navbar ul {
display: flex;
padding: 0;
margin: 0;
list-style-type: none;
justify-content: space-evenly;
}

#navbar li {
padding-top: 10px;
}

#navbar li a {
color: #ED64F5;
font-weight: 800;
text-decoration: none;
}

#navbar li a:hover {
color: #a49cba;
text-decoration: underline;
}

#flex {
display: flex;
}

aside {
    background-color: #241445;
    width: 200px;
    padding: 20px;
    font-size: smaller;
}

main {
    background-color: #43256E;
    flex: 1;
    padding: 20px;
    order: 2;
}

*/ #leftSidebar {
    order: 1;
}

#rightSidebar {
order: 3;
}

footer {
    background-color: #13092D;
    width: 100%;
    height: 40px;
    padding: 10px;
    text-align: center;
}

h1,
h2,
h3 {
    color: #ED64F5;
}

h1 {
    font-size: 25px;
}

strong {
    color: #ED64F5;
}

.box {
    background-color: #13092D;
    border: 1px solid #ED64F5;
    padding: 10px;
}

#topBar {
width: 100%;
height: 30px;
padding: 10px;
font-size: smaller;
background-color: #13092D;
}

@media only screen and (max-width: 800px) {
    #flex {
    flex-wrap: wrap;
    }

    aside {
        width: 100%;
    }

    main {
        order: 1;
    }

    #leftSidebar {
    order: 2;
    }

    #rightSidebar {
    order: 3;
    }

    #navbar ul {
    flex-wrap: wrap;
    }
}


/*custon scrollbar*/
* {
    scrollbar-width: thin;
    scrollbar-color: #7a01ff #3e0a65;
}

*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: #28084c;
}

*::-webkit-scrollbar-thumb {
    background-color: #7a01ff;
    border-radius: 20px;
    border: 3px solid #3e0a65;
}
/*custon scrollbar*/


/*hotbox section*/
#flood {
    z-index: -1;
}
#water {
    image-rendering: auto;
}
#flood-menu {
    color: #05d416; 
}
#flood-menu button {
    background-color: #05d416; 
}
#flood-menu button:hover {
    background-color: #ffffff; 
}
#flood, 
.wave {
    cursor: url("https://gangweed.soy/media/interface/cursor/index/Window.cur"), pointer !important;
}
/*hotbox section*/


/*cursor*/
a:hover {
  cursor: url("/images/cursor/tokenhovercursor.png"), pointer;
  text-decoration: underline;
}

html {
  cursor: url("/images/cursor/tokendefaultcursor.png"), auto;
  height: 100%;

}
/*cursor*/
