@media(max-width: 425px) {
	ul.social-icons li {
		padding: 0px !important;
		margin: 0 5px !important;
		width: 20px !important;
		height: 20px !important;
	}
	ul.social-icons li:first-of-type a i {
		line-height: 20px;
		font-size: small;
	}
	ul.social-icons li:first-of-type i {
		width: 20px !important;
		height: 20px !important;
	}

	ul.social-icons li:not(:first-of-type) a i {
		font-size: medium !important;
	}
}

.footer-bg {
	background-color: #D2D5D7;
}

.footer-text {
	font-size: smaller;
}

a i.fal.fa-chevron-circle-up {
	font-size: xx-large;
	color: #454547;
}

ul.social-icons li {
    display: inline-block;
	padding: 5px;
	width: 30px;
	margin: 0px 10px;
	height: 30px;
	text-align: center;
}

ul.social-icons li a:hover {
    text-decoration: none;
}

ul.social-icons li:first-of-type i {
	background: #454547;
	border-radius: 50%;
}

ul.social-icons li:first-of-type i {
	height: 25px;
	width: 25px;
	line-height: 25px;
}

ul.social-icons li:not(:first-of-type) a i {
	font-size: x-large;
  	color: #454547;
}
