footer {
    font-size: 80%;
}

footer a,
footer a:visited {
    color: #333;
}

footer a:hover {
    color: #000;
}

#mh_logo a {
    padding: 20px 0;
    display: block;
    text-align: center;
}

#mh_logo img {
    max-height: 80px;
}

ul#m1 {
    margin: 0 auto;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

header {
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    transition: margin-top .5s ease;
    background-color: #fff;
    z-index: 300;
}

.form_text.padded {
    padding: 0 0 .5em 0 !important;
}

#breadcrumbs {
    margin-bottom: 1em;
}

body header + * {
    margin-top: 200px;
}

.page_scrolled header {
    margin-top: -120px;
}

.dons_footer img {
    max-width: 100px;
    float: left;
    margin: 0 .5em .5em 0;
}