/* ----------------------------- */
/*            SSLL               */
/* ----------------------------- */

.about-container {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 30px;
}

#container.home .artist-text {
    font-weight: 800;
}

/*   ---   HEADER   ---   */
header .menu a.small-text {
    font-size: 3.5vw;
}

.menu .active::before {
    border-width: 4px !important;
}

header .menu a {
    font-size: 3.8vw;
}

#wantSubmit {
    font-size: 35px;
    line-height: 35px;
}

#want-form p,
#want-form label {
    font-size: 16px;
    line-height: 22px;
}

.mobile-menu #mobile-nav {
    /* height: calc(var(--vh, 1vh) * 100 - 51px); */
    height: calc(100vh - 51px);
    overflow-y: scroll;
    position: fixed;
    top: 51px;
}

/*   ---   HOMEPAGE   ---   */
@media (max-width: 768px) {
    .home .reorder-1 .horizontal-container img {
        height: calc(100vw * 450 / 375);
        max-height: 100vh;
        object-fit: cover;
        object-position: 65%;
    }
}

.banner-logo.absolute {
    bottom: unset !important;
    position: absolute !important;
}

/*   ---   NEWS ITEM   ---   */
.news-item h3 {
    font-size: 28px !important;
    line-height: 30px !important;
}

/*   ---   ABOUT   ---   */
section.section-about-text {
    text-align: left;
    padding-top: 60px;
    padding-bottom: 80px;
    font-size: 0.75vw;
    /* font-size: 14px; */
    font-family: "Roobert Light", sans-serif;
}

.about-text--content {
    text-align: justify;
    font-size: 20px;
}

@media (max-width: 1920px) {
    section.section-about-text {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .about-container {
        box-sizing: border-box;
        width: 100%;
        padding-inline: calc(100vw * 30 / 768);
        margin-inline: auto;
    }
}
