@font-face {
  font-family: "roboto";
  src: url('/static/fonts/roboto/Roboto/static/Roboto-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "roboto";
  src: url('/static/fonts/roboto/Roboto/static/Roboto-SemiBold.ttf') format('truetype');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

.content {
  font-family: "roboto";
  max-width: 1000px;
  margin: 0 auto;
}

.flier {
  color: #00487c;
  padding-bottom: 20px;
}

.flier-fig {
  margin: 0;
}

.flier-img {
  max-width: 100%;
}

.logo-container {
  flex-basis: 20%;
}

.logo {
  max-width: 100%;
}

.lockup {
  display: flex;
  width: 100%;
  font-size: 12px;
}

.text-container {
  flex-grow: 1;
  margin-right: 20px;
  text-align: center;
}

.text-container * {
  margin: 0 0 4px 0;
}

.text-container h1 {
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
}

.dates {
  font-weight: 600;
}

.inner-text-container {
  margin-left: auto;
  width: fit-content;
}

.small {
  font-size: 10px;
}

@media screen and (min-width: 481px) {
  .text-container h1 {
    font-size: 18px;
  }

  .lockup {
    font-size: 18px;
  }

  .small {
    font-size: 14px;
  }
}

@media screen and (min-width: 600px) {
  .text-container h1 {
    font-size: 24px;
  }

  .lockup {
    font-size: 24px;
  }

  .small {
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) {
  .text-container h1 {
    font-size: 32px;
  }

  .lockup {
    font-size: 32px;
  }

  .small {
    font-size: 26px;
  }
}
