body{
	background-color: #000;
	padding-top: 0;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
	font-family: sans-serif;
	color: white;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 10px;
	padding-bottom: 100px;
}
#head{
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	margin-top: 50px;
	margin-bottom: 50px;
	max-width: 800px;
}
#head img{
	width: 100%;
}
#sc-embed{
	max-width: 800px;
	left: 0;
	right: 0;
	margin: auto;
	margin-bottom: 50px;
}
#nav-links{
	display: block;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 800px;
/* 	min-width: 400px; */
    font-size: 22px;
}

a{
	text-decoration: none;
	color: #fff;
	
}
a:hover{
 text-decoration: underline;
}
#nav-links ul{
	margin: 0;
	padding: 0;	
	text-align: justify;
    font-size: 12px;
}
#nav-links ul:after {
    content: '';
    display: inline-block;
    width: 100%;
}
#nav-links li{
	display: inline-block;
 	margin-right: 72px; 
	width: 53px;
	text-align: center;
}
#nav-links li:last-of-type{
	margin-right: 0;
}








#links{
	max-width: 800px;
	left:0;
	right: 0;
	margin: auto;
	margin-top: 50px;
}
.link-container{
	width: 25%;
	margin-right: 11%;
	float: left;
}
.link-container:last-of-type{
	margin-right: 0%;
}
.link-container img{
	width: 100%;
}




.thumb-container{
	float: left;
	margin-right: 25px;
}
.thumb{
	position: relative;
	float: left;
	overflow: hidden;
}


.thumb-text{
	position: absolute;
	top:0;
	left: 0;
	width: calc(100% + 1px);
	height: calc(100% + 1px);
	display: table;
	opacity: 0;
	background-color: black;
	letter-spacing: 2px;
}
.thumb-text span{
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	text-align: center;
	padding: 10px;
}

@media only screen and (min-width: 575px) {
/* Use when there's at least 3 images
	.thumb{
		width: 28%;
		margin-right: 8%;
	}
*/
	.thumb{
		width: 50%;
	}
	.thumb:nth-of-type(3n){
		margin-right: 0;
	}

}

@media only screen and (max-width: 574px) {
	.thumb{
		width: 100%;
		margin-right: 0;
	}
}

/* Container for Album Downloads */
#links{
    margin: 30px auto;
}


.thumb img{
	width: 100%;
}

#poster{
	max-width: 500px;
	left:0;
	right: 0;
	margin: auto;
	margin-top: 50px;
}
#poster img{
	width: 100%;
}
#shows{
	max-width: 800px;
	left:0;
	right: 0;
	margin: auto;
	margin-top: 50px;
}
#shows ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#shows ul li{
	font-size: 15px;
	margin-bottom: 10px;
}
#shows ul li a{
	text-decoration: underline;
}

nav a{
    margin-left: 15px;
    top: 45px;
}


/* Audio Player */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
* {
	font-family: "Roboto", Arial, sans-serif;
}


h1 {
		text-align: center;
		font-weight: 100;
		color: #444;
		margin-bottom: 10px;
}

h2 {
		text-align: center;
		font-weight: 100;
		color: #999;
		margin-bottom: 40px;
		margin-top: 0;
}

p {
		text-align: center;
		font-weight: 300;
		color: #aaa;
		margin-top: 40px;
		line-height: 1.5;
}

.left {
		float: left;
}

.right {
		float: right;
}

.card {
		max-width: 600px;
		margin: auto;
		border-radius: 4px;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.card .card-image {
/*		height: 120px;*/
        /*min-height: 360px;*/
        min-height: 500px;
		width: 100%;
		background-image: url('img/cover.jpg');
		background-size: cover;
		border-radius: 4px 4px 0 0;
		transition: height 0.2s ease;
}

.card-slider {
		height: 3px;
		background-color: #ccc;
}

.card-slider .progress-bar {
		height: 3px;
		background-color: #fc6727;
		width: 0%;
		animation: play 232s linear 1s infinite;
}

.card-slider .progress-bar.paused {
		animation-play-state: paused;
}

.card-content {
		background-color: white;
		border-radius: 0 0 4px 4px;
}

.times {
		font-size: 8px;
		color: #999;
		padding: 5px 7px;
}

.player {
		padding: 10px 15px 15px;
}

.player:after {
		content: "";
		display: table;
		clear: both;
}

.player .play {
		margin-right: 10px;
		background-color: #2b2933;
		border: none;
		outline: none;
		border-radius: 50%;
		color: white;
		width: 40px;
		height: 40px;
		font-weight: 900;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
		transition: box-shadow 0.2s ease;
}

.player .play:hover,
.player .play:focus {
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.player .play:active {
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.player .play i {
		display: none;
		position: relative;
		top: 2px;
}

.player .play.paused i {
		display: initial;
}

.player .play.paused span {
		display: none;
}

.player .song-title {
		font-weight: 300;
		margin: 5px 0 0 0;
		padding: 0;
		line-height: 1;
		font-size: 18px;
		color: #777;
}

.player .song-artist {
		margin: 3px 0 0 0;
		padding: 0;
		line-height: 1;
		font-size: 12px;
		color: #ccc;
		font-weight: 300;
		text-overflow: ellipsis;
}

.player .right {
		margin-top: 3px;
		margin-left: 5px;
}

.player .right i {
		color: #aaa;
		font-size: 20px;
		transition: color 0.2s ease;
}

.player .right:hover i {
		color: #2b2933;
		cursor: pointer;
}
/*
@media (min-width:450px) {
		.card .card-image {
				height: 240px;
		}
}

@media (min-width:900px) {
		.card .card-image {
			height: 360px;
		}
}*/
@media (max-width: 320px){
	.card .card-image{
		width: 100%;
		min-height: 310px;
		height: 310px;
		background-size: contain;
		background-repeat: no-repeat;
	}
}

@media (min-width: 360px) and (max-width: 450px){
	.card .card-image{
		width: 100%;
		min-height: 352px;
		height: 352px;
		background-size: contain;
		background-repeat: no-repeat;
	}
}

@keyframes play {
		from {
				width: 0%;
		}
		to {
				width: 100%;
		}
}