@media only screen and (min-width: 920px) {
    body, html {
        background: #f5f5f0;
        font-family: 'Vollkorn', serif;
        font-size: 17px;
        font-weight: 400;
        color: #666;
    }

    h1, h2, p, ul {
        margin: 0;
        padding: 0;
    }

    p {
        line-height: 1.5em;
    }

    h1, h2, .header a, .header {
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        text-transform: uppercase;
        color: #666;
        text-decoration: none;
        letter-spacing: 1px;
    }

    a {
        text-decoration: none;
        color: #666;
    }

    .header a:hover {
        color: #F0D2A0;
    }

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 25px;
        padding: 50px 0 25px 0;
    }

    .right {
        float: right;
    }

    .dark, .dark h1, .dark h2, .dark a {
        color: #f1f1f1;
        text-decoration: none;
    }

    .col {
        float: left;
        width: 300px;
        margin-right: 30px;
    }

    .col-final {
        float: left;
        width: 300px;
    }

    .col-wide {
        float: left;
        width: 450px;
        margin-right: 60px;
    }

    .col-wide-final {
        float: left;
        width: 450px;
    }

    .center {
        width: 960px;
        text-align: center;
    }

    .expand {
        width: 100%;
    }

    .width {
        width: 960px;
        margin: 0 auto;
    }

    .header {
        height: 55px;
        padding-top: 50px;
        background: rgb(103, 155, 143);
        /*border-bottom: 0.5em solid #CED4E1;*/
        box-shadow: 0 0 10px 2px #F0D2A0;
    }

    .header h1 {
        display: inline-block;
    }

    .header .right {
        margin-top: 5px;
    }

    .header a {
        display: inline-block;
        padding: 0 1em 0.5em 0;
    }

    .header #hamburger {
        display: none;
    }

    .therapy {
        height: 400px;
    }

    .therapy p {
        line-height: 1.75em;
    }

    .who {
        height: 500px;
        background: #526a64 url('img/who-bg2@2x.jpg') no-repeat scroll center;
        background-size: 1477px 500px;
        box-shadow: 0 0 5px #888888;
    }

    .who p {
        margin: 0 0 0.5em 0;
    }

    .who ul {
        margin: 0.5em 0 0 2em;
    }

    .about {
        height: 550px;
    }

    .about .col img {
        display: none;
    }

    .contact {
        height: 450px;
        background: rgb(103, 155, 143) url("img/contact-bg-yellow@2x.png") no-repeat bottom right;
        background-size: 325px 191px;
        box-shadow: 0 0 5px #888888;
    }

    .contact .col-wide-final {
        height: 285px;
    }

    .contact p {
        line-height: 1.2em;
    }

    .contact .supervision {
        width: 100%;
        font-family: 'Lato', sans-serif;;
        /*background: hotpink;*/
        color: #ddd;
        font-size: 14px;
        line-height: 1.2em;
    }
}