html {
  padding: 0;
  margin: 0;
  width: 100%;
}

body {
  background-image: url(./images/cebra-bg.jpg);

  background-attachment: fixed;
  background-size: 100%;
  /* background-position: -100% 40%; */
  margin: 0;
  color: #404d9c;
  font-family: arial;
  line-height: 1.5rem;
  width: 100%;
  letter-spacing: 1px;
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  position: relative;
  transition: background-image 0.9s;
}

ul {
  margin: 1rem 0;
  padding: 0;
}

li {
  list-style: none;
}

nav ul {
  display: flex;
  width: 100%;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
  padding: 0;
}

nav li {
  list-style: none;
  font-size: 1rem;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: #404d9c;
  /* color: #ddaeab; */
}

p {
  margin: 0;
}

main {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}

h1,
h2 {
  align-self: center;
}

.video,
.bio,
.shop,
.tour,
.contact {
  margin: 0rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}

.video {
  margin: 0rem auto;
  align-items: center;
  max-width: 90%;
}

.tour {
  margin-top: 5rem;
}

.bio {
  margin: 5rem auto;
  margin-bottom: 0rem;
  padding: 0 1rem;
}

.shop {
  padding: 2rem;
  box-sizing: border-box;
  margin: 10rem auto;
}

.contact {
  margin: 10rem auto;
}

.back-to-top {
  margin-top: 2rem;
  font-size: 0.875rem;
}

.yellow-stripe {
  width: 100%;
  height: 900px;
  /* background-color: #f1ff56; */
  position: absolute;
  z-index: -1;
  background-image: url(./images/yellow-stripe.png);
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-size: 400%;
  background-position-x: 50%;
}

.blue-stripe {
  width: 100%;
  height: 1000px;
  /* background-color: #404d9c; */
  position: absolute;
  z-index: -1;
  background-image: url(./images/blue-stripe.png);
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-size: 200%;
  background-position-x: 50%;
}

.voyage-release-notes {
  background-color: rgb(255, 246, 234);
  padding: 2rem;
  box-sizing: border-box;
  margin-left: 0rem;
}

.voyage-release {
  position: relative;
  width: 100%;
  margin-top: 0rem;
}

.voyage-release-title {
  margin-left: 0rem;
}

.h2-about {
  margin-left: 0rem;
}

.shop-items {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2rem;
  margin-top: 5rem;
  justify-content: center;
}

.h2-cebra {
  margin-top: 1rem;
  width: 150px;
}

.cebra-beach-lp {
  margin-top: -4rem;
}

.blue-mountain {
  position: absolute;
  top: 150px;
  width: 100%;
  background: url("./images/mountain-blue.png");
  background-position: 0px 0;
  background-size: 100%;
  z-index: 2;
  height: 320px;
}

.pink-mountain {
  position: absolute;
  top: 150px;
  width: 100%;
  background: url("./images/mountain-pink.png");
  background-position: 0px 0;
  background-size: 100%;
  z-index: 2;
  height: 900px;
}

.pink-cebra-beach-lp {
  position: absolute;
  top: 480px;
  width: 100%;
  background: url("./images/cebra-beach-lp.png");
  background-color: #ddaeab;
  background-position: 200px 0;
  background-size: 200%;
  z-index: 3;
  height: 300%;
}

.h2-tour {
  width: 120px;
}

.tour-dates {
  font-size: 1rem;
}

.bio-img-01 {
  position: relative;
  width: 100%;
  left: 0rem;
}
.bio-img-02 {
  position: relative;
  width: 100%;
  left: 0rem;
  margin-top: 0rem;
}
.bio-img-03 {
  position: relative;
  width: 100%;
  left: 0rem;
  margin-top: 0rem;
}
.bio-img-04 {
  position: relative;
  width: 100%;
  left: 0rem;
}
.bio-img-05 {
  position: relative;
  left: 0rem;
  width: 100%;
  margin-top: 0rem;
}

.bio-text {
  position: relative;
  width: 100%;
}

.voyage-text {
  position: relative;
  width: 100%;
  margin-top: 2rem;
}

.h2-contact {
  margin-top: 0rem;
}

.shop-items__row {
  gap: 1rem;
}

@media only screen and (min-width: 600px) {
}

