body {
  color: #ffffff;
  background-color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  color: #ffffff;
  text-decoration: none;
}

nav {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: sticky;
  background-color: #000000;
  top: 0;
  padding: 1em 0;
  z-index: 10;
}

nav a {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding: 10px;
  margin-right: 2em;
  text-decoration: none;
}

nav div {
  display: flex;
  align-items: center;
}

section {
  width: 100vw;
  max-width: 1200px;
  margin: 0 auto;
}

h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
}

#tagline {
  text-align: right;
  display: flex;
  justify-content: end;
  height: 20vh;
}

#tagline p {
  font-weight: bold;
  font-size: 1.5rem;
  width: 70%;
  text-transform: uppercase;
}

p.lead {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.about-conference, .organizers {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 5rem;
}

.about-conference .text-container {
  width: 50%;
}

.about-conference .image-container {
  width: 40%;
  height: 100%;
  justify-self: end;
  position: relative;
}

.about-conference .image-container>.overlay:before {
  content: '';
  position: absolute;
  top: 0;
  z-index: 6;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  width: 100%;
  display: flex;
}

.about-conference .image-container img {
  z-index: 5;
  position: relative;
  height: 80%;
  max-width: 100%;
}

.image-bar {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  background: radial-gradient(circle,rgba(212, 212, 212, 1) 0%, rgba(237, 249, 3, 1) 50%, rgba(212, 212, 212, 1) 75%, rgba(237, 249, 3, 1) 100%);
}

.about-conference .image-bar:nth-child(2) {
  top: 20px;
  z-index: 3;
}

.about-conference .image-bar:nth-child(3) {
  top: 40px;
  left: 30px;
  width: calc(100% - 30px);
  z-index: 2;
}

.about-conference .image-bar:nth-child(4) {
  top: 60px;
  left: 60px;
  width: calc(100% - 60px);
  z-index: 1;
}

.organizers .image-container {
  width: 40%;
  position: relative;
}

.organizers .image-container>.overlay:before {
  content: '';
  position: absolute;
  top: 0;
  z-index: 6;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  height: 100%;
  width: 100%;
  display: flex;
}

.organizers .text-container {
  margin-top: 5rem;
  width: 40%;
  height: 100%;
  justify-self: end;
  position: relative;
  text-align: right;
}

.organizers .image-container img {
  z-index: 5;
  position: relative;
  height: 80%;
  max-width: 100%;
}
.organizers .image-bar:nth-child(2) {
  top: 20px;
  z-index: 3;
}

.organizers .image-bar:nth-child(3) {
  top: 40px;
  width: calc(100% - 30px);
  z-index: 2;
}

.organizers .image-bar:nth-child(4) {
  top: 60px;
  width: calc(100% - 60px);
  z-index: 1;
}

#soon {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2rem;
  display: flex;
  justify-content: center;
}

#soon > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1rem 0;
  max-width: 60%;
}

#soon p {
  width: fit-content;
}

#soon .event-bar {
  margin: 0;
  color: black;
  background: radial-gradient(circle,rgba(212, 212, 212, 1) 0%, rgba(237, 249, 3, 1) 50%, rgba(212, 212, 212, 1) 75%, rgba(237, 249, 3, 1) 100%);
  font-size: 3rem;
  height: min-content;
  width: fit-content;
}


#schedule .day-marker {
  display: flex;
  justify-content: space-between;
  font-size: 3rem;
  border: 4px solid white;
  padding: 0 1rem;
}

#schedule .place-marker {
  text-align: center;
  font-size: 2.5rem;
  color: black;
  background: white;
  border: 4px solid white;
  padding: 0 1rem;
}

#schedule .panel-marker {
  text-align: center;
  font-size: 2rem;
  color: black;
  background: radial-gradient(circle,rgba(212, 212, 212, 1) 0%, rgba(237, 249, 3, 1) 50%, rgba(212, 212, 212, 1) 75%, rgba(237, 249, 3, 1) 100%);
}

#schedule .event-marker {
  text-align: left;
  font-size: 1.5rem;
  display: flex;
  border: 2px solid white;
  padding: 0 1rem;
}

#schedule .event-marker .timeframe {
  font-size: 2rem;
  flex-grow: 0;
  width: 200px;
  max-width: 30%;
}

#schedule .event-marker .description {
  flex-grow: 1;
  width: 70%;
}

#call {
  text-align: center;
  width: 60%;
  margin: 10rem auto 0 auto;
}

#call h2 {
  text-transform: uppercase;
  margin-bottom: 4rem;
}

#call p {
  margin-bottom: 2rem;
}

#call a {
  text-decoration: underline;
}

#call .links {
  font-weight: bold;
  display: flex;
  justify-content: space-around;
  margin-bottom: 6rem;
}

#contact {
  font-weight: bold;
  text-align: center;
  color: black;
  width: 100%;
  max-width: 100vw;
  background: radial-gradient(circle,rgba(212, 212, 212, 1) 0%, rgba(237, 249, 3, 1) 50%, rgba(212, 212, 212, 1) 75%, rgba(237, 249, 3, 1) 100%);
}

#contact .badge {
  max-width: 105vw;
  height: 3rem;
  background: url('../img/nmd-long.svg'), linear-gradient(to right, rgba(212, 212, 212, 1) 0%, rgba(212, 212, 212, 1) 50%, rgba(237, 249, 3, 1) 100%);
  background-size: auto 1rem, cover;
  background-repeat: repeat-x, no-repeat;
  background-position: center, center;
}

#contact h3 {
  padding-top: 5rem;
  font-size: 2rem;
}

#contact p {
  width: 40%;
  margin: 3rem auto 0 auto;
}

#contact a {
  color: black;
}

#contact a:hover {
  text-decoration: underline;
}

#contact .links {
  display: flex;
  justify-content: space-around;
  width: 60%;
  margin: 3rem auto 6rem auto;
}

#contact .links img {
  height: 25px;
}

#partners img {
  width: 100%;
  max-width: 100vw;
}

#footer {
  margin-top: 5rem;
  font-weight: bold;
  text-align: center;
}

#footer .logos {
  display: flex;
  justify-content: space-around;
  width: 80%;
  height: 100px;
  margin: 1rem auto 0 auto;
}

#footer .logos img {
  height: 50%;
}

#footer a {
  text-decoration: underline;
}

#footer p {
  margin-bottom: 3rem;
}

@media screen and (max-width: 800px) {
  .about-conference, .organizers {
    flex-direction: column;
  }

  .about-conference .text-container,
  .about-conference .image-container,
  .organizers .text-container,
  .organizers .image-container {
    width: 100%;
    padding: 0 1rem;
  }

  .organizers {
    flex-direction: column-reverse;
  }

  #soon .event-bar {
   font-size: 2rem;
  }

  #soon > div {
    max-width: 100%;
    width: 100%;
  }

  #contact p {
    width: 90%;
  }

  #contact .links {
    flex-direction: column;
    row-gap: 2rem;
  }

  #footer .logos {
    align-items: center;
    flex-direction: column;
    height: unset;
    margin-bottom: 2rem;
    row-gap: 2rem;
  }

  #footer .logos img {
    width: 50%;
  }
}
