/* CSS Document */
.menu,
.footer { display: none}
.hero-landing {
    color: #fff;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: url(../img/4lnj/bnn-landing.jpg) 50% / cover no-repeat;
    background-blend-mode: multiply, normal, normal, normal, normal, normal;
    backdrop-filter: blur(10.100000381469727px);
}
.info-row {
    margin: 50px 0 0;
}
.info-row .hero-lede {
    text-align: center;
    max-width: 100%;
}
.btn-row {
    max-width: 500px;
    margin: 50px auto 0;
}

@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {}