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

body {
	background-color: black;
}

@font-face {
  font-family: hollywood;
  src: url(fonts/hollywood_starfire.ttf);
}


.container {
	display:block;
	width: 100%;
	height: 100%;
	z-index:999;
	color:rgba(0,0,0,0);
	background-color:rgba(0,0,0,0);
}

.container a img{
	opacity: 0;
  	filter: alpha(opacity=0);
	width: 100%;
	height: 100%;
}


.outer-container {
    height:100%;
	width: 100%;
	position: relative;
	text-align: center;
	margin:0 auto;

}

.inner-container {
    border: 1px solid black;
    display: inline-block;
    position: relative;
	text-align: center;
	margin:0 auto;
}

.video-overlay {
    position: absolute;
	transition:height 1s ease-out;
	overflow:hidden;
	width: 100%;
	/*height:30%;*/
	height:0;
    left: -20px;
	top:-20px;
	border: 4px solid black;
    margin: 0px;
    padding: 10px 10px;
    background-color: rgba(0, 0, 0, 0.4);
	font-family: hollywood;

}

.video-overlay h1 {
	font-size: 36px;
    font-family: hollywood;
	text-align:center;
    color: #FFF;
}


.video-overlay h2 {
	font-size: 26px;
    font-family: hollywood;
	text-align:center;
    color: #FFF;
}

.choice1 {
	display: block;
	position:absolute;
	/*margin-top:20px;*/
	margin-left: 20%;
	margin-top:30px;
	width: 20%;
	height: 20%;
	z-index:999;
}

.choice1 a{
	background-color: rgba(0,0,0, .5);
	padding:20px;
	/*margin-top:20px;*/
	border: 3px solid black;
	font-size: 20px;
    font-family: hollywood;
	text-align:center;
	text-decoration:none;
    color: #FFF;
	box-shadow: 0px 0px 0px black;
}


.choice1 a:hover {
	color: #000;
	background-color: rgba(255,255,255,.5);
}


.choice1jean {
	display: block;
	position:absolute;
	/*margin-top:20px;*/
	margin-left: 20%;
	margin-top:30px;
	width: 20%;
	height: 20%;
	z-index:999;
}


.choice1jean a{
	background-color: rgba(0,0,0, .5);
	padding:20px;
	/*margin-top:20px;*/
	border: 3px solid black;
	font-size: 16px;
    font-family: hollywood;
	text-align:center;
	text-decoration:none;
    color: #FFF;
	box-shadow: 0px 0px 0px black;
}


.choice1jean a:hover {
	color: #000;
	background-color: rgba(255,255,255,.5);
}


.choice1jeancenter {
	display: block;
	width: 20%;
	height: 20%;
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	margin-top:20px;
	z-index:999;
}


.choice1jeancenter a{
	background-color: rgba(0,0,0, .5);
	padding:20px;
	/*margin-top:20px;*/
	border: 3px solid black;
	font-size: 16px;
    font-family: hollywood;
	text-align:center;
	text-decoration:none;
    color: #FFF;
	box-shadow: 0px 0px 0px black;
}


.choice1jeancenter a:hover {
	color: #000;
	background-color: rgba(255,255,255,.5);
}



.choice1scott {
	display: block;
	width: 20%;
	height: 20%;
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	margin-top:20px;
	z-index:999;
}


.choice1scott a{
	background-color: rgba(0,0,0, .5);
	padding:20px;
	/*margin-top:20px;*/
	border: 3px solid black;
	font-size: 20px;
    font-family: hollywood;
	text-align:center;
	text-decoration:none;
    color: #FFF;
	box-shadow: 0px 0px 0px black;
}


.choice1scott a:hover {
	color: #000;
	background-color: rgba(255,255,255,.5);
}

.choice2 {
	display: block;
	position:absolute;
	/*margin-top:20px;*/
	margin-left: 60%;
	margin-top:30px;
	width: 20%;
	height: 20%;
	z-index:999;
}

.choice2 a{
	background-color: rgba(0,0,0, .5);
	padding:20px;
	/*margin-top:20px;*/
	border: 3px solid black;
	font-size: 20px;
    font-family: hollywood;
	text-align:center;
	text-decoration:none;
    color: #FFF;
	box-shadow: 0px 0px 0px black;
}


