
a,
a:focus,
a:hover {
  color: #333;
}


/* Custom default button */

.btn {
  touch-action: manipulation;
  transition-duration: 0.3s;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  font-weight: normal;
  text-align: center;
  border-radius: 4px;
  padding: 10px 40px;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
  text-transform: uppercase;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #f4651e;
  border: none;
}
.btn-primary:hover {
  background-color: #f4651eb0;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  background-color: transparent;
  border: .05rem solid #333;
}
.btn-secondary:hover {
  border-color: #33333360;
}


html,
body {
  height: 100%;
  background-color: #fafafa;
}

footer {
  text-align: center;
  color: rgba(0, 0, 0, .5);
}
