

/* ------- Footer Section Styling Starts ------- */


.footer {
background-color: #F3F3F3;
width: 100%;
height: 100%;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer img {
    margin-bottom: 20px;
}

.footer-menu ul {
    list-style-type: none;
}

.footer-menu li {
    display: inline;
    line-height: 2;
    
    font-size: 14px;
    padding-right: 15px;
    text-transform: uppercase;
}

.footer-menu li a {
    color: #707570;
    text-decoration: none;
}

.footer-text p {
    
    font-size: 14px;
    color: #707570;
    
    line-height: 2;
    letter-spacing: 1px;
    margin-top: 10px;
}

/* ------- Footer Section Styling Starts ------- */

.no-color {
    background: #FFFFFF;
}
.invert{
    -webkit-filter: invert(100%); /* Safari 6.0 - 9.0 */
    filter: invert(100%);
}
