* {
	margin: 0;
	padding: 0;
}

body {
	background-color: black;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}

header {
	width: 100%;
	text-align: center;
	}

nav {
	background-color: #698fc0;
	padding: 5px;
	text-align: center;
	font-size: 1.75em;
}

nav a {
	padding: 5px;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
}

nav a:hover {
	background-color: #ECECE5;
	color: #000000;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
	color: gray;
}

img {
	width: 100%;
	padding-top: 3px;
}

.hero {
	width: 100%;
	float: none;
	clear: both;
}

.vid {
	float: left;
	background-color: #000000;
	width: 50%;
	display: inline-block;
}

.shows {
	float: right;
	background-color: #F8F8F4;
	width: 50%;
	height: 503px;
	text-align: center;
	font-size: 12px;
}

h2 {
	text-align: center;
	color: black;
	font-size: 12px;
}

.foottext {
	background-color: #698fc0;
	color: black;
	text-align: center;
	width: 100%;
	clear: both;
}

.text {
	background-color: #F8F8F4;
	color: black;
	text-align: center;
	width: 100%;
	clear: both;
}

p {
	margin-top: 0;
	padding: 0.5%;
	font-size: 11.5px;
    color: black;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    clear: both;
}

footer {
	background-color: black;
	font-size: 9px;
	text-align: center;
	color: white;
	padding: .5em;
	clear: both;
}
