
.footer{	    
    position: relative;       
    background:var(--primary-color);   
    color:white;    
    spadding: 10px;
    color: #fff;    
    font-family: inherit;
    font-size: 16px;
    font-weight: 300;    
    text-decoration: none;    
    padding-bottom:10px;
}

.footer ul{
    padding:0px;
    list-style: none;
}

.footer ul li{
    margin-bottom:10px;
}

.footer ul li a{        
    color: #fff;    
    font-size: 16px;
    text-decoration: none;    
    font-weight: 300;    
}