/* Custom CSS overrides */
#header {
    background-color: #c4bdb5;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    z-index: 5;
    padding: 40px 0;
    text-align: center;
    min-height: 130px;
}

#content-wrapper .region-content .node .field--type-image {
    float: left;
}

#content-wrapper .region-content .node .field--type-image img {
    margin: 0 1em 1em 0;
}