.btn, .form-submit, .btn-secondary, .btn-border {
  background-color: transparent;
  color: var(--fourth-color);
  box-shadow: 0 0 0 1px transparent inset;
  padding: 2rem;
  border: none;
  border-radius: 0;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  min-width: 26rem;
  max-width: 380px;
  display: inline-block;
  line-height: 1.2;
  transition: box-shadow 0.2s ease-in 0s;
  background: linear-gradient(to right, currentColor 1px, transparent 2px), linear-gradient(to right, currentColor 1px, transparent 2px), linear-gradient(to bottom, currentColor 1px, transparent 2px), linear-gradient(to bottom, currentColor 1px, transparent 2px);
  background-position: top, bottom, left, right;
  background-size: 5px 1px, 5px 1px, 1px 5px, 1px 5px;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y; }
  .btn:hover, .btn:focus, .form-submit:hover, .form-submit:focus, .btn-secondary:hover, .btn-secondary:focus, .btn-border:hover, .btn-border:focus {
    box-shadow: 0 0 0 1px currentColor inset; }

.arrow-link {
  color: var(--primary-color);
  border: none;
  background: none;
  cursor: pointer;
  border-bottom: solid 1px currentColor;
  font-weight: 300;
  font-size: 1.8rem;
  display: inline-block;
  text-decoration: none;
  transition: border-color 0.15s ease-in-out 0s;
  /*&::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    margin-right: 1rem;
  }*/ }
  .arrow-link:hover, .arrow-link:focus {
    border-color: transparent; }

.btn-down {
  height: 4rem;
  line-height: 4rem;
  width: 4rem;
  position: relative;
  text-indent: -999em;
  overflow: hidden;
  text-align: left;
  color: var(--primary-color);
  background: none;
  border: none;
  cursor: pointer; }
  .btn-down::before {
    content: '\f175';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 3.5rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    text-indent: 0; }

/*# sourceMappingURL=buttons.css.map */
