@font-face {
  font-family: "GT America Mono", monospace;
  src: url(fonts/GT-America-Mono-Light.OTF) format("otf");
  font-weight: 300;
}
@font-face {
  font-family: "GT America Mono", monospace;
  src: url(fonts/GT-America-Mono-Regular.OTF) format("otf");
  font-weight: 500;
}
@font-face {
  font-family: "GT America Mono", monospace;
  src: url(fonts/GT-America-Mono-Medium.OTF) format("otf");
  font-weight: 700;
}
@font-face {
  font-family: "Maison Neue Mono", monospace;
  src: url(/fonts/MaisonNeueMono-Regular.otf) format("otf");
  font-weight: 500;
}
@font-face {
  font-family: "Maison Neue Mono", monospace;
  src: url(fonts/MaisonNeueMono-Bold.otf) format("otf");
  font-weight: 700;
}
a {
  color: #4c4c4c;
  text-decoration: none;
}

html,
body {
  padding: 0;
  margin: 0;
  background: white;
  font-family: "Maison Neue Mono", monospace, sans-serif;
  color: #4c4c4c;
  font-size: 12px;
}

.container {
  margin-left: 40px;
  margin-right: 40px;
  clear: both;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .container {
    margin: 0px 16px;
  }
}

#header {
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  #header {
    margin: 42px 16px 0px 16px;
  }
}
#header h1 {
  max-width: 220px;
  margin-bottom: 44px;
}
#header h1 .letter {
  fill: none;
  stroke: black;
  stroke-width: 1px;
}
#header p {
  max-width: 350px;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  letter-spacing: 0.1em;
}

h1,
h2,
h3 {
  margin: 0px;
  padding: 0px;
}

h2,
h3 {
  text-transform: uppercase;
  font-size: 12px;
}

ol,
ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#client-list ul,
#works ul {
  display: flex;
  flex-wrap: wrap;
}

video::-webkit-media-controls {
  display: none;
}

#works {
  margin-top: 106px;
}
@media screen and (max-width: 768px) {
  #works {
    margin-top: 50px;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
#works ul li {
  max-width: 400px;
  max-height: 300px;
  display: block;
}
@media screen and (max-width: 768px) {
  #works ul li {
    max-width: 100vw;
    max-height: 66vw;
    width: 100vw;
    height: 66vw;
  }
}
#works ul li a {
  display: block;
}
#works ul li img,
#works ul li video {
  object-fit: cover;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #works ul li img,
  #works ul li video {
    width: 100vw;
    height: 66vw;
  }
}

#client-list {
  margin-top: 106px;
}
#client-list h3 {
  margin-bottom: 50px;
}
#client-list ul {
  justify-content: space-between;
  align-items: center;
}
#client-list ul li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #client-list ul li {
    margin: 20px;
  }
}

#studio {
  margin-top: 106px;
}
#studio h3 {
  margin-bottom: 50px;
}

#footer {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 12px;
}

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