.bg-white {
    background-color: #42362a !important;
}

.bg-dark {
    background-color: #42362a !important;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 400 !important;
}

.ms-4 {
    margin-left: 0.25rem !important;
}

.me-4 {
    margin-left: 0.25rem !important;
}

.text-body,
.footer .btn.btn-link {
    color: #fff !important;
}

html {
    scroll-behavior: smooth;
}

.d-none {
    display: flex !important;
}

@media (max-width: 990px) {

    #socialMediaDiv {
        display: none !important;
    }


}