/*#footer {
	padding-top: 80px;
	padding-bottom: 80px;
	font-size: 16px!important;
	line-height: 24px;
}

#footer ul li, #footer p  {
	font-size: 16px;
}

#footer h3.title {
	font-size: 21px;
}*/

#footer {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 16px!important;
    line-height: 32px!important;
    background: black;
    color: white!important;
}

#footer ul li, #footer p  {
    font-size: 16px;
        color: white!important;

}

#footer a {
    color: whitesmoke;
}
#footer a:hover {
    color: #ffce00;
}

#footer h3.title {
    font-size: 24px;
        color: #ffce00;
        margin-bottom: 30px

}