@import url("https://use.typekit.net/hiq2cbd.css");
@font-face { font-family: GT America Standard; src: url('../fonts/GT-America-Standard-Light.otf'); }
html,body {
  margin: 0;
  border: 0;
  padding: 0;
  height: 110%;
  width: 100%;
  /*min-height: 100%;*/
  /*background-color: #d8d8d8;*/
  /*position: fixed;*/
  /*overflow: hidden;overflow-y:scroll;*/
}

img {
  -webkit-touch-callout: none;
}


a, p {
  font-family: "GT America Standard","Helvetica Neue",Helvetica,Arial,sans-serif;
  /*font-weight: 00;*/
  /*font-size: 17px;*/
  color: black;
  /*text-decoration: none;*/
}
a:hover{
  text-decoration: none;
  /*font-weight: 400;*/
  color: black;
}

.openingAnim{
  background-color: white;
  display: none;
}

.fullContent{
  /*position: fixed;*/
  height: 100%;
  width: fit-content;
  overflow-y: hidden;
  background-color: #d8d8d8;
}

.albumView{
  position: absolute;
  /*top: calc(100vh - 120px);*/
  height: 1000px;
  width: 100vw;
  /*overflow-y: scroll;*/
}

.albumContent{
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  margin: 0;
  z-index: 1;
  transform: translate3d(0,0,0);
}

.albumCoverImg {
  display: block;
  position: fixed;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  min-height: calc(100vh - 270px);
}

.albumCircle{
  display: none;
}

.musicList{
  position: fixed;
  bottom: 110px;
  padding-top: 10px;
  overflow: scroll;
  width: -webkit-fill-available;;
  width: -moz-available;;
  /*position: absolute;*/
  /*bottom: 116px;*/
  background-color: #d8d8d8;
}
.bottomPatch{
  background-color: white;
  width: 100%;
  height: 100%;
  position: fixed;
  margin-top: 0;
  top: calc(100vh - 120px);
  overflow: hidden;
}
.albumIntro{
  background-color: white;
  width: 100%;
  height: 100%;
  position: fixed;
  margin-top: 0;
  top: calc(100vh - 120px);
  overflow: hidden;
}

.albumTitleImg{
  height: 45px;
  margin: 22px 0 0 22px;
}

.albumSubtitleText{
  font-family: "GT America Standard","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  margin: 8px 0 0 23px;
}

#audio-players{
  width: max-content;
}

.audioplayer {
  width: 400px;
  display: inline-block;
  height: 150px;
  margin: 0;
  border: 0;
  font-size: 0;
}

.playbutton {
  height: 150px;
  width: 400px;
  border: none;
  float: left;
  outline: none;
  margin-bottom: -80px;
  z-index: 999;
  background: none;
}

.timeline {
  width: 400px;
  /*height: 0px;*/
  margin-top: 0;
  /*float: left;*/
  /*border-radius: 15px;*/
  background: #d8d8d8;
}

.playhead {
  margin-left: 0;
  width: 0;
  height: 10px;
  margin-top: 140px;
  background: rgb(248, 249, 249);
  cursor: pointer;
}

.musicNumber{
  margin-left: 35px;
  margin-top: 46px;
  /*cursor: pointer;*/
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  position: absolute;
  font-size: 24px;
}
.musicName{
  margin-left: 90px;
  margin-top: 45px;
  /*cursor: pointer;*/
  font-weight: 300;
  position: absolute;
  /*font-size: 18px;*/
  font-size: 15px;
}
.musicCreator{
  margin-left: 90px;
  margin-top: 70px;
  /*cursor: pointer;*/
  width: max-content;
  font-weight: 300;
  position: absolute;
  /*font-size: 18px;*/
  font-size: 15px;
}
.hiddenInfo{
  display: none;
}
/*.musicNumber p{*/
/*  padding: 15px 0 15px 15px;*/
/*}*/

