:root {
  --black: #000;
  --gray: #4d4d4d;
  --transparent: #fff0;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  color: #1a1a1a;
  background-image: url('../images/Background.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: area-normal, sans-serif;
}

.logo {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  inset: 0% 0% auto;
}

.image {
  filter: invert();
  width: 120px;
  overflow: auto;
}

.section {
  padding: 20px;
  display: none;
  overflow: hidden;
}

.title {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nomination-text {
  flex: 0 auto;
  width: 60%;
  padding-top: 45px;
  display: block;
}

.blackpink-photo {
  width: 30%;
  position: absolute;
  inset: auto 0% 0% 5%;
}

.peso-photo {
  width: 15%;
  position: absolute;
  inset: 5% 5% 0% auto;
}

.odeal-photo {
  width: 10%;
  position: absolute;
  inset: 5% auto 0% 1%;
}

.sunset-blvd-photo {
  width: 10%;
  position: absolute;
  inset: auto 0% 0% 85%;
}

.mumford-photo {
  width: 30%;
  position: absolute;
  inset: 68% 0% 0% 45%;
}

.yoasobi-photo {
  width: 18%;
  position: absolute;
  inset: 10% 0% auto 25%;
}

.lorkin-poe {
  display: block;
}

.larkin-poe-photo {
  width: 12%;
  position: absolute;
  inset: 8% 30% 0% auto;
}

.dot-nav {
  color: var(--black);
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.dot-nav.w--current {
  text-decoration: underline;
}

.img-dot {
  width: 24px;
  margin-right: 5px;
  transition: transform .2s ease-in-out;
  display: block;
}

.img-dot:hover {
  transform: scale(1.2);
}

.nav-field {
  color: var(--gray);
  text-align: left;
  font-family: ivyora-text, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.nav-field:hover {
  color: var(--black);
}

.nav {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding: 10px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.text-block {
  font-family: ivyora-text, sans-serif;
  font-size: 40px;
  line-height: 32px;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  line-height: 46px;
}

.superscript {
  font-size: 16px;
}

.top-menu {
  display: none;
  position: sticky;
  inset: 0% 0% auto;
}

.blue-section {
  margin-top: 100px;
  padding-top: 0;
}

.artist-container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 39%;
  margin-left: 0;
  margin-right: 0;
}

.artist-container.long-list {
  justify-content: center;
  align-items: flex-start;
}

.artist-name {
  text-transform: none;
  margin-top: 0;
  font-family: ivyora-display, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}

.container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 90vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.artist-container-stack {
  flex-flow: column;
  align-items: center;
  width: 20%;
  margin-left: 0;
  margin-right: 0;
}

.artist-img-full {
  flex: 0 auto;
  width: 27vh;
}

.artist-img-cut {
  width: 30vw;
}

.artist-info {
  margin-left: 10px;
}

.dropdown {
  font-family: ivyora-text, sans-serif;
}

.text-block-2 {
  font-size: 22px;
}

.toggle-artistname {
  font-size: 22px;
  line-height: 24px;
}

.dropdown-list {
  background-color: var(--transparent);
  display: none;
}

.dropdown-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.nom-category {
  padding-top: 5px;
  font-family: ivyora-display, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.release-title {
  margin-top: 5px;
  font-family: ivyora-text, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.code-embed {
  opacity: 1;
  filter: invert();
  margin-top: 10px;
  margin-left: -10px;
}

.pink-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pink-section.short {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: block;
}

.nav-menu {
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.nav-menu.small {
  display: none;
}

.navbar {
  z-index: 1;
  background-color: var(--transparent);
  flex-flow: column;
  position: fixed;
  inset: 0% 0% auto;
}

.label-name {
  font-family: ivyora-display, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.artist-img-wide {
  width: 40vh;
}

.nav-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.h2-genre {
  margin-top: 0;
  font-family: area-normal, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
  position: sticky;
}

.genre-container {
  text-align: right;
  width: 25%;
}

.genre-container.left-aligned {
  text-align: left;
  width: 20%;
  position: sticky;
}

.yellow-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-link {
  color: var(--gray);
  padding-left: 10px;
  padding-right: 10px;
  font-family: area-normal, sans-serif;
  font-size: 10px;
  line-height: 12px;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.container-3 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  font-size: 10px;
}

.bold-text {
  color: var(--gray);
  line-height: 12px;
}

.container-4 {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .logo {
    text-align: left;
    margin-top: 0;
  }

  .image {
    width: 104px;
  }

  .title {
    padding-top: 30px;
  }

  .nomination-text {
    width: 60%;
    padding-top: 0;
  }

  .blackpink-photo {
    width: 25%;
  }

  .peso-photo {
    width: 13%;
  }

  .odeal-photo {
    width: 8%;
  }

  .sunset-blvd-photo {
    width: 9%;
  }

  .mumford-photo {
    width: 25%;
  }

  .yoasobi-photo {
    width: 15%;
    top: 6%;
  }

  .larkin-poe-photo {
    width: 10%;
    top: 5%;
  }

  .dot-nav {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block {
    margin-right: 0;
  }

  .heading {
    font-size: 44px;
    line-height: 48px;
  }

  .artist-container {
    justify-content: center;
  }

  .container {
    max-width: 95vw;
  }

  .artist-container-stack {
    align-items: center;
  }

  .dropdown-list {
    display: none;
  }

  .nom-category {
    font-family: ivyora-display, sans-serif;
    font-weight: 500;
  }

  .code-embed {
    margin-left: -5px;
  }

  .pink-section {
    margin-top: 0;
  }

  .nav-menu {
    flex-flow: column;
    align-items: flex-end;
  }

  .navbar {
    background-image: none;
    padding-bottom: 0;
    position: fixed;
    inset: 0% 0% auto;
  }

  .div-block {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .nav-container {
    justify-content: space-between;
    align-items: flex-start;
    width: 100vw;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .body {
    background-repeat: repeat;
    background-attachment: fixed;
  }

  .logo {
    text-align: center;
  }

  .image {
    width: 20%;
  }

  .nomination-text {
    padding-top: 60px;
  }

  .blackpink-photo {
    width: 35%;
  }

  .peso-photo {
    width: 18%;
  }

  .odeal-photo {
    width: 11%;
    top: 2%;
    left: 2%;
  }

  .sunset-blvd-photo {
    width: 12%;
    left: 85%;
  }

  .mumford-photo {
    width: 35%;
  }

  .yoasobi-photo {
    width: 25%;
    inset: auto 0% 61% 35%;
  }

  .lorkin-poe {
    display: none;
  }

  .dot-nav {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block {
    font-size: 26px;
    line-height: 28px;
  }

  .heading {
    margin-left: 10px;
    font-size: 26px;
    line-height: 28px;
  }

  .blue-section {
    margin-top: 140px;
  }

  .artist-container {
    width: 90%;
    margin-bottom: 20px;
  }

  .container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .artist-container-stack {
    width: 90%;
    margin-bottom: 80px;
  }

  .nav-menu {
    flex-flow: row;
    align-items: flex-start;
    margin-top: 10px;
  }

  .navbar {
    z-index: 100000;
    background-image: url('../images/texture.png');
    background-position: 50% 65%;
    background-repeat: no-repeat;
    background-size: auto;
    flex-flow: column;
    padding-bottom: 40px;
    inset: 0% 0% auto;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-container {
    flex-flow: column;
    align-items: center;
  }

  .genre-container {
    width: 80%;
  }

  .genre-container.left-aligned {
    text-align: center;
    width: 60%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    overflow: visible;
  }

  .image {
    width: 30%;
  }

  .title {
    inset: 10% 0% auto;
  }

  .nomination-text {
    width: 50%;
    padding-top: 0;
  }

  .blackpink-photo {
    width: 45%;
    left: 10%;
  }

  .peso-photo {
    width: 20%;
    inset: auto 0% 38% 40%;
  }

  .odeal-photo {
    width: 17%;
    inset: 25% auto auto 2%;
  }

  .sunset-blvd-photo {
    width: 15%;
    left: 75%;
  }

  .mumford-photo {
    width: 40%;
    top: 20%;
    left: 23%;
    transform: rotate(-2deg);
  }

  .mumford {
    display: none;
  }

  .yoasobi-photo {
    width: 30%;
    inset: 15% auto 0% 30%;
  }

  .yoasobi {
    display: none;
  }

  .lorkin-poe {
    display: block;
  }

  .larkin-poe-photo {
    width: 25%;
    position: absolute;
    inset: 28% 5% 0% auto;
  }

  .dot-nav {
    margin-left: 5px;
    margin-right: 5px;
  }

  .heading {
    margin-left: 0;
  }

  .blue-section {
    margin-top: 200px;
    position: static;
  }

  .artist-img-full {
    width: 19vh;
  }

  .artist-img-cut {
    width: 27vh;
  }

  .toggle-artistname {
    font-size: 18px;
  }

  .nav-menu {
    flex-flow: row;
    display: none;
  }

  .nav-menu.small {
    flex-flow: row;
    display: flex;
  }

  .navbar {
    background-position: 50% 10%;
  }

  .artist-img-wide {
    width: 24vh;
  }

  .div-block {
    flex-flow: column;
  }

  .nav-container {
    justify-content: flex-start;
  }

  .h2-genre {
    font-size: 19px;
    line-height: 22px;
  }

  .genre-container.left-aligned {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
  }

  .image {
    width: 30%;
  }

  .title {
    justify-content: center;
    align-items: flex-start;
    inset: 10% 0% auto;
  }

  .nomination-text {
    width: 70%;
    padding-top: 0;
  }

  .blackpink-photo {
    width: 43%;
    left: 2%;
  }

  .peso-photo {
    width: 30%;
    inset: 25% 2% 0% auto;
  }

  .odeal-photo {
    width: 18%;
    inset: 23% 0% auto 2%;
  }

  .sunset-blvd-photo {
    width: 25%;
    left: 70%;
  }

  .mumford-photo {
    width: 50%;
    inset: auto 0% 22% 20%;
  }

  .mumford {
    display: block;
  }

  .yoasobi-photo {
    width: 35%;
    inset: auto 0% 45% 28%;
  }

  .yoasobi {
    display: block;
  }

  .lorkin-poe {
    display: none;
  }

  .navbar {
    background-position: 50% 10%;
  }
}


