* {
  font-family: 'Avenir Web', sans-serif;
  font-weight: normal !important; }

  input, textarea {
    border-color: #000 !important;
    border-size: 1px;
    -ms-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    resize: none; }
    input:focus, textarea:focus {
      border-color: #343434 !important; }

  textarea {
    height: 175px; }

  .button {
    -ms-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important; }

  .button.button-black {
    background-color: #000;
    border-color: #000;
    color: #fff; }

  .button.button-black:hover {
    background-color: #2f2f2f;
    border-color: #2f2f2f;
    color: #fff; }

  .button.button-black-border {
    background-color: none;
    border-color: #000;
    color: #000; }

  .button.button-black-border:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }

  .button.button-white {
    background-color: #fff;
    border-color: #fff;
    color: #000; }

  .button.button-white:hover {
    color: #000;
    background-color: #ddd;
    border-color: #ddd; }

  .button.button-white-border {
    background-color: none;
    border-color: #fff;
    color: #fff; }

  .button.button-white-border:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000; }
