/* Footer */

#menu-footernav {
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    opacity: 0.6;
    padding-bottom: 5px;
}

#menu-footernav li {
    display: inline-block;
    margin-right: 25px;
}

#menu-footernav li:last-of-type {
    margin-right: 0;
}

#menu-footernav li a {
    color: var(--black);
}

#copyright div.et_pb_text_inner {
    text-align: center;
}