/* 10.5" iPad Pro, 11" iPad Pro */

@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;
}

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);
  }

@media only screen and (min-width: 834px) and (max-width: 1194px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {

  /* Section Properties */
    section {
    height: 100vh;
    width: auto;
    max-width: auto;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    overflow: hidden;
  }
  
  /* Content On Music Page */
 
  div.hightext h2 {
  z-index: 2;
  position: absolute;
  transform: rotate(0deg);
  top: 225px;
  left: 238px;
  justify-content: center;
  align-items: center;
  }
  
  div.thenewsingletext h3 {
  z-index: 2;
  position: absolute;
  text-align: left;
  top: 90px;
  left: 140px;
  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 {
    position: absolute;
    display: flex;
    user-select: none;
    object-fit: contain;
    transform: scale(0.4);
    left: -250px;
    bottom: -580px;
  }
  
 .musicplayer {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.6);
  top: 280px;
  left: 400px;
}
  
  /* Content On Contact Page */
  
  div.instagramtext {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(.5);
  top: 50%;
  right: 50%;
  }
  
  div.emailtext {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(.5);
  top: 55%;
  right: 50%;
  }
  
  /* Hidden Elements */
  section.player {
    display: none !important;
  }