body {
	background-color: black;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

canvas {
	z-index: 0;
	position: fixed;
	left: 0;
	top: 0;
/* 	display:none!important; */
}

a:active{
    background-color: transparent;
}

a img {
	border:none;
}

.section-title { display: none; }

.billboard {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 10;
	display: none;
}

/* --- titles --- */

.billboard-title {
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
  /*bottom: 0;*/
  -webkit-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	overflow:hidden;
}
.billboard.start-sections .billboard-title {
	width: 769px;
	background-image: url(../img/billboards/billboardTitle01.png);
	left: -384.5px;
	background-size: 100% 205px;
	height:250px;
	top:-205px;
}
.billboard.middle-sections .billboard-title {
	width: 800px;
	background-image: url(../img/billboards/billboardTitle02.png);
	left: -400px;
	background-size: 100% 205px;
	height:250px;
	top:-205px;
}
.billboard.top-sections .billboard-title {
	width: 794px;
	background-image: url(../img/billboards/billboardTitle03.png);
	left: -397px;
	background-size: 100% 205px;
	height:250px;
	top:-205px;
}


/* --- head --- */
.billboard-title .head {
	font-family: "AlohaScriptRegular";
	font-size: 60px;
	text-align: center;
	/* margin-top: 20px; */
	line-height: 60px;

	/* absolute positioning fix for firefox - and android? */
	position: absolute;
	top:16px;
	margin: auto 0;
	width:100%;
}
.billboard.start-sections .billboard-title .head { color: #dc5722; }
.billboard.middle-sections .billboard-title .head { color: #f1d45b; }
.billboard.top-sections .billboard-title .head { color: #000; }

/* --- sub-head --- */

.billboard-title .sub-head {
	font-family: 'Knockout 46 A', 'Knockout 46 B', 'Knockout46Flyweight';
	font-weight: 400;
	font-style: normal;
	font-size: 140px;
	text-align: center;
	text-transform: uppercase;
	color: #1a1a1a;
	line-height: 95px;
	letter-spacing: 8px;
	/* margin-bottom:20px; */
	
	/* absolute positioning fix for firefox - and android? */
	position: absolute;
	top:75px;
	margin: auto 0;
	width:100%;
}
.billboard.start-sections .billboard-title .sub-head {
	color: #1a1a1a;
}
.billboard.middle-sections .billboard-title .sub-head {
	color: #e5e5e5;
}
.billboard.top-sections .billboard-title .sub-head {
	color: #f1d45b;
}
.billboard-title .sub-head a {
	color:inherit;
	cursor: pointer;
	text-decoration:none;
}

/* --- content --- */

.billboard-content {
	padding: 22px 22px 0 22px;
	width: 356px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	position: absolute;
	left: -200px;
	top: 10px;
	font-family:'BrandonGrotW01-Regular', 'BrandonGrotesqueRegular';
	font-size: 18px;
	color: #2b2b2b;
	-webkit-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	overflow: hidden;
}
.billboard.start-sections .billboard-content {
	background-image: url(../img/billboards/billboardContent01.png);
}
.billboard.middle-sections .billboard-content {
	background-image: url(../img/billboards/billboardContent02.png);
}
.billboard.top-sections .billboard-content {
	background-image: url(../img/billboards/billboardContent03.png);
}
.billboard-content p { margin: 0; }
.billboard-content { padding-bottom: 21px !important; }
.billboard-content a, .hotspot-content a, .billboard-content span.clickable, .hotspot-content span.clickable {
	color: #DC5722;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "BreuerTextRegular";
	padding: 22px 0 0 22px;
	float: right;
}
.clickable {
	cursor: pointer;
}
.billboard-content a:hover, .hotspot-content a:hover, 
.billboard-content span.clickable:hover, .hotspot-content span.clickable:hover {
	color: #60b7b5;
}

@media all and (max-width:1000px) {
	.billboard.start-sections .billboard-content {
	}
	.billboard.middle-sections .billboard-content {
	}
	.billboard.top-sections .billboard-content {
	}
}

/* --- mobile cta - only appears on chapter 1 on mobile --- */

.billboard-mobile-cta {
	display:none;
	padding: 0px 22px 0 22px;
	width: 384px;
	position: absolute;
	left: -213.5px;
	top: 10px;
	font-family:'BrandonGrotW01-Regular', 'BrandonGrotesqueRegular';
	font-size: 24px;
	line-height:24px;
	color: #2b2b2b;
	-webkit-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	overflow: hidden;
	text-align: center;
	background-color: transparent;
}

.billboard-mobile-cta a, .billboard-mobile-cta div {
	background-color: rgba(0,0,0,0.8);
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	display:block;
	padding:20px 0;
	margin-bottom:5px;
	cursor: pointer;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

@media all and (max-width:800px) {
	.chapter1 .billboard-mobile-cta { display:block !important; }
	.chapter1 .billboard-content { display:none !important; }
}

@media all and (max-width:900px) {
	.billboard-scaler
	 {
		-webkit-transform: scale(1.9);
		-o-transform: scale(1.9);
  		-moz-transform: scale(1.9);
  		-ms-transform: scale(1.9);
		transform: scale(1.9);
	}
}

@media all and (max-width:900px) {
	.billboard
	 {
		-webkit-transform: scale(.77);
		-o-transform: scale(.77);
		-moz-transform: scale(.77);
		-ms-transform: scale(.77);
		transform: scale(.77);
	}
}

@media all and (max-width:700px) {
	.billboard
	 {
		-webkit-transform: scale(.55);
		-o-transform: scale(.55);
		-moz-transform: scale(.55);
		-ms-transform: scale(.55);
		transform: scale(.55);
	}
}

@media all and (max-width:500px) {
	.billboard
	 {
		-webkit-transform: scale(.34);
		-o-transform: scale(.34);
		-moz-transform: scale(.34);
		-ms-transform: scale(.34);
		transform: scale(.34);
	}
}
