@charset "utf-8";
/* CSS Document */
html, body {
	margin:0;
    padding:0;
    overflow-x: hidden;
    overflow-y:hidden;
}
html, body {
	height:100%;
}


/* fix iOS bug not displaying 100vh correctly */
/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
html, body {
		height: 768px;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
html, body {
		height: 1024px;
	}
}
/* iphone5 */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
html, body {
		height: 320px;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
html, body {
		height: 568px;
	}
}
/* iPhone 4 */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
html, body {
		height: 320px;
	}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
html, body {
		height: 480px;
	}
}


body {
<!--    background: url(bg.jpg) no-repeat center center fixed; -->
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    text-align: center;
}
 
#playlist {
    font-size: 3vw;
}

ul {
    color:white;
    font-size: 25px;
    list-style-type: none;
	margin-left: -20px;
}

li {
    display: none;
}



li + li {
	display: list-item;
    color:white;
    padding: 5px;
    margin: 0 10px 10px 0;

	background-color: rgba(5,90,90,.8);
		-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	border-radius: .4rem;
}



li p {
       font-size: 16px;
    font-family: 'Roboto', sans-serif; 
}



body{
    background-color: #696969;
}



a {
    color: #54BAE0;
}




#recent_picture {
    display: none;
}

.icon {
    height: 50%;
    display: inline-block;
    opacity: 0.5;

}

.icon:hover {

    opacity: 1.0;

}

.toggle-menu {
	display: inline;
}

#historyButton{

}

#title{
    font-size: 9vh;
    color: white;
    text-transform: uppercase;
}

#title2 {
    display: none;
}

#artist, #album {
font-size: 4vh;
}

#controls {
	text-align: center;
	width: 100%;
	height: 10vh;
	background-color: rgba(0,0,0,.5);
	margin: 0px;
	position: absolute;
	bottom: 0px;
	
}

#controls:hover {
		background-color: rgba(0,0,0,.65);
		cursor: pointer;
}

#controlsplace {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 5%;
}

#controlsinner {
	height: 100%;
	width: 100%;
	min-width: 250px;
	position: relative;
	bottom: 0;
    display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-around; /* Safari 6.1+ */
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
 }



#playlistDiv::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#playlistDiv::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#playlistDiv::-webkit-scrollbar-thumb
{
	background-color: #0ae;
	
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                   color-stop(.5, rgba(255, 255, 255, .2)),
					   color-stop(.5, transparent), to(transparent));
}

.cover {
        margin-top: 3vh;
	height: 55vh;
	width: 100%;
}

.albumcover {
    margin:0px auto;
    height: 80%;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	border-radius: 1rem;
}


.left {
    text-align: center;
		float:none;
		margin: 0 auto;
		width: 100%;

height: 100%;

}

.artistspan {
	width: 100px;
	overflow: ellipsis;
}

#top {
	height: 0;
	display: none;
}


#middle {

	overflow:hidden;
	position:absolute;
	top: 0;
	width:100%;
	margin: 0;
	height: 85vh;
}

#info {
    float: none;
margin: 0;
height: 20vh;
width: 100%;
font-family: 'Roboto', sans-serif;

}

#artistLink {

	text-overflow: ellipsis;
}

#albumLink {

	text-overflow: ellipsis;
}

.albuminfo {
    align-content: left;
}

.c-button {
  display: inline-block;
  margin: 4px;
  padding: 12px 24px;
  color: #67b5d1;
  background: #ffffff;
  font-size: 3vw;
  border: solid 2px #67b5d1;
  box-shadow: none;
  border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.c-buttonr {
  display: inline-block;
  margin: 4px;
  padding: 12px 24px;
  color: #67b5d1;
  background: #ffffff;
  font-size: 3vw;
  border: solid 2px #67b5d1;
  box-shadow: none;
  border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: fixed;
  float: right;
}



progress {
      width: 100%;
position: relative;
top:-12%;
	  opacity: 0.5;
	  z-index: 100;
    }
	
progress:hover {
	opacity: 1.0;
}
	
    progress[value] {
      -webkit-appearance: none;
      appearance: none;
      background-color: white;
      color: black;
      height: 10%;
    }
    progress[value]::-webkit-progress-bar {
      background-color: white;
      border-radius: 2px;
      border: 1px solid lighten(#acacac, 20%);
      color: black;
    }
    progress::-webkit-progress-value {
      background-color: black;
    }









.marquee {
height: 10vh;


  overflow: hidden;
  position: relative;
}

.marquee div {
  display: block;
  width: 300%;
  height: 100%;

  position: absolute;
  overflow: hidden;

  animation: marquee 10s linear infinite;
}

.marquee span {
  float: left;
}

@keyframes marquee {
  0% { left: 100%; }
  100% { left: -100%; }
}

.marquee div:hover {
	cursor: pointer;
    -webkit-animation-play-state: paused; /* Safari 4.0 - 8.0 */
    animation-play-state: paused;
}










	