/* --- HOMEPAGE --- */
.home-box {
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding: 1rem;
    box-sizing: border-box;
}

.home-poster {
    flex-shrink: 1;
    flex-grow: 1;
    height: 0;
    width: 100%;
    padding: 0 8rem;
    box-sizing: border-box;
}

.home-poster img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.poster-phone {
    display: none;
}

.home-tiles {
    display: flex;
    flex-shrink: 0;
    padding: 1rem 0 2rem;
    box-sizing: border-box;
}

.home-tile {
    flex-shrink: 0;
    flex-grow: 1;
    text-align: center;
}

.home-tile h3 {
    font-family: var(--sen-font);
    font-weight: 700;
    color: white;
}

.home-tile img {
    height: 10rem;
}

@media screen and (max-aspect-ratio: 1/1) {
    .poster-desktop {
        display: none;
    }

    .poster-phone {
        display: block;
    }

    .home-box {
        height: auto;
    }

    .home-poster {
        height: auto;
        flex-shrink: 0;
        margin-top: 4rem;
        padding: 0 1rem;
    }

    #jazyk_btn {
        top: 2rem;
        right: 1rem;
    }

    .home-tiles {
        flex-direction: column;
    }

    .home-tile {
        padding-bottom: 2rem;
    }
}


/* --- GENERAL --- */
nav {
    padding: 0;
}

.navbar_logo {
    font-family: var(--sen-font);
    font-weight: 700;
    color: white;
    margin: 0 auto;
    text-decoration: none;
    font-size: 1.75rem;
    padding: 1.5rem 0;
    background: transparent;
}

@media screen and (max-aspect-ratio: 1/1) {
    .menu-wrap .hamburger {
        padding: 1rem 2rem;
        background: transparent;
    }

    .navbar_logo {
        padding: 1.2rem 3rem;
        font-size: 1.15rem;
    }
}

/* --- HISTORY --- */
.start_text p {
    font-size: 1.25rem;
    line-height: 2;
}

/* --- LINEUP --- */
.kontakt_list.band_list {
    padding: 1rem 0;
}

.band {
    background: transparent;
    padding: 0.5rem 0;
    font-family: var(--sen-font);
    font-weight: 700;
}

.band-time {
    background: transparent;
    font-size: 1rem;
    opacity: 0.6;
    font-weight: 400;
}

.band-name {
    background: transparent;
    font-size: 1.6rem;
    font-weight: 600;
    /*padding: 0.25rem 0;*/
}

.band-place {
    background: transparent;
    font-size: 1rem;
}

.band-important .band-time {
    /*font-size: 1.5rem;*/
}

.band-important .band-name {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1;
}

.band-important .band-place {
    font-size: 1.2rem;
}

@media screen and (max-aspect-ratio: 1/1) {
    body {
        height: auto !important;
        overflow: auto !important;
    }

    .kontakt_list {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        width: calc(100% - 2rem) !important;
        margin: 3rem 1rem;
        padding: 1rem !important;
        box-sizing: border-box;
    }

    #pozadi_kontakt {
        position: fixed;
        z-index: 0;
    }

    .band {
        padding: 0.75rem 0;
    }

    .band-time {
        font-size: 1rem;
    }

    .band-name {
        font-size: 1.3rem;
        padding: 0.15rem 0;
    }

    .band-place {
        font-size: 1rem;
        font-weight: 400;
    }

    .band-important {
        padding-bottom: 0.75rem;
    }

    .band-important .band-time {
        font-size: 1.2rem;
    }

    .band-important .band-name {
        font-size: 1.75rem;
        font-weight: 800;
    }

    .band-important .band-place {
        font-size: 1.4rem;
    }
}

/* --- PARTNERS --- */
.albums {
    justify-content: center;
}

.album {
    font-size: 1.5rem;
}