@font-face {
  font-family: 'SuisseIntl-Regular';
  src: url('SuisseIntl-Regular-WebS.woff');
  letter-spacing: 0.04em;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0px;
  background-color: #000;
  cursor: default;
  color: #fff;
  font-family: 'SuisseIntl-Regular', sans-serif;
  /*-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;*/
}

a{
  color: #fff;
  opacity: 1;
  text-decoration: underline;
}
a:hover{
  opacity: 0.7;
}

@media screen and (max-width: 700px) {
  .break{
    display: none;
  }
}



