/* Local static-site adjustments on top of the original PirateBox theme */
body {
    padding-top: 70px;
}
.jumbotron .post-date {
    color: #777;
}
.jumbotron img.img-responsive {
    margin-top: 15px;
}

/* Navbar brand and nav icons.
   Bootstrap 3's glyphicon font files were never included in this static
   export, so the old .glyphicon spans rendered as blank space. The brand now
   uses the real PirateBox mark and the nav icons are inline SVG. */
.navbar-brand {
    display: flex;
    align-items: center;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-brand .brand-mark {
    height: 28px;
    width: auto;
    margin-right: 9px;
}
.navbar-brand .brand-text {
    font-weight: bold;
    letter-spacing: 0.5px;
}
.navbar-brand .brand-box {
    color: #d9534f;
}
/* currentColor lets the icons inherit the navbar link colour and hover state */
.nav-ico {
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: -0.125em;
    margin-right: 5px;
}
