nav {
    background-color: var(--default-dark-bg-color);
}

#main-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

#home{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

#home-keyart{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

#home-keyart img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#home-center {
    height: 100%;
    width: auto;
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center;
    flex: 0 0 auto;
    flex-grow: 1;
}

#home-login-cont{
    width: 100%;
    height: 72px;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    flex: 0 0 auto;
}

#home-logo{
    margin-top: 10px;
    height: 22%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex: 0 0 auto;
}

#home-viewer-column{
    width: 347px;
    height: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    flex: 0 0 auto;
}

.home-column-cta-cont{
    width: 245px;
    height: 50px;
    flex: 0 0 auto;
}

#home-streamer-column{
    width: 347px;
    height: 65%;
    display: flex;
    flex-direction: column;
    position: relative;
    right: 0;
    justify-content: space-around;
    align-items: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    flex: 0 0 auto;
}

.home-column-text{
    font-family: Rajdhani;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#home-viewer-title{
    width: 347px;
    height: 66px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

#home-streamer-title{
    width: 347px;
    height: 66px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

#home-streamer-column-content{
    width: 280px;
    height: 280px;
    flex: 0 0 auto;
}

#home-viewer-column-content{
    width: 280px;
    height: 280px;
    flex: 0 0 auto;
}

#home-column-viewer-body-text-cont{
    width: 347px;
    height: 74px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex: 0 0 auto;
}

#home-column-streamer-body-text-cont{
    width: 347px;
    height: 74px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex: 0 0 auto;
}

#viewer-image-1{
    position: relative;
    width: 259px;
    height: 152px;
    left: 6px;
    top:120px;
}

#viewer-image-1 img{
    max-width: 100%;
    max-height: 100%;
}

#viewer-image-2{
    position: relative;
    width: 170px;
    height: 100px;
    left: 120px;
    top: -90px;
}

#viewer-image-2 img{
    max-width: 100%;
    max-height: 100%;
}

#viewer-image-3{
    position: relative;
    width: 170px;
    height: 100px;
    left: 20px;
    top: -250px;
}

#viewer-image-3 img{
    max-width: 100%;
    max-height: 100%;
}

#streamer-image-1{
    position: relative;
    width: 242px;
    height: 142px;
    left: 20px;
    top: 10px;
}

#streamer-image-1 img{
    max-width: 100%;
    max-height: 100%;
}

#streamer-image-2{
    position: relative;
    width: 230px;
    height: 131px;
    left: 80px;
    top: -40px;
}

#streamer-image-2 img{
    max-width: 100%;
    max-height: 100%;
}

.button-learn-more {
    width: 245px;
    height: 50px;
    font-family: Rajdhani;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    outline: none;
    border: none;
}

.button-learn-more:hover {
    filter: brightness(1.5);
}

.gradient_left{
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.gradient_right{
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.home-column-body-text{
    font-family: Rajdhani;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #E1F4FD;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
    width: 280px;
}

#vid-cont {
    position: absolute;
    width: 100%;
    height: 350px;
    z-index: 1;
    overflow: hidden;
}

#units-vid {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
}

.unit-box {
    position: absolute;
    bottom: 30px;
    width: 100%;
    height: 60px;
    overflow: hidden;
    z-index: 2;
}

.unit {
    position: absolute;
    bottom: -20px;
    left: -140px;
    width: 92px;
    height: 92px;
}
.footer-container{
    height: 30px;
    background-color: black;
}

@keyframes ani-forward {
    0% {
      left: -140px;
    }
    100% {
      left: 100%;
    }
}

@keyframes ani-backward {
    0% {
      left: 100%;
    }
    100% {
      left: -140px;
    }
}

@media (max-aspect-ratio: 1/1) {
    .header-streamcap {
        margin: 20px 20px 20px 20px
    }
    .header li{
      padding-right: 0px;
    }
    .user-menu {
        display: none;
    }
    .header-streamer {
        font-size: 30px !important;
    }
    #discord-icon {
        font-size: 2em;
    }
    #twitter-icon {
        font-size: 2em;
    }
    #youtube-icon {
        font-size: 2em;
    }
    #home {
        flex-direction: column;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: flex-start;
    }
    #home-center{
        order: 1;
        height: 1000px;
        width: 100%;
    }
    #home-logo{
        width: 500px;
        height: 213px;
    }
    #home-login-cont{
        width: 90%;
        height: 140px;
    }
    #home-viewer-column{
        order: 2;
        top: 270px;
        width: 100%;
        height: 460px;
        background-color: var(--default-dark-bg-color);
    }
    #home-viewer-title{
        background: none !important;
    }
    #home-streamer-column{
        order: 3;
        top: 320px;
        height: 460px;
        width: 100%;
        margin-bottom: 120px;
    }
    #home-streamer-title{
        background: none !important;
    }
    #home-viewer-column-content{
        height: 150px;
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }
    .home-column-text{
        font-size: 3.5em;
        color: #F5E230;
    }
    #viewer-image-1{
        position: relative;
        top: 0px;
        left: 30px;
    }
    #viewer-image-2{
        position: relative;
        width: 259px;
        height: 152px;
        top: -20px;
        left: 0px;
    }
    #viewer-image-3{
        position: relative;
        width: 259px;
        height: 152px;
        top: 0px;
        left: -30px;
    }
    #home-streamer-column-content{
        height: 150px;
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }
    #streamer-image-1{
        position: relative;
        width: 259px;
        height: 152px;
        top: 20px;
        left: 20px;
    }
    #streamer-image-2{
        position: relative;
        width: 259px;
        height: 152px;
        top: 0px;
        left: -20px;
    }
    .unit-box {
        top: 1094px;
    }
    #footer {
        margin-top: 0px;
        font-size: 1.5em;
    }
    .gradient_left{
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
    }

    .gradient_right{
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
    }
}
