@font-face {
  font-family: "Metropolis";
  src: url("../2025-06-23_hra_workshop/assets/fonts/Metropolis-Medium.otf") format("opentype");
}

.nav-header {
  position: fixed;
  width: 100%;
  background-color: #e6eaf0;
  z-index: 1;
  box-shadow: 0rem 0.25rem 0.25rem rgba(32, 30, 61, 0.2);

  .nav-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4.5rem;
    padding: 0 var(--padding-base);
  }

  .hubmap-logo,
  .hra-brand {
    cursor: pointer;
  }

  .hubmap-logo {
    height: 3.625rem;
  }

  .hra-brand {
    height: 3rem;
  }
}

.responsive-content {
  background-color: var(--schemes-on-primary-p-100-white);
  font-size: var(--heading-2-size);
  color: var(--schemes-secondary-s-40-hra-blue);
  font-family: "Metropolis", sans-serif;
  position: relative;

  .splash-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("./assets/images/splash_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.2);
    background-blend-mode: lighten;
    font-size: var(--heading-1-size);
    height: 37.9375rem;
    padding: 0 var(--padding-5xl);
  }

  .splash-text {
    display: flex;
    flex-direction: column;
    gap: var(--gap-5xs);
    font-weight: 500;
    padding-top: 4.5rem;
  }

  .splash-content {
    display: flex;
    flex-direction: column;
    gap: var(--gap-13xl);
    max-width: 43.25rem;
  }

  .splash-title {
    letter-spacing: -0.0781rem;
    font-size: var(--heading-1-size);
    line-height: 3.9375rem;
  }

  .cyberinfrastructure-for-networ-container {
    position: relative;
    font-size: var(--subtitle-size);
    line-height: 2.0625rem;
    font-family: var(--subtitle);
    color: var(--schemes-on-secondary-fixed-s-10-blue-2);
  }

  .section {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3rem;
  }

  .grey {
    background-color: #e6eaf0;
  }

  .section-content {
    display: flex;
    flex-direction: column;
    font-size: var(--body-size);
    line-height: 1.875rem;
    font-family: var(--subtitle);
    color: var(--schemes-primary-p-40-gray-2);
    min-width: 18rem;
    max-width: 55rem;
  }

  .teams {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .section-title,
  .section-title-2 {
    font-weight: 500;
    font-size: 2rem;
    line-height: 3rem;
    color: var(--schemes-secondary-s-40-hra-blue);
    font-family: "Metropolis", sans-serif;
    margin-bottom: 0.75rem;
  }

  .section-title-2 {
    color: var(--color-black);
  }

  .divider {
    width: 15.875rem;
    border-bottom: 0.0625rem solid #b20a2f;
    margin-bottom: 0.75rem;
  }

  ul {
    margin: 0;
    padding-inline-start: 2rem;
  }

  a {
    color: #b20a2f;
  }

  .event-details {
    align-items: center;
    gap: var(--gap-13xl);
    max-width: 36.5rem;
    margin: 0 auto;
  }
  .details-content {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: var(--gap-13xl);
    text-align: left;
    font-size: var(--body-size);
    color: var(--schemes-primary-p-40-gray-2);
    font-family: var(--subtitle);
  }
  .details-img {
    width: 17.9375rem;
    position: relative;
    max-height: 100%;
    object-fit: cover;
  }
  .event-details-parent {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap-13xl);
    padding: var(--padding-5xl) 0rem;
  }
  .event-details-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: var(--gap-base);
    min-width: 15.5rem;
    max-width: 26.25rem;
  }
  .details-text {
    flex: 1;
    position: relative;
    line-height: 1.875rem;
  }

  .team-photo {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 50rem;
  }

  .photo-caption {
    font-family: var(--subtitle);
    color: var(--schemes-primary-p-40-gray-2);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .page-footer {
    display: flex;

    .logo-with-text {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #313131;
    }

    .cns-logo {
      height: fit-content;
      cursor: pointer;
    }

    .contact-info {
      flex-grow: 1;
    }

    .contact-content {
      display: flex;
      flex-direction: column;
      font-size: var(--body-size);
      line-height: 1.875rem;
      font-family: var(--subtitle);
      color: var(--schemes-primary-p-40-gray-2);
      max-width: 46.8125rem;
    }

    .copyright {
      margin-top: 0.75rem;
      font-weight: 700;
    }

    .email-link {
      color: var(--schemes-primary-p-40-gray-2);
    }
  }
}

@media (min-width: 0rem) {
  .section {
    padding: 1.875rem var(--padding-5xl);
  }
  .photo-caption {
    padding-top: var(--padding-base);
  }
  .page-footer {
    flex-direction: column;
  }
  .logo-with-text {
    height: 8.375rem;
  }
  .contact-info {
    padding: 3rem var(--padding-5xl);
  }
}

@media (min-width: 40rem) {
  .section {
    padding: 2.5rem var(--padding-121xl);
  }
  .photo-caption {
    padding-top: var(--padding-5xl);
  }
}

@media (min-width: 52rem) {
  .page-footer {
    flex-direction: row;
    min-height: 15.375rem;
  }
  .logo-with-text {
    height: auto;
    min-width: 25.6875rem;
  }
  .contact-info {
    padding: var(--padding-5xl) var(--padding-base) var(--padding-5xl) 7.5rem;
  }
}
