@charset "utf-8";
/* CSS Document */

.fa {
			padding: 20px;
			font-size: 30px;
			width: 50px;
			text-align: center;
			text-decoration: none;
			text-rendering: auto;
			}
		.fa:hover {
			opacity: 0.7;
		}
		
		.fa-facebook {
			background-color: #3B5998;
			color: white;
		}
		
		.fa-twitter{
			background-color: #55ACEE;
			color: white;
		}
