/* FOOTER */
.footer-main{
    background:#2F3E2E;
    color:#eaeaea;
    padding: 40px;
}

.footer-title{
    font-weight:600;
    font-size:16px;
    color:#fff;
}

a{
    text-decoration: none;
}

.footer-main p,
.footer-main a{
    font-size:14px;
    line-height:1.6;
}

.footer-main a{
    color:#C8A24A;
    text-decoration:none;
}
.footer-main a:hover{
    text-decoration:underline;
}

.footer-main i{
    font-size: 1.2em;
}

/* Links */
.footer-links li{
    margin-bottom:8px;
}

/* Font awesome */
.fa-solid{
    font-size: 20px;
}

/* Button */
.btn-footer{
    background:#f1d47a;
    color:#000;
    font-weight:600;
}
.btn-footer:hover{
    background:#f1d47a;
    color:#000;
}

/* Social */
.footer-social a{
    font-size:20px;
    color:#C8A24A;
    margin-right:10px;
}
.footer-social a:hover{
    color:#fff;
}

/* Copyright */
.footer-copy{
    color:#ccc;
}
