.link{
	background: #76B3FA;
	border-radius: 100px;
	padding: 15px 40px;
	color: #fff;
	text-decoration: none;
	font-size: 1.45em;
	margin: 0 15px;
	
	width: 14%;
	margin: 2px auto;
}

a:link, a:visited, a:active {
	color: white;
	text-decoration: none;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#links {
	text-align: center; 
    vertical-align: middle;
	height: auto;
}

footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

img {
	height: 1em;
	width: auto;
	padding-right: 5px;
}
