@import url("constants.css");
body {
    font-family: Helvetica, sans-serif;
    background-color: rgb(200, 150, 150);
    background: var(--main-backrgound-gradient);
    font-size: 15px;
}

body.redbody {
    /* background: none;  */
    background: var(--main-backrgound-gradient);;
}

body.sepiabody {
    background: radial-gradient(circle,rgb(255, 248, 214) 0%, rgb(255, 222, 103) 39%, rgb(220, 255, 95) 100%);
    background-attachment: fixed;
}

button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

button:focus-visible {
    outline-offset: 1px;
    outline: -webkit-focus-ring-color auto 1px;
}

button:active {
    color: -webkit-activelink;
}

.posters {
    position: relative;
    cursor: pointer;
    padding: 0.3vw;
}

.posters img {
    width: 100%;
    filter:  brightness(60%) sepia(100%) hue-rotate(-65deg) saturate(300%);
    opacity: 0.8;
}

.posters.yesterday img {
    width: 100%;
    filter:  brightness(60%) sepia(100%) hue-rotate(-65deg) saturate(100%);
    opacity: 0.5;
}

.posters:hover img {
    border: 0.3vw solid rgb(251, 111, 146);
    width: calc(100% - 0.6vw);
    filter: none;
    opacity: 1.0;
}

.posters.red {
    filter:  brightness(60%) sepia(100%) hue-rotate(-39deg) saturate(420%);
    opacity: 0.8;
}

.posters.red:hover {
    /* border: 0.3vw solid red; */
    filter: none;
    opacity: 1.0;

}

.posters.sepia {
    /* filter: sepia(100%) hue-rotate(6deg); */
    filter: sepia(100%) hue-rotate(30deg) contrast(2.4);
    opacity: 1.0;
    box-shadow: 0px 0px 15px 0px rgb(120, 0, 0);
}
.posters.sepia:hover {
    box-shadow: 0px 0px 600px 90px rgb(120, 0, 0);
    filter: none;
    z-index: 9;
}

.container {
    display: flex;
}

.column {
    padding-right: 1vw;
    padding-left: 1vw;
    width: 18vw;
    padding-top: 6vh;
    height: 93vh;
    /* below: w ads on bottom */
    /* height: 83vh;  */
    overflow-y: auto;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    /* border-right: .6vw dotted red;  */
    border-right: 0.1vw solid var(--textbox-background-color);
}

.text-space, .close, .more-info {
    background-color: rgb(251, 111, 146);
    opacity: .99;
    color: rgb(71, 0, 0);
    box-shadow: 0px 3px 12px 3px var(--textbox-background-color);
    z-index: 10;
}

.text-space.redtext, .close.redtext, .more-info.redtext {
    background-color: rgb(253, 85, 66);
    color: rgb(71, 0, 0);
}

.text-space.sepiatext, .close.sepiatext  {
    background-color: rgb(246, 250, 185);
    box-shadow: 0px 3px 21px 3px rgb(120, 0, 0);
    color: rgb(71, 0, 0);
}

.more-info.sepiatext{
    background-color: rgb(243, 248, 171);
    box-shadow: 0px 30px 1500px 60px rgb(120, 0, 0);
}

.date, #menu {
    opacity: .9;
}


.date, #menu, .close, #bw {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.date {
    position: absolute;
    /* top: 45px; */
    top: 3vh;
    width: 18vw;
    text-align: center;
}

#menu {
    position: fixed;
    bottom: 0;
    padding: 2vw;
    width: 210px;
    right: 0;
}

input[type="checkbox"] {
    accent-color: rgb(163, 1, 1);
    /* margin-right: 10px; */
}

input[type="checkbox"]:checked {
    border: 2px solid darkred;
    /* margin-right: 10px; */
}

#scrollRight {
    font-size: 9vh;
    z-index: 10;
    position: fixed;
    right: 1.5vw;
    top: 45vh;
}

#scrollRight:hover {
    color: red;
    text-shadow: -3px -3px 6px black;
}

a {
    color: rgb(71, 0, 0);
}

