html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



@font-face {
    font-family: 'ralewaymedium_italic';
    src: url('fonts/raleway-mediumitalic-webfont.eot');
    src: url('fonts/raleway-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-mediumitalic-webfont.woff2') format('woff2'),
         url('fonts/raleway-mediumitalic-webfont.woff') format('woff'),
         url('fonts/raleway-mediumitalic-webfont.ttf') format('truetype'),
         url('fonts/raleway-mediumitalic-webfont.svg#ralewaymedium_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewayregular';
    src: url('fonts/raleway-regular-webfont.eot');
    src: url('fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('fonts/raleway-regular-webfont.woff') format('woff'),
         url('fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
    font-family: 'ralewayregular'; 
    color: #fff;
    background: #2c2c2c;
    background: -webkit-linear-gradient(#484848, #2c2c2c);
    background: linear-gradient(#484848, #2c2c2c); 
}

h1{
    font-family: 'ralewaymedium_italic';
    font-size: 2.5rem;
    box-sizing: border-box;
    }

h1 span{
    color: #8e8d8d;
}

h2{
    font-size: 1.75rem;
    padding: 10px 0;
    width: 100%;
    letter-spacing: 2px;

    }

header{
    background: rgba(0, 0, 0, .5);
    text-align: center;
    padding: 30px 5%;

}
#logo{
    width: 25%;
    margin: auto;
    padding-bottom: 20px;
}

#container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;
}

#allSongs{
    padding: 20px 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
}

#allSongs ul, #playlist ul, #apps ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 90%;
    margin: auto;
}

#allSongs ul li, .ui-draggable, .ui-droppable li{
    box-sizing: border-box;
    padding: 10px 1%;
    cursor: pointer;
}

#allSongs ul li:after, .ui-droppable li:after{
    content: " |";
    color: rgba(255, 255, 255, .3);
}


#playlist{
    padding: 20px 0 60px 0;
}

.ui-draggable{
    text-decoration: none;
    list-style: none;
    text-align: center;
}

#buttons{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    box-sizing: border-box;
	border-top: 2px outset buttonface;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 55px;
    margin: auto;
}
.play{
    background: url(play.svg) center no-repeat ;
}
.pause{
    background: url(pause.svg) center no-repeat ;
}
.prev{
    background: url(previous.svg) center no-repeat ;
}
.next{
    background: url(next.svg) center no-repeat ;
}
.myButton, input{
    background-size: 10px;
	background-color:rgba(0, 0, 0, .5);
	border-radius:13px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:'ralewayregular';
	font-size:15px;
	padding:13px 21px;
	text-decoration:none;
    margin: 0 2%;
}

.myButton a{
    color: inherit;
    text-decoration: none;
}

.myButton:hover {
	background-color: #023138;
}
.myButton:active {
	position:relative;
	top:1px;
}

#start{
    background: rgba(0, 0, 0, .5);
    height: 100vh;
    text-align: center;
    padding-top: 100px;
}

form{
    width: 60%;
    margin: auto;
    padding: 20px 0;
}

form input {
    width: 90%;
    margin: 20px 0;
}

.logo h1{
    text-align: center;
}

#small{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#small h1{
    width: 100%;
}

#logoSm{
    width: 10%;
}

#apps ul li{
    width: 20%;
    margin: 1%;
}

#apps ul li img{
    width: 90%;
    padding-bottom: 20px;
}

#apps ul{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#music{
    width: 90%;
    margin: 20px auto;
    text-align: center;
}

#lastPlayed {
    padding-bottom: 80px;
    position: fixed;
    width: 100%;
    bottom: 0;
}

#lastPlayed h3{
    font-family: 'ralewaymedium_italic';
    font-size: 1.25rem;
    color:  #8e8d8d;
    width: 90%;
    margin: auto;
}

#lastPlayed p{
    width: 90%;
    margin: auto;
    padding-top: 10px
}