/*Copyright 2023-2026, You Are Machines, All rights reserved lol*/

.margin-top-0 {
    margin-top: 0em;
}

.site-background {
    z-index: -999;
    position: absolute;
    object-fit: contain;
    background-repeat: repeat;
    min-height: 100%;
    min-width: 100%;
    max-height: 100vh;

    background-image: url('/media/assets/gif/4gear.gif');
    background-size: 120px;
    background-position: center center;
    background-repeat: repeat;
}

.main-div-overflow-y {
    overflow-y: auto;
}

.mute-icon-div{
    width: 1em;
    height: 1em;
    display: flex;
    margin-top: -1em;
}


/*footer*/

.footer-div {
    width: 100%;
    justify-content: space-between;
    height: 100%;
    max-height: 2em;
    min-height: 2em;
    font-size: 0.6em;
    margin-top: -1.7em;
}

.footer-element-margin {
    margin-left: 1em;
    margin-right: 1em;
    display: flex;
    align-items: center;
}

.footer-h-position {
    margin: 0;
}

.footer-version {
    margin-left: 6.3%;
}

.footer-copyright {
    margin-left: 8%;
    width: 35em;
}

.footer-site-age {
    margin-right: 18.6%;
}


/* sal */
.sal-div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    flex-direction: column;
    text-align: center;
    z-index: -1000;
    transform: translate(45vw,0);
}

.silly-sal {
    z-index: -1000;
    width: 10vw;
    padding: .5em;
}


/*home*/

.home-main-div {
    height: 100vh;
    width: 100vw;
    align-items: flex-start;
}

@media only screen and (min-width: 1400px) {
    .home-main-div {
        align-items: center;
    }
}

.home-content-container {
    width: 93%;
    height: 100vh;
    max-height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    max-width: 1900px;
    overflow: auto;
    min-width: 1400px;
}

