button,.button {
    min-width: 20rem;
}
.hero {
  button,.button {
    min-width: 20vw;
    color: $button-color-alt;
    font-size: $global-font-size*1.3;
    border-color: $button-color-alt;
    border-radius: 4rem;
    &:hover{
      color: $anchor-color;
      border-color: $anchor-color;
    }
  }
}
//.dropdown.menu{
//  .button{
//    min-width: unset;
//    a {
//        padding: 0.5rem;
//    }
//  }
//}