/* Stylesheet for mobile browser resolutions */

p {
    font-size: 1.5em;
}

#title {
    font-size: 2.5em;
    padding: 30px 20px;
}

#body {
    font-size: 1.7em;

    /* just hyphenate things */
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}