.tagline {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    height: 10%;
    margin-top: 36.5%;
    margin-left: 82.6%;
    transform: rotate(0deg);
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 1.52em;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

@media only screen and (max-width: 2027px) {
    .tagline {
        font-size: 1.2vw;
    }
}

@media only screen and (max-width: 1500px) {
    .tagline {
        font-size: 1.1em;
    }
}

.radio-title {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 15%;
    height: 3%;
    translate: 173% 48%;
    transform: rotate(3deg);
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 1.52em;
}

@media only screen and (max-width: 2027px) {
    .radio-title {
        font-size: 1.2vw;
    }
}

@media only screen and (max-width: 1500px) {
    .radio-title {
        font-size: 1.1em;
    }
}

/* Posts */

.division-line {
    width: 100%;
    border-bottom-color: rgb(175, 175, 175);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-top: 3%;
    margin-bottom: 5%;
    display: block;
}


/* Aritst */

.home-featured-artist {
    position: absolute;
    top: 0;
    left: 0;
    width: 16.5%;
    height: 48%;
    transform: translate(56%,50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* .home-featured-full-container > a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    color: rgb(175, 175, 175);
} */

.home-featured-title {
    text-align: center;
    margin: 0;
}

/* .home-featured-full-container {
    height: 100%;
    width: 100%;
} */

.spotlight-cycle-wrapper {
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    /* box-sizing: border-box; */
    /* top: 0; */
    /* left: 0; */
    /* display: flex; */
    /* flex-direction: row; */
}

.home-featured-image {
    border-style: solid;
    border-radius: 5%;
    object-fit: cover;
    height: 72%;
    width: 97%;
    position: absolute;
    margin-top: 1%;
    /* pointer-events: none; */
    z-index: 999999;
}

.featured-description-wrapper {
    width: 100%;
    height: 33%;
    transform: translate(0%,30%);
    display: flex;
    align-items: center;
}

.home-featured-description {
    text-align: center;
    margin: 0;
    font-size: 1.35em;
    
    float: inline-start;
}

.home-featured-link {
    width: 100%;
    height: 73%;
    margin-top: 13%;
}

/* Juke Popup */

.home-juke-dialogue {
    position: absolute;
    top: 0;
    left: 0;
    width: 73%;
    height: 78%;
    translate: 8% 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-juke-blackout {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.502);
}

.juke-dia-content-container {
    margin-top: -0.2%;
    width: 44.4%;
    height: 0;
    max-height: 100%;
    padding-bottom: 25.8%;
    position: relative;
}

.juke-dia-content {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    overflow: auto;
}

.juke-dia-content > h1 {
    margin-top: 3%;
    margin-bottom: 0;
}

.juke-dia-content > p {
    margin: 0;
    text-align: center;
    padding-right: 5%;
    padding-left: 5%;
}

.juke-dia-content > h3 {
    margin-top: 0;
    margin-bottom: 0%;
}

.juke-dia-content > a {
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 3%;
}

/* Gallery */

.home-gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 51%;
    height: 77%;
    transform: translate(52%,20%);
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    align-content: center;
    padding: 1%;
    box-sizing: border-box;
}

.home-gallery-title {
    margin-top: 12%;
    text-align: center;
    margin-bottom: 0;
}

/* signatures */

.post-signature {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 2%;
}

.post-signature > img {
    width: 5%;
    height: auto;
    align-self: center;
    margin-right: 0%;
}

.post-signature > a {
    width: 5%;
    height: auto;
    align-self: center;
    margin-right: 0%;
}

.post-signature > p {
    margin-left: 2%;
    font-size: 1.15em;
}

.home-post-date {
    opacity: 50%;
}

.hide-span {
    display: none;
}

.reply {
    /* made for js filing */
}

.kiri-post {
    /* made for js filing */
}

.asaklair-post {
    /* made for js filing */
}

.yeebus-post {
    /* made for js filing */
}


/* replies */

.home-post-reply {
    padding-left: 15%;
}

/* iv - image video */

.home-iv-post-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.home-iv-post-container > iframe {
    margin-top: 5% !important;
}

.yt-embed > iframe {
    margin-top: 5% !important;
    width: 100%;
    height: 135%;
}

.home-iframe {
    margin-bottom: 2%;
}

.home-iframe > iframe {
    margin-top: 0;
}

/* text */

.home-text-post-container {
    width: 100%;
    height: auto;
}

.home-text-post-container > p, h3 {
    margin: 0;
}

h3 {
    margin-bottom: 1%;
}

/* announcement */

.home-announcement-post-container {
    width: 100%;
    height: auto;
}

.home-announcement-title {
    text-align: center;
    justify-content: center;
    display: flex;
}

.home-announcement-title > img {
    width: 5%;
    height: 1%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: -1%;
}

.home-announcement-title-gear2 {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

/* general post media */

.home-post-media-container {
    height: auto;
    width: auto;
    display:flex;
    justify-content: center;
}

.home-post-media-container > img, video {
    border-style: solid;
    border-radius: 1%;
    max-width: 60%;
    margin-bottom: 2%;
}

.home-post-media-container > video {
    width: 50vw;
    max-width: 60%;
    margin-bottom: 2%;
}

.home-post-media-container > audio {
    height: 100px;
}

.home-post-text {
    margin: 0;
    font-size: 1.36em;
}

.ice-cream-sal {
    width: 100%;
}

/* Aux */

.home-aux::-webkit-scrollbar{
    display: none;
}

.home-aux {
    position: absolute;
    top: 0;
    left: 0;
    width: 16.2%;
    height: 52%;
    transform: translate(505.8%,34%);
    overflow-y: auto;
    overflow-x: hidden;
}

.home-aux-title {
    margin-top: 12%;
    text-align: center;
    margin-bottom: 0;
}

.home-aux-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.home-aux-img-container {
    height: 60%;
    width: auto;
    display:flex;
    justify-content: center;
    margin: 1.5%;
}

.home-aux-img-container > a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    color: rgb(175, 175, 175);
    max-width: 98%;
    border-style: solid;
    border-radius: 1%;
    margin-bottom: -20%;
}

a > img {
    width: 100%;
}

.home-aux-text {
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 3%;
    margin-bottom: 0;
    font-size: 1.36em;
}

.home-aux-text-sourced {
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 0;
    font-size: 1.36em;
}

.home-aux-text-embed {
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 5%;
    margin-bottom: 0;
    font-size: 1.36em;
}

.aux-post-media-container {
    height: auto;
    width: auto;
    display:flex;
    justify-content: center;
}

.home-aux-img-container > img {
    border-style: solid;
    border-radius: 3%;
    max-width: 97%;
    margin-bottom: 0;
    margin-top: 0;
}

.aux-post-media-container > video {
    border-style: solid;
    border-radius: 3%;
    max-width: 97%;
    margin-bottom: 0;
    margin-top: 3%;
}

.home-aux-date {
    opacity: 50%;
    margin-left: 3%;
    margin-top: 0%;
    margin-bottom: 6%;
}

/*devnews*/

.devnews-main-div {
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: flex-start;
    overflow-y: hidden;
    overflow-x: hidden;
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

@media only screen and (max-width: 800px) {
    .devnews-main-div {
        align-items: flex-start;
    }
}

.devnews-sub-div {
    height: 100vh;
    width: 90%;
    display: flex;
    flex-direction: column;
    overflow: auto;
    justify-content: flex-start;

    max-height: 100%;
    max-width: 1200px;
    min-width: 800px;
}

.devnews-home-btn {
    margin-bottom: 0;
}

.devnews-content-container {
    margin-top: -56.5%;
    width: 83.4%;
    height: 0;
    max-height: 100%;
    padding-bottom: 50.5%;
    position: relative;
}

.devnews-content {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    overflow: auto;
}

.devnews-row-margin {
    margin: 1em;
    margin-right: 1.5em;
    margin-left: 1.5em;
}

.devnews-title-margin {
    margin-top: 2em;
}


/* wip */

.wip-message {
    height: 10em;
    text-align: center;
    margin: 3em;
    width: 90vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15%;
}

.twitter-embed {
    display: flex;
    flex-direction: column;
}


/* Dyn-scale */

@media only screen and (max-width: 1980px) {
    .home-aux-text, .home-aux-text-embed, 
    .home-post-text, .home-featured-description,
    .juke-dia-content > p, .home-aux-text-sourced,
    .home-aux-date {
        font-size: 1.1vw;
    }

    .post-signature {
        font-size: 0.81vw;
    }

    .home-iframe > iframe {
        height: 25.7vw;
    }

    h1 {
        font-size: 2vw;
    }

    h2 {
        font-size: 1.4vw;
    }

    h3 {
        font-size: 1.3vw;
    }

    .home-gallery-title {
        margin-top: 5.3vw;
    }

}

@media only screen and (max-width: 1900px) {

    .twitter-embed {
        display: none;
    }
}

@media only screen and (max-width: 1460px) {
    .home-aux-text, .home-aux-text-embed, 
    .home-post-text, .home-featured-description,
    .juke-dia-content > p, .home-aux-text-sourced,
    .home-aux-date {
        font-size: 1em;
    }

    .post-signature{
        font-size: 0.74em;
    }

    .home-iframe > iframe{
        height: 376px;
    }

    h1 {
        font-size: 1.8em;
    }

    h2 {
        font-size: 1.3em;
    }

    h3 {
        font-size: 1.2em;
    }

    .home-gallery-title {
        margin-top: 11.6%;
    }
}



/* tools */

.invisible-transition {
    opacity: 0;
    transition: opacity 2s ease-in-out;
    pointer-events: none;
}

.fade-transition {
    opacity: 1;
    pointer-events: all;
}

.hide {
    display: none;
}