.uber-social a {
  display: inline-block;
  border: none;
  margin-right: 5px;
}
.uber-social a:hover,
.uber-social a:active,
.uber-social a:focus {
  border: none;
}
.uber-social .fa {
  color: #9CB0CC;
  font-size: 32px;
  margin: 0 26px 0 0;
  height: 48px;
  line-height: 48px;
}
.uber-social .fa.fa-facebook:hover {
  color: #3b5998;
}
.uber-social .fa.fa-twitter:hover {
  color: #3a92c8;
}
.uber-social .fa.fa-google-plus:hover {
  color: #dd4b39;
}
.uber-social .fa.fa-pinterest:hover {
  color: #cb2027;
}
.uber-social .fa.fa-linkedin:hover {
  color: #287bbc;
}

.uber-social .fa.fa-youtube:hover {
  color: #d30a32;
}

@media only screen and (max-width:900px){
	.uber-social .fa {
		color: #9CB0CC;
		font-size: 180%;
		margin: 0 3.5rem 0 0;
		height: 28px;
		line-height: 1.7;
	}

}

@media only screen and (max-width:1200px){
	.uber-social .fa {
		color: #9CB0CC;
		font-size: 32px;
		margin: 0 3.4rem 0 0;
		height: 48px;
		line-height: 48px;
	}

}


@media only screen and (max-width:650px){
	.uber-social .fa {
		font-size: 22px;
	}

}
