body a {
    color: #007bff;
    text-decoration: none;
}

body a.disabled,
body a:disabled {
    cursor: not-allowed !important;
}

body a:hover {
    text-decoration: none;
    filter: brightness(85%);
}

body .text-tenant {
    color: #BE1128;
}

body .btn.btn-tenant {
    color: #ffffff;
    background-color: #BE1128;
}

body .btn.btn-tenant:hover,
body .btn.btn-tenant:focus {
    color: #ffffff;
    text-decoration: none;
    filter: brightness(85%);
}

body nav.navbar{
    padding-top: 0;
    padding-bottom: 0;
}

body nav.navbar,
body div.footer{
    min-height: 50px;
}
.background-helper {
    background-image: url('../images/career_explorer_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 70vh;
    max-height: 400px;
    position: absolute;
    z-index: -1;
    opacity: 0.75;
}
.height-setter {
    max-height: 150vh;
}