.button,
button {
  display: inline-block;
  text-decoration: none;
  height: 48px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  width: 300px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.1px;
  white-space: wrap;
  border-radius: 8px;
  cursor: pointer;
 }
button:hover,
.button:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary {
  color: #FFF;
  filter: brightness(90%) }
.button.button-primary:hover,
.button.button-primary:focus {
  color: #FFF;
  filter: brightness(90%) }


/* Brand Icons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.icon {
  padding: 0px 8px 3.5px 0px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}


/* Brand Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Default (this is great for your own brand color!) */
.button.button-default {
  color: #ffffff;
  background-color: #000000 }
.button.button-default:hover,
.button.button-default:focus {
  filter: brightness(90%) }
  
/* Bandcamp */
.button.button-bandcamp {
  color: #FFFFFF;
  background-color: #1d9fc3 }
.button.button-bandcamp:hover,
.button.button-bandcamp:focus {
  filter: brightness(90%) }

/* Skull */
.button.button-skull {
  color: #000000;
  background-color: #ff00dd }
.button.button-bandcamp:hover,
.button.button-bandcamp:focus {
  filter: brightness(90%) }

/* Merch */
.button.button-merch {
  color: #000000;
  background-color: #fbff02 }
.button.button-bandcamp:hover,
.button.button-bandcamp:focus {
  filter: brightness(90%) }

 /* Event */
.button.button-event {
  color: #000000;
  background-color: #ff02ee }
.button.button-bandcamp:hover,
.button.button-bandcamp:focus {
  filter: brightness(90%) }

/* Myspace */
.button.button-myspace {
  color: #000000;
  background-color: #00ffea }
.button.button-bandcamp:hover,
.button.button-bandcamp:focus {
  filter: brightness(90%) }

/* Facebook */
.button.button-faceb {
  color: #FFFFFF;
  background-color: #1877f2 }
.button.button-faceb:hover,
.button.button-faceb:focus {
  filter: brightness(90%) }

/* Instagram */
.button.button-instagram {
  color: #FFFFFF;
  background-image: linear-gradient(-135deg,#1400c8,#b900b4,#f50000) }
.button.button-instagram:hover,
.button.button-instagram:focus {
  filter: brightness(90%) }

/* Spotify */
.button.button-spotify {
  color: #FFFFFF;
  background-color: #000000 }
.button.button-spotify:hover,
.button.button-spotify:focus {
  filter: brightness(90%) }

/* Apple Music */
.button.button-applemusic {
  color: #FFFFFF;
  background-color: #760000 }
.button.button-spotify:hover,
.button.button-spotify:focus {
  filter: brightness(90%) }