p {
    color: #ababab;
    font-size: 13px;
}

#footer a:not(.btn):not(.no-footer-css) {
    color: #ababab;
    font-size: 13px;
}

#footer .footer-copyright p {
    color: #ababab;
}

#footer {
    margin-top: -8px;
}

.call-to-action.call-to-action-in-footer {
    margin-bottom: 0px !important;
}

.gri {
    width: 100%;
    height: 100vh;
    background-color: rgba(31, 31, 31, 0.329);
    position: absolute;
    top: 0;
}

@media (min-width: 992px) {
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu {
        min-width: 640px !important;
    }
}

.dropdown-menu {
    display: flex !important;
    justify-content: center!important;
    align-items: center!important;
    flex-direction: column!important;
    flex-wrap: wrap!important;
    max-height: 80vh!important;
    width: auto !important!important;
}