body{
	background-color: #0b0b0b;
	font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-style: normal;
  color:#bbbbbb
}
a{
	text-decoration: none;
	color: #bbbbbb;
}
.x-flex-center{
	display: flex;
  align-content: center;
  height: 100%;
}
#new-release{
	font-size: 20pt;
	color: #424242;
	}
#s1_{
	background-image: url(/assets/bgs/bg06.jpg);
  background-size: cover;
  background-position: center;
  background-position-y: bottom;
  padding-top: 100px;
}

.menace-bg{
	background-image: url(/assets/bg02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.trackinfo{
font-size: 18px;
}

.philosopher-regular {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.album-cover-1{
	border: 1px solid #262626;
}
.philosopher-bold {
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.philosopher-regular-italic {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.philosopher-bold-italic {
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.cta-1{
	border: 1px solid #393939;
  padding: 12px 40px;
  font-size: 1.25rem;
  display: inline-block;
  background-color: #00000075; 
  color: #fff;
  }
.cta-1:hover{
	background-color: #2a081e;
	color: white;
	}
	
	.music-service-panel{
		background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  overflow: hidden;
	}
	
.info{
	text-align: center;
}
.muserv{
	width: 100%;
}
.info .artist{
	font-size: 1.2rem;
}
.info .album{
	font-size: 2.1rem;
	color: #fff;
}
.info .cta{
	font-size: 1rem;
}

.music-service-panel a{
	display: block;
	width: 100%;
	padding: 10px;
	}
.music-service-panel a img{
	max-height: 60px;
}

.music-service-panel a:hover{
	background-color: rgb(224, 224, 224);
}
.music-service-panel a:active{
	background-color: #bbb;
}

.navbar a{
	color: #bbb !important;
}

.nav-item{
	color: #bbb !important;
}
.nav-item a{
	color: #bbb !important;
}

button.muservclick{
	display: inline-block;
  width: 100%;
  border: 0;
  background-color: transparent;
}

button.muservclick img{
	max-height: 60px;
}

.album-title{
	color: #fff;
	text-shadow: 3px 5px 4px rgba(0, 0, 0, 0.9);
	font-size: 1.3rem;
}