body{
	-webkit-text-size-adjust: none;
	max-width:1225px;
	margin:0px auto;
}

.midBreak{
	height:200px;
}

/*div{
	border:2px solid white;
}*/

.bg {
  background: url('../resource/img/hero_image.jpg') no-repeat center center;
	background-color:#FFF;
	opacity: .85;
  position: fixed;
  width: 100%;
  height: 600px; 
  top:0;
  left:0;
  z-index: -1;
}

.jumbotron {
    background: transparent;
		padding-top: 20px;
		color: black;
}

#tab{
	padding-left: 5em;
}

.quote{
	background: rgba(0,0,0,0.5);
	border-top-style: solid thick #900;
	border-top-width:10px;
	font-size:18px;
	color:white;
	text-shadow: black 0.0em 0.0em 5px;
	/*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
	/*box-shadow:0px 0px 10px 5px rgba(0,0,0,0.5);*/
	border-radius: 0px 0px 10px 10px;
	padding: 10px;
}

.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:#F60;
	/*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:#000;
	/*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 ;
}



