body { 
	padding-top: 90px; 
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	line-height: 1.75;
}

h1, h2 {
	font-weight: 300;
}

.container {
	width: 1400px;
}

a:hover {
	background-color: #2a6496;
	color: #fff;
	text-decoration:none;
}

