/*--------------------------------------------------------------
  # Global Footer
--------------------------------------------------------------*/
#footer {
    background-color: var(--background-color);
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    color: var(--default-color);
    font-size: 14px;
    margin-top: 150px;
    padding: 40px 0;
    position: relative;
}

#footer .copyright p {
    margin-bottom: 0;
}

#footer .credits {
    margin-top: 4px;
    font-size: 13px;
    text-align: center;
}

#footer .social-links{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
}

#footer ul li {
    list-style: none;
}