.ce_rsce_sociallinks {
	grid-column: 1;
	grid-row: 3;
	/* margin-bottom: 1rem; */
}
.ce_rsce_sociallinks nav {
	display: flex;
}
.ce_rsce_sociallinks nav a {
	display: flex;
	/* padding: 0.1rem; */
	align-items: center;
	background-color: var(--color1);
	border-radius: .3rem;
	color: white;
	margin-right: 0.8rem;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	transition: background-color .3s;
	width: 2rem;
	height: 2rem;
	justify-content: center;
	align-items: center;
	border: 1px solid white;
}
.ce_rsce_sociallinks nav a:last-of-type {
	margin-right: 0rem;
	
}
.ce_rsce_sociallinks nav a:hover {
	background-color: var(--color1);
}
.ce_rsce_sociallinks nav a:hover span {
	color: var(--color1);
}
.ce_rsce_sociallinks nav a span {
	margin: 0rem;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	transition: color .3s ease;
	
}
.ce_rsce_sociallinks nav a i {
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	transition: color .3s ease;
	/* color: var(--color4); */
	width: 2rem;
	height: 2rem;
	/* border: 1px solid red; */
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	margin-top: -.1rem;
}
@media screen and (min-width: 768px){
	.ce_rsce_sociallinks {
		
	}
	
}
@media screen and (min-width: 992px){
	.ce_rsce_sociallinks {
		grid-column: 1;
		/* justify-self: end; */
		grid-row: 3;
		/* margin-bottom: 2rem; */
	}
	
}
