
@import url("https://use.typekit.net/nzn3ezn.css");


body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 2px;
	font: futura-pt-condensed, sans-serif;
	color:#fff;
}

main {
	background-color: #000;
	margin-top: 36px;
}
	
a {
	color: #fff;
	text-decoration:none;
}

a:hover {
	color: #silver;
	text-decoration: underline;
}

.parent { 
display: grid; 
grid-template-columns: repeat(5, 1fr); 
grid-template-rows: repeat(2, 1fr); 
grid-column-gap: 10px;
grid-row-gap: 10px; 
}

.tab {
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-bottom: 36px;
}

.menu {

	height: 36px;
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	letter-spacing: 1.5px;
	word-spacing: 1px;
	padding: 36px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: #fff;
	font-family: futura-pt-condensed, sans-serif;
	font-weight: 800;
	font-style: normal;
}

.fb-like {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -6px;
}

.banner {
	z-index: 666;
	display: inline;
	margin: 24px auto -24px;
}

td img {display: block;}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


