body > .main-container {
    height: calc(100vh - 56px);
}

.breadcrumb {
    display: none;
}

.carousel-caption.blacked {
    left: inherit;
    position: inherit !important;
    line-height: 20px;

    background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */

    bottom: inherit;
}

.form-floating label {
    color: black;
}