.f-raleway {font-family: 'Raleway', sans-serif;}
.f-source {font-family: 'Source Code Pro', monospace;}

#viewport {
	position:fixed;
	left:20px;
	top:20px;
	line-height:10px;
	font-size:12px;
	color:#ffffff;
}

body {
	margin:0;
    width:100vw;
    height:100vh;
	background-color:#161616;
	overflow-x:hidden;
	overflow-y:scroll;
}

#main {
    padding-top:0px;
    margin-left:auto;
    margin-right:auto;
    transform:scale(0.8);
}


.input {
    width:600px;
    margin-left:auto;
    margin-right:auto;
    height:50px;
}

.v_inputs {
    width:505px;
    height:40px;
    background:#252525;
    text-align:center;
    font-size:15px;
    color:#fff;
    font-weight:600;
    border-radius:2px;
    float:right;
    padding-left:10px;
    padding-right:10px;
    border:none;
}


.input_desc {
    float:left;
    width:70px;
    height:42px;
    background:#252525;
    border:none;
    text-align:center;
    font-size:15px;
    color:#fff;
    font-weight:600;
    border-radius:2px;
    line-height:42px;
    font-family: 'Roboto', sans-serif;
}

.display_desc {
    font-family: 'Raleway', sans-serif;
    color:#fff;
    color:#ff487c;
}

.track_display_box {
    width:600px;
    margin-left:auto;
    margin-right:auto;
    margin-top:5px;
    margin-bottom:5px;
}

#track_display {
    padding-top:5px;
    padding-bottom:5px;
    text-align:left;
    padding-left:10px;
    height:100%;
    line-height:10px;
    font-size:8px;
    min-height:10px;
    color:#fff;
    background:#252525;
    border-radius:2px;
    margin-top:5px;
}

#name_display {
    padding-top:10px;
    padding-bottom:10px;
    text-align:left;
    padding-left:10px;
    height:100%;
    line-height:24px;
    font-size:20px;
    min-height:24px;
    color:#fff;
    background:#252525;
    border-radius:2px;
    margin-top:5px;
}

.buttons_container {
    width:600px;
    height:30px;
    line-height:30px;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
    margin-bottom:5px;
}


.controls {
    font-family: 'Raleway', sans-serif;
    border:none;
    border-radius:2px;
    color:#fff;
    padding:2px 5px 2px 5px;
    height:20px;
    float:left;
    line-height:20px;
    margin-right:5px;
    user-select: none; /* Standard */
}

.controls-play {
    font-weight:800;
}

.controls:hover {
    background-color:#fff;
    color:#161616;
    cursor:pointer;
}

.controls-vol {
    font-family: 'Raleway', sans-serif;
    border:none;
    border-radius:5px;
    color:#fff;
    padding:2px 5px 2px 5px;
    float:right;
    line-height:20px;
    margin-left:5px;
    user-select: none; /* Standard */
}

.controls-vol:hover {
    background-color:#fff;
    color:#161616;
    cursor:pointer;
}

#now-playing {
    font-family: 'Raleway', sans-serif;
    width:800px;
    margin-left:auto;
    margin-right:auto;
    font-size:34px;
    color:#ff487c;
    text-align:center;
    margin-bottom:10px;
    height:30px;
    line-height:30px;
    padding-top:10px;
    padding-bottom:10px;
}

.header {
    width:600px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    font-size:60px;
    font-weight:800;
    letter-spacing:-1px;
    font-family: 'Roboto', sans-serif;
    color:#fff;
}

.np {
    width:600px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    font-family: 'Roboto', sans-serif;
    color:#fff;
}

/* colours */
.lt-gray {
    color:#c4c4c4;
}

.gray {
    color:#818181
}

.pink {
    color:#ff2f65;
}

.lt-blue {
    color:#04afff;
}

.cyan {
    color:#04ff8c;
}