/* --- LANDING --- */

#indexLandingSection {
    background-image: url("/photos/photo02_m.png");
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#storyLandingSection {
    background-image: url("/photos/photo03_m.png");
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#honeyLandingSection {
    background-image: url("/photos/photo04_m.png");
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#landingWelcomeText {
    margin-bottom: 1%;
}


/* --- NAŠE VČELKY --- */

#ourBeesSection {
    display: flex;
    justify-content: center;
    padding-top: 8%;
}

.photoAndTextWrapper {
    width: 80%;
    display: flex;
    justify-content: center;
}

.photoWrapper {
    width: 45%;
}

.photoWrapper img {
    max-width: 100%;
}

.textWrapper {
    margin-left: 3%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.header {
    display: flex;
    padding-left: 4%;
}

.header img {
    max-width: 2rem;
    margin-right: 4%;
}

.text {
    margin-top: 5%;
    padding-left: 4%;
}

@media only screen and (max-width: 1024px) {

    .photoAndTextWrapper {
        width: 50%;
        flex-direction: column;
    }

    .photoWrapper {
        width: 100%;
    }

    .header {
        margin-top: 5%;
    }
}

@media only screen and (max-width: 820px) {

    .photoAndTextWrapper {
        width: 70%;
    }

    .photoAndTextWrapper {
        width: 55%;
    }
}