a:visited {
    color: white;
}

.BMparTitle {
    text-align: center;
    font-size: 4.5vmax;
}

.BMpar {
    height: auto;
}

.BMdescr {
    max-width: 80vw;
    height: auto;
    font-family: 'Josefin Sans';
    font-weight: 100;
}

.BMtext {
    font-size: 2.8vmax;
    text-align: justify;
}

.BMimgText {
    text-align: right;
    font-size: 2.5vw;
}

.BMimg {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: left;
}

.BMimgH {
    width: 80vw;
    max-width: 80vh;
}

.BMimgV {
    width: 80vw;
    max-width: 80vh;
}

.BMfd {
    opacity: 0;
    transition: opacity 5s ease-in-out;
    position: relative;
    justify-content: space-evenly;
}

.BMRow {
    flex-direction: column;
    position: sticky;
    top: 20vh;
    width: auto;
    height: auto;
    justify-content: space-evenly;
}

.BMRowReverse {
    flex-direction: column;
}

@media (min-width: 576px) {
    .BMpar {
        height: 140vh;
    }

    .BMparTitle {
        font-size: 3.5vmax;
        color: white;
        text-decoration: none;
    }

    .BMtext {
        font-size: 2vmax;
        max-width: 35vw;
        text-decoration: none;
    }

    .BMdescr {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        height: auto;
        width: auto;
        font-family: 'Josefin Sans';
        font-weight: 100;
    }

    .BMimgH {
        display: flex;
        width: 40vw;
        max-height: 40vw;
    }

    .BMimgV {
        display: flex;
        width: 30vw;
        max-width: 30vw;
    }

    .BMimgText {
        text-align: right;
        font-size: 1.4vw;
    }

    .BMfd {
        opacity: 0;
        transition: opacity 5s ease-in-out;
    }

    .BMRow {
        flex-direction: row;
        position: sticky;
        top: 20vh;
        width: auto;
        height: auto;
        justify-content: space-evenly;
    }

    .BMRowReverse {
        flex-direction: row-reverse;
        position: sticky;
        top: 20vh;
        width: auto;
        height: auto;
        justify-content: space-evenly;
    }

    .BMFooter {
        display: flex;
        height: 100vh;
        align-items: center;
        justify-content: center;
    }
}