
body {
    font-family: Georgia, serif;
    line-height: 1.5em;
    color: #373434;

    background-color: #fff;
    -webkit-font-smoothing: antialiased !important;

    /* should prevent zoom when phone orientation is changed to landscape */
    -webkit-text-size-adjust: none;
}

.top-bar,
.body {
    color: #fff;
    background-color: #0098d4;
}

.body {
    overflow: hidden;
}

.content {
    position: relative;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}

.header .content {
    text-align: center;
    padding: 1em;
}
.header .content.with-image {
    margin-bottom: 200px;
}

.body .content {
    padding: 1em;
}
.body .content.with-image {
    margin-top: 50px;
}

h1 {
    font-size: 200%;
    line-height: 1.5em;
}

p {
    margin-bottom: 0.5em;
}

img.main {
    border-radius: 100%;
    border: 10px solid #fff;
    width: 250px;

    position: absolute;
    left: 50%;
    margin-left: -135px;
}

.menu a {
    padding: 1em;
    display: inline-block;

    color: #fff;
}