<!--VIDEO CSS-->

#vidcontainer{
	position: relative; 

	}

#vidcontainer video {
	position: relative; 
	z-index: 0
		}
video #bgvid {
	position: fixed; right: 0; bottom: 0;
	min-width: 100%; min-height: 100%;
	width: 100%; height: auto; z-index: -1;
	background: url(video/videopic.jpg) no-repeat;
	background-size: cover;

}

#overlay {
    z-index:1;
	width:700px;
 	left:50%;
 	margin-left:-350px;
	top: 30%;
	text-align: center;
	position: absolute;
    
}
#overlaytext {
	color:#fff;
	font-family: 'Raleway', 'sans-serif';
	font-weight: 500;
	font-size: 24px;
	text-shadow: 2px 1px 0 rgba(0, 0, 0, 0.8);
	
	}
	
#arrow {
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
	}
	
#arrow:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}
<!--END VID CSS-->

body {
	background-color: #E9E9E9;
	background-repeat: repeat;
	background-image: url(images/tmpback1.png);
}
/*Testing Shadow*/

/*End Test Shadow*/

#secondarynav {
	height: 60px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#secondarynav #buttons {
	height: 125px;
	width: 908px;
	margin-right: auto;
	margin-left: auto;
}
#content2container{
	height:450px;
	width: 100%;
	background-color: #0681BF;
	background-image: url(../images/horn.png);
	background-repeat:no-repeat;
	background-position:95% 5%;
	background-size: contain;
	float: left;
}

#content2 {
	height: 450px;
	width:950px;
	margin-right: auto;
	margin-left: auto;
	padding: 35px;
	font-size: 32px;
	color:#FFF;
	text-shadow: 2px 1px 0 rgba(0, 0, 0, 0.8);
	
}

#b-h {
	background-image: url(../images/BountyHunterBanner.png);
	height: 400px;
	background-size: 750px 265px;
	background-repeat: no-repeat;
	padding-top:275px;
}

#servicescontainer {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;

}


	
#services {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;

}

#box {
	height: auto;
	width: 300px;
	float:left;
	background-color:#FFF;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:70px;
	margin-top: 70px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	text-align:center;
	font-size:16px;
	color:#333;
}

#circle {
	height:150px;
	width:150px;
	border-radius: 75px;
	background-color:#999;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12%;

}

#definition {
  width:100%;
  height:550px;
  float:left;
  background-image:url(../images/definitionbackedit.jpg);
  background-position:center;
  background-repeat: repeat-x;
  background-size: cover;

}
#definitiontext{
	width:900px;
	height: 475px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 2%;

}
#deftext1 {
	background-color: #000;
	opacity: .9;
	width:300px;
	height:auto;
	padding-left: 10px;
}
#deftext2 {
	background-color: #000;
	opacity: .9;
	width:320px;
	height:auto;
	padding-left: 10px;
}
#deftext3 {
	background-color: #000;
	opacity: .9;
	width:850px;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 10px;
	font-size: 21px;
}
#deftext4 {
	background-color: #000;
	opacity: .9;
	width:600px;
	height:auto;
	padding-left: 10px;
}

/*NOBanner */
#noTemplatesWrapper{
	height:450px;
	width: 100%;
	background-repeat: repeat-x;
	background-color: #2b2b2b;
	background-repeat:no-repeat;
	background-position:center;
	float: left;
	}

#noTemplates {
	height: 350px;
	width:950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	font-size: 32px;
	color:#FFF;
	outline: 3px #666;
	outline-style: dashed;
	text-shadow: 2px 1px 0 rgba(0, 0, 0, 0.8);
	
}

#noTemplatesText {
	padding-top:20px;
	height: 280px;
	width: 600px;
	float: left;
	margin-top: 25px;
	margin-left: 25px;

}

#zeroBox {
	padding-left: 20px;
	height:90px;
	width:580px;
	float: left;
	font-family: 'Duru Sans', sans-serif;
	color: #fff;
	font-size: 60px;

}

#hunnyBox {
	height:90px;
	width:580px;
	float: left;
	font-family: 'Duru Sans', sans-serif;
	color:#fff;
	font-size:70px;
	padding-left:20px;
	font-family:  'Courgette', cursive;

}

#noTemplatesImage {
	height: 300px;
	width:300px;
	margin-top: 25px;
	float: left;

}
 /*END no banner*/