@import url("https://fonts.googleapis.com/css2?family=Freckle+Face&family=Instrument+Serif:ital@0;1&display=swap");

body {
  background-color: black;
  color: #dcb;
  font-family: "Instrument Serif", serif;
  font-size: min(4vw, 25pt);
}

.title {
  text-align: center;
  font-family: "Freckle Face", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 48pt;
  padding-bottom: 20px;
}

.links {
  text-align: center;
  padding-bottom: 13px;
}

.links a img {
  width: min(3vw, 18.75pt);
  height: min(3vw, 18.75pt);
}

a {
  color: inherit;
  text-decoration: underline;
}

.contactcontainer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact {
  max-width: 700px;
  text-align: center;
  color: white;
}

.gallery_outer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(300px, 50%), 1fr));
  align-items: center;
}

.piece video {
  width: 99%;
}

.production {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.production_detail {
  width: 80%;
  text-align: center;
  margin-top: 20px;
}

.production_youtube {
  width: 80vw;
  height: 45vw;
  max-width: 1920px;
  max-height: 1080px;
}

.production_youtube iframe {
  width: 100%;
  height: 100%;
}

.production_local video {
  width: 80vw;
  height: 45vw;
  max-width: 1920px;
  max-height: 1080px;
}

.production_clips {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(300px, 40vw), 1fr));
  width: 80vw;
  padding-top: 30px;
}

.production_clip {
  margin: 2px 2px 0px 2px;
}

.production_clip img {
  width: 100%;
}

.footprint {
  text-align: center;
  font-size: 10pt;
  color: #777;
  margin-top: 40px;
}
