h4.industry-award {
  color: #0a0f31 !important;
}

.logo {
  margin: 15px;
}

.nav.navbar-nav {
  margin-left: 3rem;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li.active > a {
  border-bottom: 5px solid transparent;
  margin-top: 5px;
}

.navbar-default .navbar-nav > li:hover > a {
  background-color: #0072ba;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.navbar-default li a {
  text-transform: initial !important;
}

.logo img {
  max-width: 300px;
}

.smarties-flex-nav {
  &::before {
    content: none;
  }
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  column-gap: 2rem;
  row-gap: 1rem;
  width: 100%;
  max-height: 280px;
  padding-bottom: 1rem;
  h4 {
    font-weight: 900;
  }
  > div {
    padding: 0;
    margin: 0;
    width: clamp(120px, 25dvw, 400px);
    font-weight: normal;
  }
}

.mogo-callout {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  .mogo-wrapper {
    .mogo-text {
      font-size: 1.5rem;
      width: 170px;
      text-align: right;
      display: flex;
      flex-direction: column;
      p {
        margin: 0;
        padding: 0;
        line-height: 1.1;
        &.small {
          font-size: 1.35rem;
          line-height: 1 !important;
        }
      }
      .purple {
        color: #b168aa !important;
        font-weight: 900;
      }
    }
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    border: 1px solid white;
    padding: 0.5rem 1.5rem 0.5rem 1rem;
    border-radius: 100rem;
  }
}

.best-in-show-2 {
  height: auto !important;
  overflow: scroll !important;
}

.best-in-show {
  position: relative;
}

.credits-wrapper {
  position: relative;
  height: 200px;
}

.credits-scroll-container {
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 40px; /* Make room for fader text */
}

.credits-fader {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(to bottom, #0072ba00 0%, #0072baff 100%);
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 5px;
}

.credits-fader .scroll-text {
  color: white;
  font-size: 12px;
  opacity: 0.8;
}
