/* ==========================================
   FOOTER
========================================== */

.site-footer{

    margin-top:50px;

    border-top:1px solid rgba(255,255,255,.08);

    background:#09152F;

}

.footer-container{

    height:70px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:20px;

}

.footer-left{

    color:#BFD5FF;

    font-size:.95rem;

}

.footer-right{

    display:flex;

    align-items:center;

    gap:32px;

}

.footer-right a{

    color:#BFD5FF;

    text-decoration:none;

    font-size:.95rem;

    transition:.25s ease;

}

.footer-right a:hover{

    color:#FFD84A;

}