/*============= SOCIAL MEDIA =============*/

.social {
	list-style-type: none;
	display: flex;
	max-width: 600px;
	text-decoration: none;
	margin: 0 auto;
	font-size: 100px;
	padding:0;
	color:#ff6a00;
}

.social:hover {
	border-radius: 5px !important;
	width: 70 px;
	height: 70 px;  
	color:#ff0000!important;
}

.my-center {
	margin-top: 10px !important;
	margin-bottom: 15px;
	text-align:center;
}


@media (max-width: 1250px) {
	.social {
		margin-bottom:0;
		padding:.25rem;
		
	}
	
}

@media (max-width: 1225px) {
	.social {
		font-size: 70px;
	}
}

@media (max-width: 767.98px) {
	.social {
		margin-bottom:0 auto;
		padding:0px!important;
	}
}