/* Generated by less 2.5.1 */
@font-face {
  font-family: sf_heavy;
  src: url(/sf_heavy.ttf);
}
a {
  color: white;
  text-decoration: none;
}
.logo {
  font-family: sf_heavy;
  font-size: 48pt;
  line-height: 48pt;
  margin-bottom: -5px;
}
body {
  background-color: black;
  color: white;
  font-family: sf_heavy;
  font-size: 16pt;
  line-height: 16pt;
}
h1 {
  font-family: sf_heavy;
  font-size: 24pt;
  line-height: 24pt;
}
nav .logo {
  font-family: sf_heavy;
  font-size: 48pt;
  line-height: 48pt;
  margin-bottom: -5px;
}
nav ul {
  list-style: none;
  padding: 0px;
  display: flex;
  align-items: flex-end;
}
nav ul li {
  flex: 1;
}
nav ul li a {
  color: white;
  text-decoration: none;
}
section {
  display: flex;
}
section article {
  flex: 1;
  padding: 10%;
}
section img {
  width: 100%;
  height: 100%;
}
