.zenCodingSlide {
    background: url('../img/backgrounds/5201527.jpg?202310291440') right;
    height: 150vh;
}

.zenCodingTextBox {
    padding-top: 200px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: left;

    @media (min-width: 1401px) { /* todo use the --desktopMinWidth env variable when they'll be available */
        margin-right: 100px;
    }
}

.zenCodingTitle {
    color: white;
    text-transform: uppercase;
    padding-bottom: .5em;

    @media (min-width: 1001px) {
        font-size: 92px;
    }
    @media (max-width: 1000px) {
        font-size: 64px;
    }
}

.zenCodingTextBox p {
    color: white;
    width: 100%;

    @media (max-width: 1400px) { /* todo use the --desktopMinWidth env variable when they'll be available */
        font-size: 32px;
    }
    @media (min-width: 1401px) { /* todo use the --desktopMinWidth env variable when they'll be available */
        color: white;
        font-size: 48px;
        width: 100%;
    }
}
