footer {
    background: rgb(var(--gray));
}

.dropdown-menu {
    display: block;
}

.text-white {
    color: rgb(--var(white));
}

.hero-wrapper {
    background: url('/img/homepage.jpg') center center;
    text-align: center;
}

.hero-inner {
    background: rgba(193, 228, 196, 0.5);
}

.hero {
    background: rgba(193, 228, 196, 1);
}