.choice2 a:hover {
	color: #000;
	background-color: rgba(255,255,255,.5);
}


.choice2frankie {
	display: block;
	position:absolute;
	/*margin-top:20px;*/
	margin-left: 60%;
	margin-top:30px;
	width: 20%;
	height: 20%;
	z-index:999;
}

.choice2frankie a{
	background-color: rgba(0,0,0, .5);
	padding:20px;
	/*margin-top:20px;*/
	border: 3px solid black;
	font-size: 16px;
    font-family: hollywood;
	text-align:center;
	text-decoration:none;
    color: #FFF;
	box-shadow: 0px 0px 0px black;
}


.choice2frankie a:hover {
	color: #000;
	background-color: rgba(255,255,255,.5);
}

video {
    display: block;
	width: 100%;
    height: 100%;
	text-align: center;
	margin: 0 auto;
 
}

@media only screen and (max-width: 680px) {
  .video-overlay h1 {
    font-size: 28px;
  }
	 .video-overlay h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 540px) {
  .video-overlay h1 {
    font-size: 22px;
  }
	
	 .video-overlay h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1175px) {
  .choice1 a{
    font-size: 14px;
  }
	.choice2 a{
    font-size: 14px;
  }
	
	  .choice1jean a{
    font-size: 14px;
  }
	
	 .choice1jeancenter a{
    font-size: 14px;
  }
	
	.choice1scott a{
		font-size:14px;
	}
	.choice2frankie a{
    font-size: 14px;
  }
}


@media only screen and (max-width: 960px) {
	.choice1 {
		margin-top: 15px;
	}
	.choice1 a{
    padding: 10px;
  }
	.choice2 {
		margin-top: 15px;
	}
	
	.choice2 a{
    padding: 10px;
  }
	
		.choice1jean {
		margin-top: 15px;
	}
	.choice1jean a{
    padding: 10px;
		font-size: 12px;
  }
	
		.choice1jeancenter {
		margin-top: 15px;
	}
	.choice1jeancenter a{
    padding: 10px;
		font-size: 12px;
  }
	
		.choice1scott {
		margin-top: 15px;
	}
	.choice1scott a{
    padding: 10px;
		font-size: 12px;
  }
	.choice2frankie {
		margin-top: 15px;
	}
	
	.choice2frankie a{
    padding: 10px;
		font-size: 12px;
  }
}

@media only screen and (max-width: 800px) {
	.choice1 {
		margin-top: 5px;
	}
	.choice1 a{
    padding: 5px;
		font-size:10px;
		border: 1px solid black;
  }
	.choice2 {
		margin-top: 5px;
	}
	
	.choice2 a{
    padding: 5px;
		font-size:10px;
				border: 1px solid black;

  }
	
	.choice1jean {
		margin-top: 5px;
	}
	.choice1jean a{
    padding: 5px;
		font-size:8px;
				border: 1px solid black;

  }
	
	.choice1jeancenter {
		margin-top: 5px;
	}
	.choice1jeancenter a{
    padding: 5px;
		font-size:8px;
				border: 1px solid black;

  }
	
	.choice1scott {
		margin-top: 5px;
	}
	.choice1scott a{
    padding: 5px;
		font-size:8px;
				border: 1px solid black;

  }
	.choice2frankie {
		margin-top: 5px;
	}
	
	.choice2frankie a{
    padding: 5px;
		font-size:8px;
				border: 1px solid black;

  }
}

@media only screen and (max-width: 545px) {
	
	.video-overlay h2 {
    font-size: 14px;
  }
	
	.choice1 a{
    padding: 5px;
		font-size:8px;
  }

	.choice2 a{
    padding: 5px;
		font-size:8px;
  }
		
	.choice1jean a{
    padding: 5px;
		font-size:8px;
  }
	
	.choice1jeancenter a{
    padding: 5px;
		font-size:8px;
  }
	
		.choice1scott a{
    padding: 5px;
		font-size:8px;
  }


	.choice2frankie a{
    padding: 5px;
		font-size:8px;
  }
}

