body,
p,
ul li {
	font-size: 14px;
}
.header h1 {
	font-family: 'Montserrat', sans-serif;
	color: #666;
	font-size: 54px;
	float: left;
}
h1,h2,h3,h4 {
	color: #666;
	font-size: 24px;
}
article p,
article ul li,
article strong {
	color: #646060;
}
.header .step {
	background-color: rgb(255, 122, 0);
	border-radius: 30px;
	width: 50px;
	height: 50px;
	float: left;
	padding: 0 11px;
	color: #fff;
	font-size: 34px;
	margin: 12px 15px 0 12px;
}
.button-group > li:first-child button, 
.button-group > li:first-child .button {
	border-bottom-left-radius: 7px;
}
.button-group > li:last-child button, 
.button-group > li:last-child .button {
	border-bottom-right-radius: 7px;
}
.button-group > li .button {
	background-color: rgb(85, 116, 145);
}
@media (max-width: 600px) {
  .button-group > li > button, .button-group > li .button {
    margin: 0;
    padding: 30px 10px 20px 10px;
  }
}
.button-group > li .button:hover,
.button-group > li .button.active {
	opacity: .8;
}

footer p {
	color: #999;
}
.pull-right {
	float: right;
}