body {
    font-family: 'Montserrat', sans-serif;
}

/*  -   -   -   -   -   -   -   -   -   -   -   ABOUT / UPCOMING    -    -   -  */
.about-upcoming a:link {
	color: #7aaec9;
	text-decoration: none;
	}
.about-upcoming a:hover {
	color: #43647a;
	text-decoration: underline;
	}
/*  -   -   -   -   -   -   -   -   -   -   -   MUSIC PLAYER    -    -   -  */
.music-player {
	width: 100%;
	padding: 0 0 0 0;
	}
#playlist, audio {
	background-color: #CCC;
	border-radius: 10px;
	width: 100%;
	padding:20px;
	}
#playlist {
	margin: 10px 0 0 0;
	}
#playlist li {
	list-style: none;
	}
.active a {
	color: #5DB0E6;
	text-decoration: none;
	}
li a {
	color: #eeeedd;
	background: #333;
	padding: 5px;
    display: block;
	}
li a:hover {
	text-decoration: none;
	}
/*  -   -   -   -   -   -   -   -   -   -   -   FOOTER    -    -   -  */
.text-footer {
    font-size: .75rem;
	}