body {
  margin: 0;
  padding: 0;
  font-family: helvetica, verdana, sans-serif;
  font-size: 16px;
  line-height: normal;
  overflow-x: hidden;
}

.page-container {
  max-width: 100vw;
  margin: 0 auto;
  padding: 0 1.25rem 1.25rem 1.25rem;
  align-items: center;
}

.navbar-container {
  width: 100vw;
  padding: 1rem;
  background-color: #fff;
  display: flex;
  flex-direction: row;
}

.logo img {
  max-height: 6.75rem;
  height: 98px;
  display: block;
}

.navbar-elements {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  line-height: 1;
  background-color: #777777;
  height: 24px;
  align-self: center;
  width: 100%;
  padding: 0.5rem;
  font-weight: bold;
}

.navbar-elements a,
.navbar-elements {
  text-decoration: none;
  white-space: nowrap;
  color: #ffffff !important;
}

.navbar-elements .here {
  color: #fe4444;
}

.section-cap {
  font-size: 1rem;
  font-style: italic;
  color: grey;
  margin-bottom: 12px;
  text-align: left;
}

.content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1.25rem;
  border: solid black 0.75px;
  overflow: scroll;
  gap: 2.5rem;
  max-width: 1000px;
  justify-self: center;
}

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

a:hover {
  color: #333333 !important;
  text-decoration: none !important;
}

.artist-left {
  flex: 1;
  min-width: 18.75rem;
  text-align: left;
  margin-top: 0px;
  overflow-wrap: break-word;
}

.event-schedule,
.info-links {
  flex: 1;
  min-width: 18.75rem;
  text-align: center;
  margin-top: 0px;
  overflow-wrap: break-word;
}
.black-links a {
  color: black !important;
  text-decoration: none;
}
.dot {
  display: flex;
  align-items: center;
  gap: 0.3em;
  margin: 0.25em 0;
}

.list {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  overflow-y: scroll;
  align-items: center;
  color: #777777;
  max-height: 200px;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
  align-items: center;
}

.artist-image {
  width: 70%;
  max-width: 70%;
  height: auto;
}

@media (max-width: 768px) {
  * {
    box-sizing: border-box;
  }

  body,
  html {
    width: 100vw;
    overflow-x: hidden;
  }

  .page-container {
    overflow-x: hidden;
    padding: 0 1.25rem;
  }

  .navbar-container {
    flex-direction: column;
    align-items: center;
    max-width: 100vw;
    padding: 0;
    margin-bottom: 10px;
  }

  .navbar-elements {
    gap: 0.5rem;
    text-align: center;
    align-items: center;
    margin-left: 0px !important;
    border-bottom: none !important;
    flex-wrap: wrap;
    height: 60px;
    font-size: 0.85rem;
    width: 100%;
    max-width: 100vw;
    padding: 0 1rem;
    overflow: hidden;
  }

  .content {
    flex-direction: column !important;
  }

  .list {
    max-width: 330px;
  }

  .artist-no-gap-mobile {
    gap: 0 !important;
  }
}
