body.dark {
    background-color: #16213e!important;
    color: #fff;
    background: -moz-linear-gradient(top, #16213e0%, #16213e 100%);
    background: -webkit-linear-gradient(top, #16213e 0%, #16213e 100%);
    background: linear-gradient(to bottom, #16213e 0%, #16213e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#16213e", 
    endColorstr="#16213e",GradientType=0 );
}body.dark .th-subnavbar{
    background-repeat: no-repeat;
    background: url("https://uploads.cekni.to/ups/f0589ee6-d27f-53c3-bfc6-fa85fb96ef78.jpg");
    background-position: 50% 50%;
    background-size:cover;
    background-color: #16213e;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.75);
    box-shadow: none;    
}}
body.dark .banner-text-link{
color:white!important;
}body.dark .sidebar {
    background-color: #16213e;
    border: solid 1px #1f4068;
}body.dark .pure-button {
    background: #1a1a2e;
}body.dark .pure-button:hover {
    background: #0f3460;
    border: 1px solid black;
}body.dark input[type="search"] {
    background-color: #0f3460;
    color: #fff;
    border-color: black;
    font-weight: bold;
}body.dark .post a.title:hover {
    color: #698eb8;
}body.dark #chtitle {
    background: #16213e;
    color: #ccc;
    border-bottom: 1px solid #698eb8;
}body.dark #chpop {
    background: #16213e;
    border-top: 1px solid #698eb8;
    border-left: 1px solid #698eb8;
    border-right: 1px solid #698eb8;
}body.dark #chsend {
    background-color: #698eb8;
}body.dark .msguser {
    padding-right: 5px;
    color: #e94560;
}body.dark .th-subbar {
    background-color: #16213e;
    border-bottom: 1px solid #698eb8;
}#chtitle {
    background: #2a004a;
    color: #ccc;
    border-bottom: 1px solid #2a004a;
}#chtitle:hover {
    background: #2a004a;
}#chsend {
    background-color: #698eb8;
}.th-subbar {
    background-color: #2a004a;
    border-bottom: 1px solid #2a004a;
}.th-subnavbar{
    background: url("https://uploads.cekni.to/ups/f0589ee6-d27f-53c3-bfc6-fa85fb96ef78.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 110px;
    box-shadow: none;
    background-size:cover;
    z-index: 100;
}.motto {
    position: absolute;
    z-index: 20;
    top: 43px;
    left: 16px;
    color: white;
    font-size: smaller;
}.banner-text-link{
    display:block;
    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;
 -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}.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 #2a004a, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #2a004a;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #2a004a, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #2a004a;
  }
}.cw-items {
    margin-top: 0px;
}.th-subnavbar.open {
    height: 10em;
}[data-ac="subscribe"], body.dark [data-ac="subscribe"]{
    background-color: #4CAF50;
}[data-ac="unsubscribe"], body.dark [data-ac="unsubscribe"]{
    background-color: #348638;
    box-shadow: inset 0 0 10px #000000;
}.pure-g-menu .pure-button {
    border: 1px solid #3d3d3d;
}.pure-button-group .pure-button:last-child {
    border-right: 1px solid #3d3d3d;
}.pure-button-primary, a.pure-button-primary {
    background-color: #ad7d9d;
}@media only screen and (max-width: 50.999em) {

   .cw-items {
       display:none;
    }
   .subtitle {
       display:none;
    }
    
    .open .cw-items{
    display:block;
    margin-top: 32px;
    }

    .banner-text-link{
      font-size:18px;
     }
    .open{
    max-height: 90vh;
    }

    .motto {
    display: none;
    }

    .th-subnavbar{
    overflow: hidden;
    }

}