.btn.btn-primary {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  text-align: center;
  font-size: 20px;
  font-family: 'Muli';
  line-height: 30px;
  padding: .5em 3em;
  border-radius: 2em;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  background-color: #f18402;
  color: #fff;
}

@media (min-width: 0) and (max-width: 1940px) {
  .btn.btn-primary {
    font-size: 18px;
  }
}

@media (min-width: 0) and (max-width: 1250px) {
  .btn.btn-primary {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 0) and (max-width: 374px) {
  .btn.btn-primary {
    line-height: 1.1em;
  }
}

.btn.btn-primary:hover {
  background-color: #d87602;
}

.btn.btn-secondary {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  text-align: center;
  font-size: 20px;
  font-family: 'Muli';
  line-height: 30px;
  padding: .5em 3em;
  border-radius: 2em;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  background-color: #c00;
  color: #fff;
}

@media (min-width: 0) and (max-width: 1940px) {
  .btn.btn-secondary {
    font-size: 18px;
  }
}

@media (min-width: 0) and (max-width: 1250px) {
  .btn.btn-secondary {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 0) and (max-width: 374px) {
  .btn.btn-secondary {
    line-height: 1.1em;
  }
}

.btn.btn-secondary:hover {
  background-color: #b30000;
}

.btn.btn-inverse {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  text-align: center;
  font-size: 20px;
  font-family: 'Muli';
  line-height: 30px;
  padding: .5em 3em;
  border-radius: 2em;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  background-color: #fd0;
  color: #fff;
}

@media (min-width: 0) and (max-width: 1940px) {
  .btn.btn-inverse {
    font-size: 18px;
  }
}

@media (min-width: 0) and (max-width: 1250px) {
  .btn.btn-inverse {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 0) and (max-width: 374px) {
  .btn.btn-inverse {
    line-height: 1.1em;
  }
}

.btn.btn-inverse:hover {
  background-color: #ffe01a;
}

/*# sourceMappingURL=pages-pg-links.css.map */
