:root {
    --bgimg: url('../img/serge-george-fRCA008qXPs-unsplash.jpg')
}
body {
    background: var(--bgimg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.header {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 4vh;
    background: rgb(0, 0, 0);
}
.title {
    /* margin: 0 auto; */
    color: #fff;
    width: 100%;
    border-bottom: 1px dotted #fff;
    font-family: stretch;
}
.tbborder {
    border-bottom: 1px dotted var(--altcolor2);
    height: 100%;
    font-size: 3vh;
}
.rightbar {
    overflow: hidden;
    z-index: 3;
    /* position: fixed; */
    margin-left: 25%;
    width: 25%;
    background: rgb(0, 0, 0);
    height: calc(100% - 4vh);
    color: #fff;
    padding-top: 4.1vh;
    z-index: 0;
    border-left: 1px dotted #fff;
    border-right: 1px dotted #fff;
}
.rightbar * {
    z-index: 0;
}
.rightborder {
    z-index: 0;
    height: 100%;
    border-right: 1px dotted #fff;
    position: absolute;
    left: calc(25% + 25%);
}
.leftborder {
    z-index: 0;
    height: 100%;
    border-left: 1px dotted #fff;
    position: absolute;
    right: 75%;
}
.postbody {
    width: 100%;
    margin-right: auto;
    border: none;
}
#cover {
    transition: all 1.8s ease-in-out !important;
    position: absolute;
    left: 0;
}
.bottomdotted {
    border-bottom: 1px dotted var(--altcolor2);
    padding: 0;
}
.downloadWarning:hover:after {
    line-height: 1;
    z-index: 995;
    overflow: visible;
    position: absolute;
    right: 0;
    content: "Warning!! Kind of sketchy download site." !important;
}
.postbody {
    min-height: 0%;
}
#formInput * {
    transition: all 0.5s !important;
}
#formInput *:focus {
    outline: none !important;
}
#formInput input, #formInput textarea {
    width: 100%;
    background-color: #0000003d;
    border: 0;
}
#formInput input {
    line-height: 0em;
    padding: 0;
    margin: 0;
    font-family: panton;
    color: #cbb5ff;
}
#formInput textarea {
    font-family: terminal;
    color: rgb(200, 230, 255);
}
#formInput #submit {
    width: 100%;
    font-family: panton;
    background-color: rgba(0, 0, 0, 0.24);
    color: var(--altcolor4);
    border: 0;
}
#formInput #submit:active {
    color: var(--altcolor5)
}
#formInput notice:hover {
    background-color: black;
}
#formInput #searchbox {
    height: 5vw;
    font-size: 5vw;
    text-align: center;
}
.searchpage form {
    display: block;
    margin-top: 0em;
    margin-block-end: 0 !important;
}
.autoexpand.accordion > .expand {
    transition: opacity 0.5s ease-in-out 0s, max-height 1s ease-in-out 3s, padding 0.5s ease-in-out 0s !important;
    transition-delay: 1s !important;
    max-height: 300%;
    /* height: auto; */
    padding-bottom: 2vh;
    color: #fff;
    /* padding-top: 1vh; */
    border-bottom: 1px dotted var(--altcolor2) !important;
    opacity: 1;
}
.postcontent {
    background: var(--hoverColor) !important;
}
.searchpage .postcontent > .posttitle {
    color: var(--altcolor3);
}
.нет {
    /* display: none; */
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.searchpage .autoexpand.accordion:hover > .expand, .searchpage .accordion:hover > .expand {
    padding-top: 0 !important;
}