.footer {
    background-color: #4A010A;
}

footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 40px 0;
}

.footer-title {
    font-family: Libre Baskerville;
    font-size: 24px;
    font-weight: 500;
    color: #F4CFA5;
}

.head-tag {
    font-size: 26px;
    font-weight: 300;
    font-family: Bookman Old Style;
    color: #F4CFA5;
}

footer p,
footer a,
footer li {
    font-family: Bookman Old Style;
    font-weight: 300;
    color: #F5F5F5;
    font-size: 24px;

}

footer a:hover {
    color: #fff;
    text-decoration: none;
}



.social-icons a:hover {
    color: #fff;
}

.footer-links li {
    border: none;
    text-decoration: none;
    margin-bottom: 10px;
}

.contact-info {
    font-family: Bookman Old Style;
    font-weight: 300;
    font-size: 20px;

}

.newsletter-form .form-control {
    background-color: #333;
    border: none;
    color: #ccc;
    padding: 10px;
}

.newsletter-form .btn {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
}

.footer-bottom {
    border-top: 1px solid #444;

    
    color: #888;
}

.footer-bottom a {
    font-size: 16px;
    color: #888;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #fff;
}