/* MAIN PAGE */
.pc-snap {
  height: 100vh;
  width: 100%;
  max-width: calc(100vh * 1.8);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
}

body {
  background: floralwhite;
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans', 'Helvetica', sans-serif;
  color: #191918;
  max-width: 100vw;
  overflow-x: clip;
}

img[alt] {
  font-family: 'Noto Sans', 'Helvetica', sans-serif;
  font-style: italic;
}

img {
  max-width: 100%;
  height: auto;
  align-self: center;
}

a:hover img {
    transform: scale(1.05);
    transition: all 0.1s;
}

.title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  margin-top: -0.5%;
  max-width: 90%;
  margin: 0 auto;
}

.flowers {
  max-width: 30%
}

.in_your {
  max-width: 5%;
}

.eyes {
  max-width: 20%;
}

.title img {
  padding: 1.5%;
}

.llinks {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 90%;
  margin: 0 auto;
}

.disc {
  max-width: 30%;
}

.llinks>a {
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.photo {
  max-width: 15%;
}

.video {
  max-width: 15%;
}

.links {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.links img {
  max-width: 7%;
}

.elinks {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 5%;
}

.elinks>a {
  max-width: 10%;
  padding: 1.5%;
}

.welcome {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin: 0 auto;
}

.welcome img {
  padding: 1%;
  padding-bottom: 3%;
}

.welcome-photo {
  max-width: 30%;
}

.welcome-text {
  max-width: 40%;
}

/* DISCOGRAPHY PAGE */
.dis_title {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}

.dis_title.lyr {
  max-width: 30%;
  margin: 0 auto;
}

.dis_title a {
  max-width: 30%;
}

.release_type {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 1%;
}

.release_type img {
  max-width: 25%;
}

.releases {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 3%;
  max-width: 50%;
  margin: 0 auto;
}

.rel_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 60%;
  padding-top: 3%;
  padding-right: 2%;
  padding-left: 2%;
}

.rel_name, .year {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 100%;
}

.rel_name img {
  padding-top: 2%;
}

.year img {
  padding-top: 2%;
  max-width: 25%;
  height: auto;
}

/* RELEASE PAGE */
.dis_title.rel_page {
  display: flex;
  justify-content: center;
  max-width: 100%;
}

.dis_title.rel_page img {
  max-width: 100%;
}

.releases.rel_page {
  flex-direction: row;
  justify-content: center;
  padding-top: 2%;
  padding-bottom: 2%;
  max-width: 30%;
  margin: 0 auto;
}

.elinks.rel_page {
  max-width: 60%;
  padding: 0;
}

.lyrics {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-wrap: wrap;
  max-height: 85%;
  padding-top: 1%;
}

.song {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 5%;
}

h1 {
  font-size: 100%;
}

p {
  font-size: 90%;
}

.pc-snap.sbrc {
  max-width: 90%;
  margin: 0 auto;
}

/* PHOTO PAGE */
.dis_title.photo {
  max-width: 45%;
  padding-top: 2%;
  justify-content: center;
}

.release_type.photo {
  max-width: 10%;
  margin: 0 auto;
  padding-top: 1%;
  padding-bottom: 2%;
}

.release_type.photo img {
  max-width: 100%;
}

.ph_cont {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 60%;
  max-height: 100vmax;
  margin: 0 auto;
  padding-bottom: 5%;
}

.ph_cont.y2019 {
  max-height: 150vmax;
}

.ph_cont.y2020 {
  max-height: 140vmax;
}

.ph_cont.y2021 {
  max-height: 140vmax;
}

.ph_cont.y2022 {
  max-height: 150vmax;
}

.ph_cont.y2023 {
  max-height: 140vmax;
}

.ph_cont picture {
  max-width: 50%;
  padding: 1%;
  object-fit: cover;
  flex: 0 1 0px;
}

/* MOBILE VIEW */
/* @media screen and (max-width: 992px) and (orientation: portrait) { */

@media screen and (max-aspect-ratio: 1/1) and (orientation: portrait) {

  /* MAIN */
  html {
    scroll-snap-type: None;
  }

  .pc-snap {
    height: auto;
    width: auto;
  }

  .mob-snap {
    height: 100vh;
    width: 100vw;
    max-width: calc(100vh * 0.5);
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    margin: auto;
  }

  .mob-snap-last {
    width: 100vw;
    max-width: calc(100vh * 0.5);
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    margin: auto;
  }

  .title {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: None;
    padding-right: None;
  }

  .title img {
    max-width: 90%;
  }

  .title>.eyes {
    max-width: 60%;
    margin-top: -10%;
  }

  .llinks {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .llinks a {
    padding: 2%;
    max-width: 100%;
  }

  .llinks>.photo {
    max-width: 40%;
  }

  .llinks>.video {
    max-width: 40%;
  }

  .links {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
  }

  .links img {
    max-width: 15%;
  }

  .elinks {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 20%;
  }

  .elinks>a {
    max-width: 30%;
    padding: 1.5%;
  }

  .welcome {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
  }

  .welcome img {
    max-width: 90%;
  }

  .welcome>.welcome-text {
    max-width: 100%;
    padding-top: 2%;
  }

  /* DISCOGRAPHY */
  .dis_title, .release_type {
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 2%;
  }

  .dis_title a {
    max-width: 100%;
  }

  .release_type img {
    max-width: 80%;
  }

  .release_type {
    padding-bottom: 5%;
  }

  .releases {
    flex-direction: column;
    max-width: 100%;
    padding-bottom: 10%;
  }

  .rel_column {
    max-width: 80%;
    margin: 0 auto;
    padding-bottom: 10%;
  }

  /* RELEASE PAGE */
  .dis_title.rel_page {
    max-width: 90%;
    padding-top: 2%;
    margin: 0 auto;
  }

  .releases.rel_page {
    flex-direction: row;
    max-width: 80%;
    padding-bottom: 10%;
    margin: 0 auto;
  }

  .elinks.rel_page a {
    max-width: 40%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 3%;
  }

  .elinks.rel_page {
    padding-bottom: 15%;
  }

  .dis_title.lyr {
    max-width: 70%;
  }

  .lyrics {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 100%;
  }

  .song {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 10%;
  }

  h1, p {
    text-align: center;
  }

  /* PHOTO PAGE */
  .ph_cont {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 90%;
    padding-bottom: 30%;
    max-height: none;
  }

  .ph_cont picture {
    max-width: 100%;
  }

  .ph_cont.y2024, .ph_cont.y2023, .ph_cont.y2022, .ph_cont.y2021, .ph_cont.y2019, .ph_cont.y2020 {
    max-height: none;
  }

  .dis_title.photo {
    max-width: 40%;
  }

  .release_type.photo {
    max-width: 25%;
  }
}

/* DARK MODE */
@media (prefers-color-scheme: dark) {
  img, .flowers, .your, .eyes, .welcome-photo, .cover, .releases, .ph_cont, p, h1 {
    filter: invert(1) hue-rotate(180deg);
  }
  body {
    background: #282828;
  }
}
