body {
    /* Compensate for floating footer NavBar */
    /* done in "old" stylesheet padding-top: 15px; */
    padding-bottom: 0; /* no floating footer is used anymore in the new design, no need to compensate it as well */
}

/* Not required when using div.container-fluid > footer.row */
footer {
    padding-left: 0;
    padding-right: 0;
}

/* Use a gradient to realize a "dropdown" shadow below the navigation bar */
/* @link https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient */
body:before {
    position: absolute;
    width: 100%;
    height: 50px;
    content: "";
    background: linear-gradient(black -100%, transparent);
}

.header-bottom-tagline {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    position: relative;
    bottom: 55px;
}

.header-box .header-box-heading {
    text-align: initial;
}
