/*==================================================
  Footer
==================================================*/

#footer{
    background:var(--grad-footer)!important;
    color:rgba(255,255,255,.7)!important;
}

#footer-in{
    padding:10px 0!important;
}

.footer-bottom{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.footer-bottom-logo,
.footer-bottom-content{
    text-align:center;
}

#navi-footer-in{
    display:flex;
    justify-content:center;
}

#footer-in .logo-footer a,
#footer-in .copyright,
#footer-in .navi-footer-in a{
    color:rgba(255,255,255,.85)!important;
}

#footer a:hover{
    opacity:.8;
}