html, body {
	background-color: #000000;
	text-align: center;
	font-family: Montserrat, sans-serif;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: url(http://whoisthehiddenman.com/images/landing-background.jpg) no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

a {
	color: #fff;
}

a:hover {
	color: #cccccc;
}

.main-content {
	max-width: 700px;
	margin: 0 auto;
	padding: 40px;
	background-color: rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 25px 0px rgba(255,255,255,1);
}

.main-img {
	width: 100%;
	height: auto;
	padding-bottom: 20px;

}

#hover:hover {
	opacity: 85%;
}

.card-container {
	max-width: 800px;
	margin: auto;
}

.video-responsive {
	position:relative;
    padding-bottom:56.25%;/* 16:9 */
    height:0;
}

.video-responsive iframe {
	position:absolute;
	left:0;
    top:0;
    height:100%;
    width:100%;

}

.landing-text {
	margin: 0 auto;
	max-width: 650px;
	font-size: 16px;
	text-align: left;
	color: #e9e9e9;
	font-weight: normal;
	font-style: normal;
	line-height: 24px;
}

.landing-text#firstBlock {
	padding: 10px 0 10px 0;
}

span.h3 {
	color: white;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

#thx {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

span.bold {
	font-weight: bold;
	color: #fff;
}

#sublist-top {
	padding-top: 10px;
}

.gallery-sec ul{ margin: 0 auto; padding: 0;
    list-style-type: none;}

.gallery-sec li{ margin:10px 5px; display:inline-block; vertical-align:top;}
.fancybox:hover {opacity: .5;}

/*.gallery-sec ul li img{ width:100%; display:block;} */

/*li {
	padding-bottom: 10px;
}

.main-list {
	padding-bottom: 30px;
}*/

.disclosures {
	margin: 0 auto;
	max-width: 650px;
	font-size: 11px;
}

/* CONTINUE BUTTON AND FOOTER */

.button-div {
	margin: 0 auto;
	color: white;
	padding-bottom: 75px;
	padding-top: 50px;
}

.button {
	background-color:#bd10e0; background-image:none; 
	font-family: "Times New Roman", Times, serif;
	color: white;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
	max-width:350px; 
	height: 50px;
	margin:0 auto 10px; 
	padding:0 15px; 
	border:5px solid #417505; 
	border-radius:5px; 
	-o-border-radius:5px; 
	-ms-border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	text-align:center; 
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
}

.button:hover {
	background:#9013fe;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 1px 3px 0px rgba(255,255,255,1);
	box-shadow: 0px 1px 3px 0px rgba(255,255,255,1);
}

.laurels {
	width: 100%;
	height: auto;
}

.footer {
	font-size: 11px;
	color: #fff;
	margin: 50px 0 30px 0;
}

div.socials {
	text-align: center;
	margin: 0 auto;
}

.icon:hover {
	opacity: .5;
}

.watchButton-link  {
	text-decoration: none;
}

.watchButton {
	margin: 0 auto;
	text-align: center;
	max-width: 650px;
	font-size: 18px;
	font-weight: bold;
	color: white;
	border: 2px solid #F1f1f1;
	border-radius: 30px;
	background-color: #ededed;
}

.watchButton-img {
	margin: 10px 0 10px 0;
}

.watchButton:hover {
	opacity: .5;
	transition: .1s;
}