

	@media (max-width: 700px) {


		 .text-sm-center{
		 	text-align: center;
		 }

		 .social a {
		    margin: 0 10px 0 0;
		    color: #333;
		    display: inline-block;
		    width: 50px;
		    height: 50px;
		    border-radius: 20px;
		    line-height: 44px;
		    font-size: 20px;
		    text-align: center;
		    transition: all .2s ease-out;
		    border: solid 1px #333;
		}
	}