@charset "UTF-8";
/* CSS Document */

html {
		background: #011015 url('../img/background2_UHQ.jpg') no-repeat fixed center -2em / 100%;
		height: 100%;
		
	}
	
body {
	color:#fff;
	height: 100%;
	margin: 0;
    font-family: 'Raleway', sans-serif;
	
}
	a {
		color: #fff;
		text-decoration: none;
	}
a.link-text {
	text-decoration: underline;
	opacity: .75;	
}
a.link-text:hover {
	opacity: 1;
}

h1, h2, h3, h4, h5 {
	 font-family: 'Zilla Slab', serif;
	font-weight: 900;

}
	.veil {
		background: rgba(195,0,0,.4);
		position: fixed;
		top: 0;
		bottom:0;
		left:0;
		right: 0;
	}
	.stage {
		position: relative;
		 z-index: 1;
	}
	
.logo {
	color:#333;
	width:300px;
	margin:4%;
}
	
.container {
	max-width: 1200px; 
	margin: auto;
	padding: 4%;
}
.text-center {
	text-align: center;
}
iframe {	
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	border-radius: 10px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.caps {
	text-transform: uppercase;
}
.list-unstyled {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list-unstyled li {
	margin: 30px;
}
.btn-video {
	background:url(../img/icon-tv.png) no-repeat 16px center;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 20px;
	display: inline-block;		
	padding: 8px 16px 8px 66px;
	line-height: 50px;
	text-align: center;
}
	.btn-video:hover {
		background-image:url(../img/icon-tv-hover.png);
		background-color: #fff;
		color: #034e68;
	}

.row {
	margin: 1rem auto;
}

/* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
		.logo {	
			position:relative;
		}
		.row {
			display: flex;
		}
		.bucket {
			max-width:33.3%;
			width:100%;
		}
		.videoLaunch {
	
		}

    }		
/* Hey Jer! Move all this to the bottom of the music.css file */	
	
	@media (max-width: 627px) {
	.brand {
		margin: 0 0 2rem;
	}
	}
	.ubernav {
		display: flex;
		flex-wrap: wrap;
	}
	
.btn {
	border-radius: 20px;
	padding:8px 22px; 
	background:#fff; 
	color:#000;
	margin: 1rem 0;
	display: inline-block;
}
.btn:hover, .btn:focus {
	background:#ddd; 
}
	
	.list-btns {
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 100%;

	}	
	.btn-item {
		background: rgba(0,0,0,.65);
		border-radius: 6px;
		margin: 1px 15px;
		display: flex;
		height: 100%;
    	justify-content: center;
	    align-items: center;
		transition: background 500ms;

	}
	.btn-item:hover {
		background: rgba(0,0,0,1);
	}
	
@media (min-width: 1150px) {
	
	#shows {
	    max-height: 300px;
	    overflow: auto;
	}
}
	