@media (max-aspect-ratio: 1/1) {


  html,body {
    height: auto;
    /*background-color: white;*/
  }

  .openingAnim{
    transition:  opacity 1s;
    z-index: 99999999;
    /*display: block;*/
    width: 100%;
    height: 100%;
    position: fixed;
  }

  .fullContent{
    width: 100%;
    height: 100%;
  }
  #audio-players{
    width: 100vw;
    padding-bottom: 20vw;
  }
  .musicList{
    position: relative;
    bottom: 116px;
    /*margin-top: 20vh;*/
    width: 100vw;
    /*position: absolute;*/
    margin-top: 0;
    top: 0;
    /*bottom: 120px;*/
  }
  .audioplayer {
    width: 100vw;
    height: 80px;
    margin: 0;
    border: 0;
    font-size: 0;
  }
  .playbutton {
    height: 80px;
    width: 100vw;
    border: none;
    float: left;
    outline: none;
    margin-bottom: -80px;
    z-index: 999;
  }
  .timeline {
    width: 100vw;
    height:80px;
    margin-top: 0;
    /*float: left;*/
    /*border-radius: 15px;*/
    background: #d8d8d8;
  }
  .playhead {
    margin-left: 0;
    width: 0;
    height: 120px;
    margin-top: 0;
    background: rgb(248, 249, 249);
    cursor: pointer;
  }

  .playhead {
    margin-left: 0;
    width: 0;
    height: 85px;
    margin-top: 0;
    background: rgb(248, 249, 249);
    cursor: pointer;
  }
  .musicNumber{
    margin-left: 25px;
    /*margin-top: 16px;*/
    margin-top: 18px;
  }
  .musicName{
    margin-left: 80px;
    /*margin-top: 15px;*/
    margin-top: 20px;
  }
  .musicCreator{
    margin-left: 80px;
    margin-top: 40px;
  }

  .albumCoverImg {
    max-height: 81vw;
    min-height: 25vw;
    transform: translate3d(0,0,0);
  }
  .albumIntro{
    position: fixed;
    height: 500px;
    top: 80vw;
    margin-top: 0;
    transform: translate3d(0,0,0);
  }
  .bottomPatch{
    position: fixed;
    background-color: white;
    height: calc(100% - 80vw);
    max-height: calc(100% - 80vw);
    min-height: 20vw;
    width: 100vw;
    bottom: 0;
    top: auto;
  }
  .albumView{
    height: 1000px;
    top: -3vw;
  }
  .albumCoverImg{
    position: fixed;
  }
  .albumTitleImg{
    margin: 8vw 0 0 5vw;
    width: 85vw;
    height: auto;
  }
  .albumCircle{
    display: block;
  }
  .hiddenInfo{
    display: inline-block;
    position: absolute; bottom: 5px;font-size: 10px;left: 50%;transform: translateX(-50%);
  }
}

@keyframes album-open {
  from {
    max-height: 100vh;
    height: 100vh;
  }
  to {
    max-height: calc(100vh - 120px);
    height: calc(100vh - 120px);
  }
}
@keyframes album-open-1 {
  from {
    max-height: calc(100vh - 120px);
    height: calc(100vh - 120px);
  }
  to {
    height: calc(100vh - 270px);
  }
}

@media (max-width: 400px)  and  (min-aspect-ratio: 1/1){
  .bottomPatch {
    top: 75vh;
    overflow: hidden;
  }
  .albumTitleImg {
    height: 10vh;
    margin: 3vw 0 0 3vw;
  }
  .albumSubtitleText {
    font-size: 3vw;
    margin: 2vw 0 0 3vw;
  }
  .audioplayer {
    width: 80vw;
    height: 23vh;
  }
  .musicList {
    bottom: 25vh;
    padding-top: 0;
  }
  .playbutton {
    height: 25vh;
    width: 80vw;
    margin-bottom: -80px;
  }
  .musicName {
    margin-left: 12vw;
    margin-top: 5vw;
    font-size: 3vw;
  }
  .musicCreator {
    margin-left: 12vw;
    margin-top: 9vw;
    font-size: 3vw;
  }
  .musicNumber {
    margin-left: 5vw;
    margin-top: 6vw;
    font-size: 4vw;
  }
  .timeline {
    width: 80vw;
  }
  .playhead {
    height: 2px;
    margin-top: 25vh;
  }
  @keyframes album-open {
    from {
      max-height: 100vh;
      height: 100vh;
    }
    to {
      max-height: 75vh;
      height: 75vh;
    }
  }
}