
@media only screen and (min-width: 767px) and (max-width: 1400px)  {

/* * {
    border: 1px solid blue;
} */

.wrapper {
    padding-left: 40px;
    padding-right: 40px;
}

.hero-content {
    margin-top: 20%;

}
}


@media only screen and (max-width: 767px) {
 
  .header {
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .navigation {
    /* height: calc( 100vh - 60px); */
    /* margin-top: 60px; */
    padding: 15px;
    padding-top: 120px;
  }

  .navigation li {
    font-size: 2.4rem;
  }

  .wrapper {
    max-width: 100%;
  }


.center {
    display: block;
}

  .hero {
    background-size: cover; /* You can use 'cover', 'contain', 'auto', or specific values like '100% 100%' */
    background-position: 80% 70%; /* You can use different values like 'top', 'left', 'bottom', 'right', or specific coordinates like '50% 30%' */
    /* Other styles for your element */
    /* width: 30%; */
    height: 86vh;
}

.logo {
    height: 38px;
}

.menu-icon {
    font-size: 32px;
}

  .hero-content {
    margin-top: 120px;
    height: calc( 100vh - 120px );
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    justify-items: center;
    text-align: center;
    flex-wrap: wrap;
  }
  .out-now-container {
    position: absolute;
    left: 5%;
    top: 5%;
    justify-self: flex-start;
font-weight: 700;
display: flex;
flex-wrap: wrap;
justify-content: center;
text-align: left;
border-radius: 6px;
  }


  .subheading.new {
    width: 100%;
    text-align: center;
    font-weight: 500;
    margin-left: 0 auto;
    margin-right: 0 auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: none;
}

.subheading {
    /* width: 100%; */
    text-align: center;
    font-weight: 500;

}

.subheading.out {
    margin-top: -1em;
}


  .out-now-line {
    display: none;


  }

  .song-container {
    background-color: pink;
    justify-self: center;
    position: absolute;
    bottom: 2%;
    justify-content: center;
    width: 100%;
    background-color: rgba(255,255,255,0.5);
  }

  .song {

    width: 100%;
    text-align: center;
    font-size: 21px;
    /* background: rgba(255,255,255,0.7); */
    margin-bottom: 0;
  }

  .rymann {
    width: 100%;
    text-align: center;
    font-size: 70px;
    /* background: rgba(255,255,255,0.7); */
    margin: 0;
    line-height: 1;
    /* margin-top: -0.35em; */
    margin-bottom: 0.3em;
  }

  .yvi {
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin: 0;
    margin-top: -0.9em;
  }

  .purchase-links.hero-links {
    margin: 0;
    margin-top: 0.5em;
  }

  .release-item {
    width: 100%;
  }

  .product-item {
    width: 100%;
    -webkit-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    margin-bottom: 1em;
  }

  #subscribe .nav-link:hover .nav-link-line {
    position: absolute;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .custom-text {
    font-size: 12px;
    line-height: 18px;
    width: 80%;
  }

  .footer-menu {
    justify-content: center;
    justify-items: center;
    text-align: center;
    flex-wrap: wrap;
    margin-top: 2em;
  }

  .footer-nav {
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .signup-form {
    max-width: 70%;
  }

  #subscribe .nav-link {
width: 100%;
display: inline;
  }

.nav-social {
    justify-self: center;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 3em;
}

.footer-legal {
    width: 100%;
    text-align: center;
}

.footer-contact {
    margin-top: 2em;
}

.toppadding {
  padding-top: 1em;
}

.music-cards {
    /* padding: 1.3em; */
    margin-bottom: 0em;
}

.press-container {
  flex-wrap: wrap;
}

.press-kit-column {
  padding: 1em;
  width: 100%;
}
.press-kit-column2 {
  padding: 1em;
  width: 100%;
}

.foto {
  flex: 0 0 50%;
}

.booking-enq {
  margin-top: 0;
  margin-bottom: 0;
}

#music .nav-link.button, #merch .nav-link.button {
margin-top: 0;
}

.back-to-top {
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
}

#music .background-heading, #merch .background-heading {
    /* position: absolute;
    top: 5%; */
}



}

.adjusted-margin-top {
    padding-top: 0;
  }