@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #0070ba;
  font-weight: 400;
  font-size: 18px;
  background-image: url('../images/bg-pine.jpg');
  background-size: cover;
}
.header {
  margin-top: 125px;
  margin-bottom: 35px;
}
.bottomline {
  background-color: #efefef;
  width: 100%;
  border-bottom: 1px solid #0070ba;
  padding-bottom: 35px;
}
span.glyphicon {
	font-size: 14px;
	margin-right: 8px;
}