.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #000;
  font-size: 18px;
  line-height: 1.33333333;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'SoleilBold', sans-serif;
  cursor: pointer;
  color: #fff;
  padding: 14px 24px;
  -webkit-appearance: none;
  border-radius: 0;
  border: 2px solid #000;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
}
.button:hover,
.button:focus {
  background-color: #fff;
  color: #000;
}
@media (max-width: 767px) {
  .button {
    font-size: 15px;
    line-height: 1.33333333;
    padding: 12px 24px;
  }
}
/*# sourceMappingURL=./screen-medium.css.map */