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

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

    p {
        line-height: 1.5em;
    }

    a {
        /*text-decoration: none;*/
        color: #000;
    }

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

    h1, h2 {
        font-size: 22px;
        /*padding-top: 25px;*/
        /*background: hotpink;*/
    }

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

    .dark {
        background: #679b8f;
    }

    ul {
        margin: 0;
        list-style: disc inside none;
    }

    li {
        padding-left: 1em;
    }

    p {
        margin: 20px 10px 0 0;
    }


    .expand {
        width: 100%;
        padding: 30px 0 30px 0;
    }

    .width {
        margin: 0 10px;
        /*background: hotpink;*/  ;
        /*background: peachpuff;*/
    }


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

    .header .right {
        display: none;
        text-align: right;
        width: 100%;
    }

    #hamburger {
        float: right;
        color: #F0D2A0;
        font-size: 20px;
    }

    .header a {
        display: block;
        color: #F0D2A0;
        margin: 8px 0 8px 0;
    }

    .who {
        background: #526a64;
    }

    .who p {
        margin-bottom: 20px;
    }

    .about .col img {
        float: right;
        margin: 0 0 10px 7px;
    }

    .about .col-final {
        display: none;
    }

    .about .col-final img {
        width: 135px;
        height: 169px;
    }

    #map {
        width: 100%;
        height: auto;
        margin: 20px 0 0 0;
    }

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