/* iPhone X, iPhone Xs, iPhone 11 Pro, iPhone 12 mini */

@font-face {
  font-family: Joyride Extended Outline;
  src: url(joyride-extended-outline.woff2);
}

@font-face {
  font-family: Joyride;
  src: url(joyride.woff2);
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 375px) and (max-width: 812px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {

  html {
    min-height: 100%;
  }

  body {
    font-family: futura, gotham, arial, helvetica, sans-serif;
    font-size: 50px;
    margin: 0;
    padding: 0;
    background-color: rgb(0, 0, 0);
  }

  h1 {
    font-size: 8vh;
  }

  h2 {
    font-size: 6vh;
  }

  h3 {
    font-size: 3.6vh;
  }

  /* Section Properties */
  section {
    height: 100vh;
    width: auto;
    max-width: auto;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    overflow: hidden;
  }

  /* Content on Landing Page */
  section.landing {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0, 0, 0);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .logo {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    transform: scale(0.1);
    top: 40%;
    bottom: 60%;
    animation: none !important;
  }

  /* Content On Music Page */

  section.music {
    background-color: rgb(0, 0, 0);
  }

  div.streamtext h1 {
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    top: 200px;
    left: -200px;
  }
  
  div.hightext h2 {
  z-index: 2;
  top: 450px;
  right: -5px;
  }
  
  div.thenewsingletext h3 {
  z-index: 2;
  position: absolute;
  text-align: left;
  top: 90px;
  left: 90px;
  animation: fadeInMSignle ease-in 6s;
  -webkit-animation: fadeInMSignle ease-in 6s;
  -moz-animation: fadeInMSignle ease-in 6s;
  -o-animation: fadeInMSignle ease-in 6s;
  -ms-animation: fadeInMSignle ease-in 6s;
}

@keyframes fadeInMSignle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeInMSignle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInMSignle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeInMSignle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeInMSignle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.1;
  }
}
  }

  .artist {
    z-index: 3;
    position: absolute;
    display: flex;
    user-select: none;
    object-fit: contain;
    transform: scale(0.2);
    left: -160px;
    bottom: -780px;
  }
  
  .musicplayer {
    visibility: hidden !important;
  }

/* Content On Player Page */
section.player {
  z-index: 3;
  background-color: rgb(0, 0, 0);
  }

.mobileplayer {
  z-index: 3;
  position: absolute;
  display: flex;
  transform: scale(.6);
  top: -100px;
  left: -50px;
}

  /* Content On Contact Page */
  .section.contact {
  z-index: 4;
    background-color: rgb(0, 0, 0);
    
  }

div.contacttext h1 {
position: absolute;
    display: block;
    transform: rotate(-90deg);
    top: 280px;
    left: -200px;
}

div.samsondertext h3 {
  position: absolute;
  text-align: left;
  top: 220px;
  left: 130px;
  animation: fadeInMSam ease-in 10s;
  -webkit-animation: fadeInMSam ease-in 10s;
  -moz-animation: fadeInMSam ease-in 10s;
  -o-animation: fadeInMSam ease-in 10s;
  -ms-animation: fadeInMSam ease-in 10s;
}

@keyframes fadeInMSam {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeInMSam {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInMSam {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeInMSam {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeInMSam {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

div.instagramtext h2 {
  z-index: 3;
  position: absolute;
  top: 440px;
  left: -35px;
  transform: scale(.4);
}

div.emailtext h2 {
  z-index: 3;
  position: absolute;
  top: 400px;
  left: 73px;
  transform: scale(.6);
}
