body {
    position: relative;
}

.navbar-bg-transparent {
    background: #0000009e !important;
}

.main-header.headroom--not-top {
    background-color: #0000009e !important;
}

.navbar-nav .nav-link {
    --bs-nav-link-color: rgba(var(--bs-white-rgb), 0.75);
    --bs-nav-link-hover-color: var(--bs-white);
}

a.nav-link.active {
    color: #ff0000!important;
    font-weight: bold;
}

.header-navbar-brand img {
    height: 40px;
}

.lnn-bg-dark {
    background-color: #212529;
}

.title-hint {
    font-style: italic;
}

.title-hint-light {
    color: #bfb9b9;
}

img.footer-logo {
    height: 100px;
}

.currency {
    font-weight: bold;
}

.podcast ul {
    padding-left: 0;
    list-style: none;
    color: #f9f7f7ab;
}
.hidden {
    display: none;
}
.fs-5 {
    font-size: 1.5rem;
}
.property-content {
    font-size: 1rem;
    background-color: #f1f1f1;
}
.overlay.position-absolute {
    top: 0;
    left: 0;
}
.post-content {
    font-size: 1.25rem;
    line-height: 2rem;
}
.bg-brand {
    background-color: #f00;
    color: #fff!important;
}
.bg-brand a {
    color: #fff;
}
.footer {
    position: relative;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    bottom: 0;
    height: 100%!important;
    overflow-x: hidden;
    background: #2c2c2c;
    text-align: center;
}

.team-image {
    z-index: -1000;
    opacity: .3;
}

.navbar-toggler {
    color: #fff!important;
}

/* .footer-content {
    position: absolute;
    bottom: 0;
    width: 100%;
} */

.sticky-top {
    top: 5.625rem;
}

@media (max-width:576px) {
    .footer-socials {
        display: none!important;
    }
    img.footer-logo {
        height: 50px!important;
    }
    .footer-content {
        position: relative;
        width: 100%;
    }
 }