/*
#ads {
  width: 100vw;
  height: 15vh;
  background-color: black;
  left: 0;
  bottom: 0;
  position: fixed;
  z-index: 100;
} */

.more-info,
#about {
    display: none;
    padding: 1vw;
    width: 50vw;
    position: fixed;
    left: 24vw;
    top: 12vh;
    overflow-y: auto;
    max-height: 75vh;
    /* font-size: 18px;  */

}

.title {
    font-weight: bold;
}

.poster-inline {
    width: 30vw;
    float: left;
    margin-right: 1vw;
    box-shadow: 0px 3px 3px 3px rgb(202, 0, 0);

}

.close {
    border-radius: 50%;
    position: fixed;
    width: 30px;
    left: 75.5vw;
    top: 10.5vh;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
    z-index: 10000;
}

.close:hover {
    color: rgb(166, 1, 1);
    box-shadow: 0px 3px 12px 3px rgb(166, 1, 1);
}

.mobileonly {
    display:none;
}

.linebreaks {
    white-space: pre-wrap;
}

#categories {
    display: inline;
}

#about-title {
    text-align: center;
    width: 100%;
}

.alive {
    /* color: red;  */
    /* text-shadow: 1px 1px 6px black;  */
    border-bottom: 9px dotted black;
    transition: border-bottom 1s;
}

.alive:hover {
    border-bottom: 21px dashed black;
}

#labor {
    margin-left: 9vw;
    margin-right: 9vw;
    text-align: justify;

}

#plaintext {
    font-weight: 100;
    letter-spacing: 2px;
    /* text-decoration: none; */
    position: fixed;
    z-index: 1000;
    top: 9px;
    /* bottom: 330px;  */
    /* right: 1vw;  */
    right: 48px;
    background-color:  rgba(101, 0, 0, 0.6);
    box-shadow: 1px 1px 30px rgb(255, 213, 86);
    border-radius: 50%;
    padding: 9px;
    color: rgb(255, 213, 86);
}

#plaintext a {
    color: rgb(255, 213, 86);

    text-decoration: none;
    /* color: white;  */
}

#light {
    position: fixed;
    z-index: 1000;
    background-color: rgba(101, 0, 0, 0.6);
    border-radius: 50%;
    box-shadow: 1px 1px 30px rgb(255, 213, 86);
    color: rgb(255, 213, 86);
    /* padding: 1vh;  */
    padding: 9px;
    top: 12px;
    /* right: 1vw;  */
    right: 9px;
    cursor: pointer;
    white-space: pre;
    font-size: 6px;
    line-height: 4.5px;
}

#plaintext:hover {
    box-shadow: 1px 1px 60px 30px white;
    color: white;
}

#light:hover{
    /* box-shadow: 1px 1px 60px rgb(255, 213, 86);  */
    /* background-color: rgba(255, 213, 86, 0.15);  */
    /* background-color: rgba(101, 0, 0, 0.3);  */
    box-shadow: 1px 1px 60px 30px rgb(255, 213, 86);
    font-weight: bold;
    text-shadow: 1px -1px 3px yellow;
    /* border: .1px yellow solid;  */
    font-weight: 900;
}

#xmas {
    position: fixed;
    width: 106vw;
    top: -2vh;
    left: -3vw;
}

@media only screen and (max-width: 750px) {
    .more-info, #about {
        left: 3vw;
        width: 92.3vw;
    }

    body {
        font-size: 12.9px;
    }

    #content {
        position: relative;
        height: calc(100vh - 16px);
        overflow-y: hidden;
    }

    .notmobile, #categories {
        display: none;
    }

    #menu {
        width: 96vw;
        right: none;
        left: 0;

    }

    #mobileclickers {
        text-align: center;
    }

    .poster-inline {
        width: 60vw;
    }


    .column, .date {
        width: 30vw;
    }

    .mobileonly {
        display: inline;
    }

    .close {
        font-size: 30px;
        left: 93vw;
    }

    .column {
        height: calc(100vh - 6vh - 4vw - 32px);
    }

}
