.ghost-button {
    color: black;
    background: white;
    border: 2px solid black;
    font-size: 17px;
    padding: 7px 12px;
    font-weight: normal;
    margin: 6px 0;
    margin-right: 12px;
    display: inline-block;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    min-width: 120px;

}



.highlight-clean p {
  margin-bottom:25px;
  line-height:1.3;
  padding-top:0;
  margin-top:0;
  color:inherit;
  font-family: abel;
}

.highlight-clean .intro {
  font-size:24px;
  max-width:90%;
  margin: 25px;
}

.highlight-clean .buttons {
  text-align:center;
}

.highlight-clean .buttons .btn {
  padding:16px 32px;
  margin:6px;
  border:none;
  background:none;
  box-shadow:none;
  text-shadow:none;
  opacity:0.9;
  text-transform:uppercase;
  font-weight:bold;
  font-size:13px;
  letter-spacing:0.4px;
  line-height:1;
  outline:none;
}

.highlight-clean .buttons .btn:hover {
  opacity:1;
}

.highlight-clean .buttons .btn:active {
  transform:translateY(1px);
}

.highlight-clean .buttons .btn-primary {
  background-color:#00a16e;
  color:#fff;
}

.highlight-clean .buttons .btn-default {
  background-color:#e6e7ea;
  color:inherit;
}
