body, html {

        font-family: 'Merriweather', serif;
      }


 /* PAGE MUSIK */
.musikcontent {
 height: 100%;
  width: 100%;
  margin: 0;
  bottom: 0px;
  margin-right: auto;
  margin-left: auto;
}

.musiktitre {
 color: black;
 padding-top: 5vmin;
 padding-bottom: 5vmin;
 font-weight: 200;

}

.ep {
  padding-top: 10vmin;
}




#audioplayer{
    width: 100vmin;
    height: 8vmin;
    margin: 50px auto auto auto;
}

#pButton{
    height:60px;
    width: 60px;
    border: none;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
    float:left;
    outline:none;
}

.play{
	background: url('http://www.alexkatz.me/codepen/img/play.png') ;
}

.play h1{
	 margin-left: 10vmin;
	 width: 30vmin;
	 height:0 auto;
	 text-align: left;
}


.pause{background: url('http://www.alexkatz.me/codepen/img/pause.png') ;}

.pause h1{
	 margin-left: 10vmin;
}

#timeline{
    width: 61%;
    height: 5px;
    margin-top: 28px;
    float: right;
    background: black;
    margin-left: 15vmin;
}

@keyframes play {
        0%   {background-color: rgba(255, 255, 0, 1);}
        20%  {background-color: rgba(255, 0, 255, 1);}
        40%  {background-color: rgba(0, 255, 255, 1);}
        60% {background-color: rgba(255, 255, 0, 1);}
        80% {background-color: rgba(0, 0, 255, 1);}
        100% {background-color: rgba(255, 0, 0, 1);}

    }
#playhead{
        width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: -9px;
    background: white;
    border: 5px solid black;


     animation-name: play;
            animation-duration: 32s;
            animation-delay: -14s;
            animation-iteration-count: 3;
            animation-iteration-count: infinite;
            animation-direction: alternate;
}










.musiktitre2 {
 color: black;
 padding-top: 5vmin;
 padding-bottom: 5vmin;
 font-weight: 200;

}





#audioplayer2{
    width: 100vmin;;
    margin: 50px auto auto auto;
    height: 3.3vmin;
}

#pButton2{
    height:60px;
    width: 60px;
    border: none;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
    float:left;
    outline:none;
}

.play2{
    background: url('http://www.alexkatz.me/codepen/img/play.png') ;
}

.play2 h1{
     margin-left: 10vmin;
     width: 30vmin;
     height:0 auto;
     text-align: left;
}


.pause2{background: url('http://www.alexkatz.me/codepen/img/pause.png') ;}

.pause2 h1{
     margin-left: 10vmin;
}

#timeline2{
    width: 61%;
    height: 5px;
    margin-top: 28px;
    float: right;
    background: black;
    margin-left: 15vmin;
}

@keyframes play2 {
        0%   {background-color: rgba(255, 255, 0, 1);}
        20%  {background-color: rgba(255, 0, 255, 1);}
        40%  {background-color: rgba(0, 255, 255, 1);}
        60% {background-color: rgba(255, 255, 0, 1);}
        80% {background-color: rgba(0, 0, 255, 1);}
        100% {background-color: rgba(255, 0, 0, 1);}

    }
#playhead2{
        width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: -9px;
    background: white;
    border: 5px solid black;


     animation-name: play2;
            animation-duration: 32s;
            animation-delay: -14s;
            animation-iteration-count: 3;
            animation-iteration-count: infinite;
            animation-direction: alternate;
}










.musiktitre3 {
 color: black;
 padding-top: 5vmin;
 padding-bottom: 5vmin;
 font-weight: 200;

}




#audioplayer3{
    width: 100vmin;
    height: 8vmin;
    margin: 50px auto auto auto;
}

#pButton3{
    height:60px;
    width: 60px;
    border: none;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
    float:left;
    outline:none;
}

.play3{
    background: url('http://www.alexkatz.me/codepen/img/play.png') ;
}

.play3 h1{
     margin-left: 10vmin;
     width: 30vmin;
     height:0 auto;
     text-align: left;
}


.pause3{background: url('http://www.alexkatz.me/codepen/img/pause.png') ;}

.pause3 h1{
     margin-left: 10vmin;
}

#timeline3{
    width: 50%;
    height: 5px;
    margin-top: 28px;
    float: right;
    background: black;
    margin-left: 15vmin;
}

@keyframes play3 {
        0%   {background-color: rgba(255, 255, 0, 1);}
        20%  {background-color: rgba(255, 0, 255, 1);}
        40%  {background-color: rgba(0, 255, 255, 1);}
        60% {background-color: rgba(255, 255, 0, 1);}
        80% {background-color: rgba(0, 0, 255, 1);}
        100% {background-color: rgba(255, 0, 0, 1);}

    }
#playhead3{
        width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: -9px;
    background: white;
    border: 5px solid black;


     animation-name: play3;
            animation-duration: 32s;
            animation-delay: -14s;
            animation-iteration-count: 3;
            animation-iteration-count: infinite;
            animation-direction: alternate;
}


.musikcontent {
    height: 100%;
    width: 60%;
    margin: 0;
        margin-right: 0px;
        margin-left: 0px;
    bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15vmin;
}

.plyr--audio .plyr__controls {
    color: #000;
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded="true"] {
    background: #fff;
    color: #000;
}
.plyr--full-ui.plyr--audio input[type="range"]::-moz-range-track {
    background-color: rgba(183,197,205,0);
}

@keyframes play3 {
        0%   {background-color: rgba(255, 255, 0, 1);}
        20%  {background-color: rgba(255, 0, 255, 1);}
        40%  {background-color: rgba(0, 255, 255, 1);}
        60% {background-color: rgba(255, 255, 0, 1);}
        80% {background-color: rgba(0, 0, 255, 1);}
        100% {background-color: rgba(255, 0, 0, 1);}

    }

.plyr--audio .plyr__progress--buffer {
    color: rgba(183,197,205,0);
     animation-name: play3;
            animation-duration: 32s;
            animation-delay: -14s;
            animation-iteration-count: 3;
            animation-iteration-count: infinite;
            animation-direction: alternate;

}

.plyr--full-ui input[type="range"] {

    -webkit-appearance: none;
    background: 0 0;
    border: 0;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-radius: 28px;
    color: rgba(183,197,205,0)!important;
    display: block;
    height: 5px;
    margin: 0;
    padding: 0;
    transition: box-shadow .3s ease;
    width: 100%;
     animation-name: play3;
            animation-duration: 32s;
            animation-delay: -14s;
            animation-iteration-count: 3;
            animation-iteration-count: infinite;
            animation-direction: alternate;

}

.plyr--full-ui input[type="range"]::-moz-range-thumb {

    background: black;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0),0 0 0 1px rgba(47,52,61,0);
    box-sizing: border-box;
    height: 16px;
    position: relative;
    transition: all .2s ease;
    width: 16px;

}

.musikcontent h1 {
    color: black;
    font-size: 2.4vmin!important;
    font-family: 'Merriweather', serif!important;
    padding-left: 2.3vmin !important;
}
