/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.button,
button {
  display: inline-block;
  text-decoration: none;
  height: 48px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  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%);
}

/* Header Image
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.headerimage {
  width: 100%;
}

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

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

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

/* Default */
.button.button-default {
  color: #ffffff;
  background-color: #0085ff;
}
.button.button-default:hover,
.button.button-default:focus {
  filter: brightness(90%);
}

/* GrabCAD) */
.button.button-grabcad {
  color: #ffffff;
  background-color: #F04839;
}
.button.button-grabcad:hover,
.button.button-grabcad:focus {
  filter: brightness(90%);
}

/* Matlab) */
.button.button-matlab {
  color: #ffffff;
  background-image: linear-gradient(to right, #4A9FD8 30%, #EA713B 100%, #e7e57c 25%);
}
.button.button-matlab:hover,
.button.button-matlab:focus {
  filter: brightness(90%);
}

/* Github */
.button.button-github {
  color: #ffffff;
  background-color: #673eb3;
}
.button.button-github:hover,
.button.button-github:focus {
  filter: brightness(90%);
}

/* LinkedIn */
.button.button-linkedin {
  color: #ffffff;
  background-color: #2867b2;
}
.button.button-linkedin:hover,
.button.button-linkedin:focus {
  filter: brightness(90%);
}

/* YouTube */
.button.button-youtube {
  color: #ffffff;
  background-color: #000000;
}
.button.button-youtube:hover,
.button.button-youtube:focus {
  filter: brightness(90%);
}
