h1.logo {
    font-weight: 400;
    line-height: 1.25em;
}

#banner {
    border-top: 0.35em solid #e44c65;
}

#qr-sidebar {
    position: fixed;
    left: 20px;
    top: calc(3.5em + 16px);
    z-index: 99;
    width: 150px;
    height: 150px;
}

@media screen and (max-width: 736px) {
    #qr-sidebar {
        position: fixed;
        left: auto;
        right: 12px;
        top: calc(3.5em + 4px);
        z-index: 99;
        width: 72px;
        height: 72px;
    }
}

body.landing #header {
    position: fixed;
    background: rgba(39, 40, 51, 0.965);
    box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
}

body.landing #page-wrapper {
    padding-top: 3.5em;
}

@media screen and (max-width: 980px) {
    #content .row > * + * {
        margin-top: 2em;
    }
}