.btn-primary{
  color: $gray-900;
  font-size: 20px;
}

.btn-primary:hover {
  color: $white;
}

.btn-secondary {
 background: $blue-700;
  color: $white;
  font-size: 20px ;
}

.btn-secondary:hover {
  color: $white;
  background: $black;
  border-color: $black;
}
.google-map-btn {

}
.field--name-field-direction-link {
  text-align: center;
  a {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    margin: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 6px 12px;
    border-radius: 0;
    border: 1px solid #b3b3b3;
    background-color: white;
    color: black;
    outline: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    &:hover {
      background-color: $black;
      color: $white;
    }
  }

}
