body, ul {
	margin: 0;
	padding: 0;
}
body {
	background-color: #08050a;
	color: #FFF;
	font-family: roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
}
a {
	color: #FFF; 
	text-decoration: none;
}
.clear {
	clear: both;
}

/* Fonts */
.display {
	font-family:  century-old-style-std, sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* Content Styles */
.hero-image {
	width: 100vw;
	height: 2000px;
	background-image: url('../assets/hero.jpg');
	background-size: cover;
	background-position: top center;
}
.hero-overlay {
	margin: -1950px auto 0 auto;
	width: 1180px;
}
.headline {
	font-size: 100px;
	text-align: center;
	margin: 0 0 25px 0;
}
.social {
	text-align: center;
	font-size: 30px;
	margin: 0 0 50px 0;
}
.social ul li {
	display: inline;
	margin: 0 25px;
}
.feature-block {
	width: 1180px;
	margin: 0 auto 50px auto;
}
.fb-video iframe {
	width: 1180px;
	height: 600px;
}
.section-title {
	width: 1180px;
	margin: 0 auto 25px auto;
}
.shows {
	width: 1180px;
	margin: 0 auto;
}
.videos {
	width: 1180px;
	margin: 0 auto 50px auto;
}
.videos-card {
	float: left;
	margin: 0 20px;
}
.videos-card iframe {
	width: 550px;
	height: 325px;
}
footer {
	padding: 25px 0;
	font-size: 14px;
	width: 1180px;
	margin: 0 auto;
}

/* Mobile Styling */
@media (min-width: 300px) and (max-width: 1200px) {
.hero-overlay {
	margin: -1950px auto 0 auto;
	width: 95%;
	overflow: hidden;
}
.feature-block {
	width: 95%;
}
.fb-video iframe {
	width: 100%;
	height: 600px;
}
.section-title {
	width: 95%;
}
.shows {
	width: 95%;
}
.videos {
	width: 95%;
	overflow: hidden;
}
.videos-card {
	width: 100%;
	float: none;
	margin: 0 auto;
}
.videos-card iframe {
	width: 100%;
	height: 325px;
}
footer {
	width: 95%;
	margin: 0 auto;
}
}






















