body {
    font-family: 'Montserrat', sans-serif;
    color: #1d1d1d;
}

/*  -   -   -   -   -   -   -   -   -   -   -   ABOUT / UPCOMING    -    -   -  */
.about-upcoming a:link {
	color: #7aaec9;
	text-decoration: none;
	}
.about-upcoming a:visited {
	color: #6d9db8;
	text-decoration: none;
	}
.about-upcoming a:hover {
	color: #43647a;
	text-decoration: underline;
	}
.masthead {
	padding-top: 30px;
	}
.about-upcoming {
	padding-top: 35px;
	}
.about-upcoming h1 {
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1rem;
	}
.about-upcoming h2 {
	font-size: 1.2rem;
	font-weight: 700;
	margin-top: 1.5rem;
	}
/*  -   -   -   -   -   -   -   -   -   -   -   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;
	}
.page-content {
	padding-top: 60px;
	}
.page-content h1 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1.5rem;
	}
.page-content a {
	color: #43647a;
	text-decoration: underline;
	}
.back-link {
	font-size: .85rem;
	text-transform: uppercase;
	letter-spacing: .08em;
	}
/*  -   -   -   -   -   -   -   -   -   -   -   FOOTER    -    -   -  */
.text-footer {
    font-size: .75rem;
	}
.text-footer a {
	color: #43647a;
	}
