body {
	margin: 0px;
}

.footer-logo{
	background: #525a5c;
	padding: 20px;
}


.footer-text p{

	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
    margin-top: 20px;

}


.copyright{
	background: #000;
	padding: 20px;
}

.footer-nav ul{
	display: flex;
}

.footer-nav ul li{
	list-style: none;
}


.footer-nav ul li a{
	color: #fff;
    margin-right: 15px;
}

.footer-nav ul li a:hover{
	text-decoration: none;
	color: #fff;
}


@media (max-width: 767px) {

.footer-text p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-top: 20px;
    text-align: center;
    line-height: 20px;
}

.footer-nav ul li a {
    color: #fff;
    margin-right: 0px;
    font-size: 12px;
}

}