*{
	margin: 0;
	padding: 0;
}


.footer-edn{
	width: 100%;
	height: 200px;
	background: #424949;
	text-align: center;
}

.footer-edn img{
	width: 40px;
	margin-right: 10px;
	padding-top: 30px;
	padding-bottom: 10px;
	transition: 1s;

}

.footer-edn img:hover{
	transform: scale(1.2);

}

.footer-edn a{
	font-size: 17px;
	text-decoration: none;
	color: white;
}

.footer-edn p{
	color: white;
	display: inline-block;
}

.footer-edn a:hover{
	color: #008ecc;

}

@media screen and (max-width: 359px) {
	.footer-edn{
		width: 360px;
	}
}