body {
    color: #fff;
    background: #3e0e01;
}

.splash-screen {
    margin: 1em;
}

.splash-screen_title {
    max-width: 79%;
    float: left;
    margin-right: 3%;
    margin-bottom: 2em;
}

.splash-screen_man {
    max-width: 15%;
    float: right;
    margin-left: 3%;
    margin-bottom: 2em;
}

.splash-screen_list {
    clear: both;
}

.predilection {
    font-family: "Gill Sans", Avenir, "Avenir Next", "Century Gothic", Futura, "Helvetica Neue", sans-serif;
    font-weight: lighter;

    border: 1px solid #723d2d;
    color: #fff;
    background: #601402;

    padding: 0.5em 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.predilection_title {
    font-size: 1.5em;
    letter-spacing: 0.05em;
    text-transform: uppercase;

    margin-top: 0;
    margin-bottom: 0;
}

.predilection_description {
    letter-spacing: 0.02em;

    margin-top: 0;
    margin-bottom: 0;
}

.predilection-list {
    list-style: none;

    padding: 0;
}

@media screen and (min-width: 600px) {
    .splash-screen {
        position: absolute;
        right: 15%;
        bottom: 10%;
    }

    .splash-screen_title {
        max-width: none;
        float: none;
        display: block;
        margin: 0;
    }

    .splash-screen_man {
        max-width: none;
        float: none;
        margin: 0;
        margin-right: 1em;
    }

    .splash-screen_list {
        display: inline-block;
        clear: none;

        max-width: 25em;

        margin: 0;
        margin-left: 1em;
    }

}
