body {
    padding-bottom: 70px; /* for footer */
}
.logo {
    display: block;
    background-image: url('../img/noodlefactory.png');
    background-size: contain;
    padding-top: 16.37%; /* aspect ratio fix */
    background-repeat: no-repeat;
    max-width: 550px;
}
.breadcrumb {
    background: white;
    font-weight: bold;
    font-style: italic;
    font-size: x-large;
    margin-bottom: 0;
}
.breadcrumb > li:first-child a:after {
    content: "\2302";
}
.breadcrumb .title {
    display: inline;
}
.pagedate, .pagelicense, .pagecopyright {
    font-style: italic;
    font-size: xx-small;
}
#pagebody {
    margin: 0 3em;
}
#footer .navbar {
    min-height: 40px;
}
#footer .navbar-brand {
    padding: 0 15px;
    height: 40px;
    line-height: 30px;
}