@media only screen and (min-width: 768px) {
  html {
    padding: 0;
    margin: 0;
  }

  body {
    background-image: url(./images/cebra-bg.png);
    background-attachment: fixed;
    background-size: 100% 100%;
    background-position: -100% 40%;
    margin: 0;
    /* color: rgb(0, 0, 255); */
    color: #404d9c;
    font-family: arial;
    line-height: 1.5rem;
    width: 100%;
    letter-spacing: 1px;
    overflow-x: hidden;
  }

  header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    position: relative;
    transition: background-image 0.9s;
  }

  ul {
    margin: 1rem 0;
    padding: 0;
  }

  li {
    list-style: none;
  }

  nav ul {
    display: flex;
    width: 100%;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
    padding: 0;
  }

  nav li {
    list-style: none;
    font-size: 1rem;
    text-transform: uppercase;
  }

  a {
    text-decoration: none;
    color: #404d9c;
    /* color: #ddaeab; */
  }

  p {
    margin: 0;
  }

  main {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
  }

  h1,
  h2 {
    align-self: center;
  }

  .video,
  .bio,
  .shop,
  .tour,
  .contact {
    margin: 0rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }

  .video {
    margin: -10rem auto;
    align-items: center;
    max-width: 800px;
  }

  .tour {
    margin-top: 10rem;
  }

  .bio {
    max-width: 70%;
    margin: 40rem auto;
  }

  .shop {
    /* max-width: 800px; */
    padding: 2rem;
    box-sizing: border-box;
    margin: 50rem auto;
  }

  .contact {
    margin: -50rem auto;
  }

  .back-to-top {
    margin-top: 2rem;
    font-size: 0.875rem;
  }

  .voyage-release-notes {
    background-color: rgb(255, 246, 234);
    padding: 2rem;
    box-sizing: border-box;
    margin-left: 20rem;
  }
  .voyage-release {
    position: absolute;
    width: 100%;
    margin-top: 8rem;
  }

  .voyage-release-title {
    margin-left: 20rem;
  }
  .h2-about {
    margin-left: 20rem;
  }

  .cebra-beach-lp {
    margin-top: -10rem;
  }

  .h2-cebra {
    margin-top: 5rem;
    width: 200px;
  }

  .blue-mountain {
    position: absolute;
    top: 500px;
    width: 100%;
    background: url("./images/mountain-blue.png");
    background-position: 0px 0;
    background-size: cover;
    z-index: 2;
    height: 1000px;
  }

  .pink-mountain {
    position: absolute;
    top: 500px;
    width: 100%;
    background: url("./images/mountain-pink.png");
    background-position: 0px 0;
    background-size: cover;
    z-index: 2;
    height: 1400px;
  }
  .pink-cebra-beach-lp {
    position: absolute;
    top: 1300px;
    width: 100%;
    background: url("./images/cebra-beach-lp.png");
    background-color: #ddaeab;
    background-position: 800px 0;
    background-size: cover;
    z-index: 3;
    height: 300%;
  }
  .h2-tour {
    width: 200px;
  }
  .tour-dates {
    font-size: 1.5rem;
  }

  .bio-text {
    position: absolute;
    width: 100%;
    max-width: 500px;
  }
  .voyage-text {
    position: absolute;
    width: 100%;
    margin-top: 2rem;
  }

  .h2-contact {
    margin-top: 20rem;
  }
}

@media only screen and (min-width: 900px) {
  .yellow-stripe {
    width: 100%;
    height: 700px;
    /* background-color: #f1ff56; */
    position: absolute;
    z-index: -1;
    display: unset;
    background-image: url(./images/yellow-stripe.png);
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .blue-stripe {
    width: 100%;
    height: 1100px;
    /* background-color: #404d9c; */
    position: absolute;
    z-index: -1;
    background-image: url(./images/blue-stripe.png);
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .bio-img-01 {
    position: absolute;
    width: 384px;
    left: 10%;
  }
  .bio-img-02 {
    position: absolute;
    width: 412px;
    left: 65%;
    margin-top: -15rem;
  }
  .bio-img-03 {
    position: absolute;
    width: 403px;
    left: 20%;
    margin-top: -35rem;
  }
  .bio-img-04 {
    position: absolute;
    width: 499px;
    left: 60%;
  }
  .bio-img-05 {
    position: absolute;
    left: 30%;
    margin-top: 5rem;
    width: 268px;
  }
}

@media only screen and (min-width: 1200px) {
  .shop-items {
    display: flex;
    width: 100%;
    gap: 2rem;
    margin-top: 30rem;
    flex-direction: row;
    justify-content: center;
  }
}

@media only screen and (min-width: 2000px) {
  .yellow-stripe {
    width: 100%;
    height: 1700px;
    /* background-color: #f1ff56; */
    position: absolute;
    z-index: -1;
    display: unset;
    background-image: url(./images/yellow-stripe.png);
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .blue-stripe {
    width: 100%;
    height: 3100px;
    /* background-color: #404d9c; */
    position: absolute;
    z-index: -1;
    background-image: url(./images/blue-stripe.png);
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .blue-mountain {
    position: absolute;
    top: 750px;
    width: 100%;
    background: url("./images/mountain-blue.png");
    background-position: 0px 0;
    background-size: cover;
    z-index: 2;
    height: 1000px;
  }

  .pink-cebra-beach-lp {
    position: absolute;
    top: 1650px;
    width: 100%;
    background: url("./images/cebra-beach-lp.png");
    background-color: #ddaeab;
    background-position: 800px 0;
    background-size: cover;
    z-index: 3;
    height: 300%;
  }
}
