body {
  color: #999;
}

.hero.section:nth-of-type(1){
  //background-color: #068587;
  //color: #FFF;
}

.hero.heading {
  color: #ED553B;
}
.hero.heading>span{
  //color: #F2B134;
  color: black;
}

/* a.button, a.button-primary{
  background-color: #C02460;
  border-color: #C02460;
  border-radius: 0px;
}

a.button, a.button-secondary{
  background-color: #C02460;
  border-color: #C02460;
  border-radius: 0px;
} */

.navbar {
  display: block;
  width: 100%;
  height: 6.5rem;
  background: #fff;
  z-index: 99;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 0px;
}

.navbar-list {
  list-style: none;
  margin-bottom: 0;
}

.navbar-item {
  position: relative;
  float: left;
  margin-bottom: 0;
}

.navbar-link {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2rem;
  margin-right: 35px;
  text-decoration: none;
  line-height: 6.5rem;
  color: #999;
}

.button-ios{
  background-image: url('http://get.playgami.com/images/ios-256.png');
  width:138px;
  height:45px;
  max-height:5em;
  background-size:cover;
  border:1px solid white;
  border-radius: 0px;

}

.button-android{
  background-image: url('http://get.playgami.com/images/android-256.png');
  width:138px;
  height:45px;
  max-height:5em;
  background-size:cover;
  border:1px solid white;
  margin-left:20px;
  border-radius: 0px;
}

.button-right {
  float: right;
  margin-top: 1.25rem;
  margin-right: 10px;
}

.bio {
  margin-bottom: 20px;
}

.bio>img {
  max-width: 200px;
  display: inline-block;
  vertical-align: top;
}

.bio>p {
  width: 60%;
  margin-top: 40px;
  margin-left: 40px;
  display: inline-block;
  vertical-align: top;
}
