html, body {
    background: #fdfdfd;
}

header {
    margin-bottom:30px;
    border-bottom:1px solid #e1e1e1;
}
header h1 a:hover {
    text-decoration: none;
}
header h1 a {
    color: #333;
}

body {
    font-family: 'Assistant', 'Helvetica Neue-Light', 'Helvetica Neue', 'Helvetica', 'Arial';
}

body h2 {
    margin-bottom: 15px;
}

footer {
    border-top: 1px solid #f1f1f1;
    padding-top:30px;
    margin-top:30px;
    text-align: right;
}

.container-fluid {
    max-width: 1200px;
    /*margin: 0 auto;*/
    padding: 40px 0px 0px 0px;
}

h1 .subtitle {
    color: #aaa;
}
h1 .subtitle:before {
    content: "/ ";
}
h4 small {
    font-size:0.675em;
}

.nav-item.active > a,
.nav-item li.active > a {
    font-weight: 600;
}