body {
    background-color: black;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    color: #fff;
    overflow-x: hidden;
}

#particles-js {
    position: absolute;
    height: 100%;
    width: 100%;
}

canvas {
    display: block;
    position: fixed;
    z-index: -1;
}

.behind {
    z-index: -2;
}

.content {
    width: 85%;
}

ul.menubar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 15%;
    background-color: black;
    color: white;
    position: fixed;
    height: 100%;
    overflow: auto;
}

ul.menubar li a {
    display: block;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 2%;
}
 
ul.menubar li:not(.control) a.active {
    background-color: #777;
    color: white;
}

ul.menubar li:not(.control) a:hover:not(.active) {
    background-color: #555;
    color: white;
}

div.content {
    position: absolute;
    margin-left: 15%;
    padding: 1px 16px;
}

.page-title {
    padding: 8px 16px;
    display: block;
    text-align: center;
    font-size: 38px;
}

.card {
    color: #000;
}

iframe {
    border: 0;
}

.textground {
    background-color: #0f0f0f;
    z-index: 1;
    border-radius: 2px;
}

widgetbot {
    height: 550px;
    width: 100%;
}

.botIcon {
    border-radius: 100%;
    max-height: 256px;
    max-width: 256px;
    text-align: center;
    display: inline;
}

#bots div {
    padding-bottom: 20px;
    text-align: center;
}

.cont {
    overflow-y: auto;
    scroll-behavior: smooth;
    max-width: 1000px;
}

p.article {
    display: inline;
    word-wrap: break-word;
    word-break: break-word;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.repo {
    text-align: left;
}

widgetbot > div {
    text-align: center;
}

widgetbot > div > .noconnection {
    text-align: left;
    display: none/*inline-block*/;
}

.repo h1 a.active, .repo h1 a.active:active, .repo h1 a.active:visited, .repo h1 a.active:hover {
    color: #fff !important;
}

.article-title {
    font-size: 24px;
}

@font-face {
    font-family: fileFont;
    src: url(/assets/fonts/font.woff);
    src: url(/assets/fonts/font.woff2);
    src: url(/assets/fonts/font.eot);
    src: url(/assets/fonts/font.svg);
    src: url(/assets/fonts/font.ttf);
}

/* Swap */
#swap {
    color: hsla(0,0%,100%,.6);
    display: flow-root;
    padding: 0;
    border-radius: 2px;
    background-color: #0f0f0f;
}
#swap #swap-content {
    border: 1px solid rgba(46,48,54,.6);
    border-radius: 2px;
    background-color: rgba(46,48,54,.3);
    padding: 10px;
}
#swap #swap-content #swap-footer {
    font-size: 0.8rem;
}
#swap #swap-content #swap-buttons {
    padding-left: 1rem;
    padding-bottom: 1rem;
    font-size: 0.75rem;
}
#swap #swap-content #swap-buttons .btn {
    margin-right: 1rem;
    background-color: rgba(0, 0, 0, 0);
    color: rgb(38, 114, 230);
    border: 0;
    cursor: pointer;
    outline: none;
    box-shadow: none;
}
#swap #swap-content #swap-buttons .btn:last-child {
    float: right;
    color: rgb(212, 35, 35) !important;
}
#swap #swap-content #swap-buttons .btn:active {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(38, 114, 230);
    border-style: outset;
}
#swap #swap-content #swap-buttons .btn:hover {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(38, 114, 230);
    border-style: outset;
}

#menubar li .text {
    font-weight: normal;
}

#menubar li.control {
    display: none;
}

ul.menubar li.control a {
    text-align: center;
    content: "\f100";
    font-family: fileFont;
}

@media screen and (max-width: 900px) {
    ul.menubar {
        width: 100%;
        height: auto;
        position: relative;
    }
    ul.menubar li a {
        float: left;
        padding: 15px;
    }
    div.content {margin-left: 0; width: 100%;}
}

@media screen and (max-width: 400px) {
    ul.menubar li a {
        text-align: center;
        float: none;
    }
    #menubar li.control {
        display: inline-block;
    }
}

@media screen and (max-width: 256px) {
    .botIcon {
        max-height: 128px;
        max-width: 128px;
    }
}
