.footer {
    background-color: #333; 
    color: #f8f8f8;
    padding: 40px 0 0px 0px;
    font-weight: 100;
}
.footer .footer-text{
    line-height: 1.7;
    width: 80%;
}
.footer h5 {
    color: #f39c12; /* Orange color for titles */
    font-weight: bold;
}
.footer-bottom {
    background-color: #F26924; /* Orange footer bottom */
    color: white !important;
    padding: 20px 0;
    text-align: center;
}
.footer-bottom img {
    margin: 3px 10px;
}
.footer-bottom a {
    font-weight: 400 !important;
}
.footer a {
    font-weight: 100;
    color: #f8f8f8;
    text-decoration: none;
    line-height: 1.7;
}
.footer-bottom a:hover {
    text-decoration: underline;
}
.footer .social-icons .facebook-icon{
    padding: 3px 10px;
}
.footer .social-icons .insta-icon{
    font-size: 25px;
    vertical-align: middle;
}
