p {
  margin-bottom: 0;
}
/* HEADER */
.title-track {
  font-weight: 400;
  margin-bottom: 5px;
}
.subtitle-track {
  font-weight: lighter;

}
.main-header .header {
	max-width: 950px;
	margin: 0 auto 10px;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	color: #fff;
}
.sub-caller {
  margin-top: 15px;
}
#single-header {
	background-image: linear-gradient(to right, #8b3cc8,#de5ea8,#ff7765);
	position: relative;
	padding: 20px 0;
	margin: 120px auto 0;
}
@media only screen and (max-width:480px) {
	#single-header {
		margin: 100px auto 0 auto;
	}
	.site-footer {
		font-size: 12px;
	}
}

.img-single {
  border-radius: 5px;
  border: 2px solid rgba(255,255,255,0.6);
}

.streaming-services {
  text-align: center;
  max-width: 400px;
  padding: 20px 0 15px;
  background-color: rgba(250, 255, 255, 0.8);
  border-radius: 5px;
}

.stream-service-logo {
  display: inline-block;
  vertical-align: middle;
  padding-right: 50px;
}

.play-button {
  display: inline-block;
}
.divider {
  background-color: rgba(252, 157, 237, 0.5);
  height: 1px;
  margin-bottom: 0.8em;
}

/* FOOTER */

.nmg-footer {
  text-align: center;
  color: #fff;
  margin: 25px auto;
  font-size: 14px;
  line-height: 1.2;
}

.nmg-title {
  margin-bottom: 7px;
  font-size: 18px;
}

.nmg-footer a {
  color: #f6c5ca !important;
}

.nmg-footer a:hover {
  color: #282828 !important;
  text-decoration: none !important;
}
