body{
	-webkit-text-size-adjust: none;
	max-width:1225px;
	margin:0px auto;
}


#tab{
	padding-left: 5em;
}

.menu{
	padding-top:10px;
	background-color:#000;
	width:100%;
}

a:link, a:visited {
    text-decoration: none;
		color:#FFF;
}

.thumbnail{


	min-height:190px;
	height:190px;
	
	background-color:#91DBFF;
	/*color:#FFF;
	font-size:30px;
	 Center image/text */
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	
	text-decoration:none;
}

.thumbText{
	
}

.thumbnail:hover {
	background-color:#F90;
	/*color:#FFF;
	text-decoration:none;*/
}

/*jumbovideo {
	width:1225px;
}*/

#video {
	width:300px;
	position:absolute;
	left:1000px;
}

#jumbovideo {
	max-width:1225px;
}

.text {
	z-index: 2;
	top:45%;
	position:absolute;
	left:375px;
	width:100%;
	color:#099;
	font-size:125px;
	font-family:Verdana, Geneva, sans-serif;
	text-shadow: black 0.0em 0.0em 25px, black 0.0em 0.0em 25px ;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}