/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
    position: relative;
    margin: 0;
    padding: 2rem 1rem;
    width: 100%;
    background: linear-gradient(90deg, rgba(45, 49, 66, 0.8) 0%, rgba(0, 0, 0, 1) 100%), url(../img/footer-bg.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    font-size: 16px;
}

.footer * {
    color: #fff;
}

.footer a:hover {
    color: #f18701;
}

.footer h2 {
    letter-spacing: 0.1rem;
    margin-bottom: 1.5rem;
}

.footer h2 small {
    font-size: 22px;
    background-color: #fff;
    color: #212121;
    display: inline-block;
}

.footer ul {
    list-style-type: square;
    font-size: 16px;
    line-height: 28px;
}

.footer-year {
    margin-bottom: 30px;
}

.footer-bottom {
    font-size: 16px;
    letter-spacing: 0.05rem;
    padding-top: 15px;
    border-top: 1px solid #6d6a75;
}

.f-right {
    text-align: right;
}

.footer-logo {
    width: 100%;
    display: block;
    max-width: 400px;
    margin-bottom: 1rem;
}


@media (max-width:768px) {
    .footer {
        padding-bottom: 8rem;
    }

}