footer {
    padding: 80px 0;
    background-color: #222222;
}

footer .logo {
    width: 100px;
}

footer p,
footer span {
    color: #fff;
    font-size: 12px;
}
footer h6 {
    color: #fff;
    font-weight: bold;
}
footer a {
    color: #fff;
    font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
footer .btn {
	height: 38px;
    font-weight: 600;
	background-color: #CBB68F;
	color: #222222;
}
.rrss a {
    text-decoration: none;
}
.rrss img {
    margin-right: 20px;
}