body {
  padding-top: 50px;
}
.section-header {
  margin: 15px 0px;
  padding: 0 55px;
}
h1, h2, h3{
  color: #000086;
}
h2 a{
  color: #000086;
}
a.navbar-brand{
  color: #000086;
  padding-top: 11px;
}
a.navbar-brand i{
  color: #ff6600;
}
h1 i, h2 i{
  color: #ff6600;
  font-size: 28px;
}

ul.buttons  {
  list-style:none;
  padding:0;
  margin: 0 0 10px 0px;
}

li.button  {
  list-style-type: none;
  width: 200px;
  height: 48px;
  margin-bottom: 12px;
  margin-right: 10px;
  line-height: 1em;
  padding: 16px 6px 6px 7px;
  float: left;
  background: #ff6600;
  border-radius: 4px;

}
li.button a{
 	-webkit-font-smoothing: antialiased;
 	font-weight: normal;
	text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0;
	padding: 2px 2px 2px 22px;
	height: 30px;
  color: white;
}

a.download-button {
	background: url(../../images/arrow-down.png) no-repeat;

}

a.github-button {
	background: url(../../images/octocat-small.png) no-repeat 1px;
}

a.download-button:hover {
	color: #fff;
	text-decoration: none;
}
