h1,h2{
	font-family: 'Oxygen', sans-serif;
	font-weight: 300;
}

	h1 small{
		color: #86cde6;
		display: block;
	}

h2{
	font-weight: 700;
}

hr{
	border:none;
	border-bottom: 1px dashed #efefef;
	margin: 40px 0;
}

#header {
	color: #fff;
	background-image: url(../img/background.jpg);
	background-position: bottom center;
	margin-bottom:40px;
}

	#header h1{
		margin:120px 0;
	}

.list-group a{
	color: #5981a3;
}

#footer{
	padding-bottom:80px;
}