/**
 * index.css
 * MISSING NO. 2024, All rights reserved
 */

/* #region BODY AND GENERAL CONTENT */

body {
  background-color: black;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: 'Bebas Neue', serif;
  letter-spacing: 1px;
}

section {
  margin: 20px auto;
  padding: 0 20px 20px 20px;
  width: 900px;
  text-align: center;
}

@media (max-width: 950px) {
  section {
    width: 700px;
  }
}

@media (max-width: 750px) {
  section {
    margin: 20px 0;
    padding: 0;
    width: 100%;
  }
}

h2 {
  text-align: center;
  font-size: 45px;
}

@media screen and (max-width: 700px) {
  h2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}


/* This helps create top space when navigating 
  with an anchor */
@media (min-width: 750px) {
  .anchored {
    padding-top: 50px;
    margin-top: -50px;
  }
}

section.infinite {
  width: 100%;
  padding: 20px 0 20px 0;
  margin: auto 0;
}

/* #endregion */

/* #region NAV */

.mno-parallax-bg {
  background-image: url('/images/epk/header_2.jpg');
  background-size: contain;
  background-attachment:fixed;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 90px;
  width: 100%;
  aspect-ratio: 1.5;
  max-height: 1000px;
}

@media (max-width: 950px) {
  .mno-parallax-bg {
    background-position-y: 150px;
    aspect-ratio: 1.2;
  }
}

@media (max-width: 750px) {
  .mno-parallax-bg {
    aspect-ratio: 1.1;
    background-position-y: 180px;
    background-attachment: local;
  }
}
@media (max-width: 550px) {
  .mno-parallax-bg {
    aspect-ratio: 1;
  }
}

#mno-nav-menu {
  margin: 30px auto;
  display: flex;
  justify-content: center;
  padding: 0;
}

@media (max-width: 750px) {
  #mno-nav-menu {
    margin: 15px auto;
  }
}
#mno-nav-menu li {
  list-style-type: none;
  font-size: 1.5rem;
  margin: 0px 20px;
}

#mno-nav-menu li a {
  color: white;
  text-decoration: none;
}

#mno-nav-menu li a.active {
  text-decoration: underline;
}

/* #endregion */

/* #region HEADER */

.mno-header, .mno-header-brand-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}

.mno-header .mno-brand {
  height: 90px;
  width: 370px;
}

@media screen and (max-width: 750px) {
  .mno-header .mno-brand {
    height: 70px;
    width: 287px;
  }
}

.mno-header-brand-container .mno-header-title {
  color: white; 
  font-size: 1.3rem;
}


/* #endregion */

/* #region BIO */

section#bio {
  padding-top: 50px;
  padding-bottom: 20px;
}

.mno-bio-row {
  display: flex;
  flex-direction: row;
  padding-left: 15px;
  padding-right: 15px;
}

.mno-bio-row .mno-bio-logo {
  height: 100px;
  padding: 20px 40px;
}


.mno-bio-row .mno-bio-text {
  font-family: 'Big Shoulders Inline Text';
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
  text-align: justify;
  font-size: 1.2rem;
  line-height: 1.7rem;
  
}

.mno-bio-row .mno-bio-hero {
  /* font-family: 'Big Shoulders Inline Text'; */
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 700px) {
  section#bio {
    padding-top: 20px;
  }

  .mno-bio-row .mno-bio-logo {
    display: none;
  }
}
  
/* #endregion */

/* #region VIDEOS */

section#videos {
  padding-bottom: 20px;
}

.mno-videos-list {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 700px) {
  .mno-videos-list {
    flex-direction: column;
  }
}

.mno-video-container, .mno-video {
  width: 100%;
  aspect-ratio: 16 / 9;
}

/* #endregion */

/* #region ABOUT */

section#about, section#links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 700px) {
  section#about, section#links {
    flex-direction: column;
  }
}


@media screen and (min-width: 700px) {
  section#about h2, section#links h2 {
    text-align: start;
  }
}

.mno-about-col {
  flex-grow: 1;
  flex: 45%;
  text-align: start;
  font-size: 1.5rem;
  padding: 0 15px;
  padding-bottom: 15px;
  min-width: 0;
}

.mno-about-col p {
  padding-right: 30px;
  word-wrap: break-word;
}

.mno-about-col .title {
  display: block;
  color: #BBB;
  font-size: 1.2rem;
  text-decoration: underline;
  margin-right: 10px;
}

/* #endregion */

/* #region MUSIC */

.mno-music-container {
  display: flex;
  flex-direction: row;
  align-content: space-between;
  justify-content: center;
}

.mno-music-icon {
  height: 55px;
  margin: 0 15px;
}

.mno-music-link:active {
  opacity: 0.8;
}

.mno-music-embed-container, .mno-music {
  width: 100%;
  max-width: 450px;
  height: 380px;
  margin: 15px auto 0 auto;
  aspect-ratio: 4 / 3;
}

.mno-socials-container {
  display: flex;
  flex-direction: row;
  align-content: space-between;
  justify-content: center;
}

.mno-socials-icon {
  height: 55px;
  width: 55px;
  margin: 0 15px;
}

/* #endregion */

/* #region DOWNLOADS */

.mno-dl-background {
  background-image: url('/images/epk/download_banner_2.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 350px;
}

.mno-dl-container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 20px auto;
  width: 900px;
  height: 350px;
}
@media (max-width: 950px) {
  .mno-dl-container {
    width: 700px;
  }
}

@media (max-width: 750px) {
  .mno-dl-background {
    background-size: cover;
    background-attachment: local;
    background-image: url('/images/epk/download_banner.jpg');
  }
  
  .mno-dl-container {
    margin: 20px 0;
    padding: 0;
    width: 100%;
    justify-content: center;
  }
}

.mno-dl-links {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.mno-dl-links a.nolink {
  cursor: pointer;
  user-select: none;
}

.mno-dl-links a {
  display: block;
  background-color: #FFF7;
  color: black;
  text-decoration: none;
  padding: 10px 45px;
  margin: 20px;
  font-size: 2rem;
}

/* #endregion */

/* #region LINKS */

section#links .mno-about-col a {
  text-decoration: none;
  color: white;
}

/* #endregion */

/* #region FOOTER */

footer {
  background-color: #333;
  background-size: 4px 4px;
  background-image: repeating-linear-gradient(45deg, black 0, black 0.4px, rgba(255,255,255,0) 0, rgba(255,255,255,0) 50%);

  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

footer .mno-footer-goto-top {
  color: white;
}

footer .mno-brand {
  height: 50px;
  margin-bottom: 15px;
}

footer p, footer img {
  padding: 0 35px;
}

/* #endregion */
