/* Show it is fixed to the top */
body {
    min-height: 75rem;
    padding-top: 1rem;
}

.bg-holding {
    background-color: rgba(69,23,29,100%) !important;
}

.navbar {
    border-left: 150px solid #fff;
}

.navbar-brand {
    left: -150px;
    position: absolute;
}

.navbar-brand-image {
    width: 120px;
    margin: 0 15px
}