body {
    background-color: #0a0a0a;
    color: #666;
}body.dark .th-subbar {
    background-color: #000;

}body.dark .motto {
    position: absolute;
    z-index: 20;
    top: 43px;
    left: 16px;
    color: white;
    font-size: smaller;
}body.dark .button-secondary, body.dark .pure-button {
    background: rgba(51, 51, 51, 0.5);
    color: #ddd;
}body.dark .pure-button-primary {
    background-color: #161616;
}body.dark .button-secondary:hover, body.dark .pure-button:hover {
    background: rgba(51, 51, 51, 0.8);
    color: #ffffff;
}body.dark #chtitle {
    background: #0d0d0d;
    color: #ccc;
}body.dark .post .title {
    color: #ccc;
}body.dark .subtitle a {
    color: #ffffff;
}body.dark .th-toggle .bar {
    background-color: #fff;
}body {
    background-color: #fefefe;
    color: black;
}.th-subbar {
    background-color: #202780;
    border-bottom: 1px solid #101010;
}.th-subnavbar {
    background: url("https://uploads.cekni.to/ups/e091f031-a18f-584b-9e15-06d5d2a015f5.jpg");
    background-repeat: no-repeat;
    background-position: 50% 39%;
    background-size:cover;
    margin-bottom: 0;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
    position: relative;
    height: 80px;
    z-index: 100;
}.motto {
    position: absolute;
    z-index: 20;
    top: 43px;
    left: 16px;
    color: white;
    font-size: smaller;
}.pure-button {
    background-color:#202780;
    color: rgb(228 220 220 / 80%);
}.button-secondary {
    color: #fff;
    background: #101010;
}.sidebar .pure-button-primary {
    color: #fff;
    background-color: #000000;
}.button-warning {
    background: rgb(200, 5, 17);
}.pure-button-hover, .pure-button:hover, .pure-button:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.10)));
    background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
}.pure-g-menu .pure-button {
    border: 1px solid #3d3d3d;
}.pure-button-group .pure-button:last-child {
    border-right: 1px solid #3d3d3d;
}#chtitle {
    background: #202780;
    color: #ccc;
}#chtitle:hover {
    background: #464c9e;
    color: #ccc;
}.banner-text-link{
    position:absolute;
    top:50%;
    left:50%;
    color:white;
    font-size: 50px;
    transform: translate(-50%,-50%);
    letter-spacing: 1px;
    font-weight:bold;
    background-size: cover;
    text-decoration:none;!important
}.banner-text-link:hover{
    color:white;
    text-decoration:none;
}@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}.cw-items {
    position: relative;
    bottom: 0%;
}@media only screen and (max-width: 50.999em) {
    
   .cw-items {
       display:none;
    } 
    .open .cw-items{
    display:block;
    }
    
    .banner-link-text{
        font-size: 18px;
    }
    .open{
    max-height: 90vh;
    }
}