body {
	min-height: 75rem;
	padding-top: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.jumbotron {
	/*background-image: url("../images/mainstaybg.jpg");	 
	background-repeat:repeat-x;
	background-position: left top;
	background-attachment: fixed;
	background-size: auto 1000px;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	border-radius:0rem;
	min-height:380px;
	height:700px;
	max-height:700px;
	font-size:22px !important;
	font-weight:bold !important;
	margin:0px !important;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
		min-height:700px;
		filter:opacity(40%);
}

.container {
	position: relative;
	z-index:100;
}

.servicesSection {
	position:relative;
	min-height:800px;
	background-color:#ffffff;
	z-index:100;
}

#frameIntro {
	min-height:400px;
	padding-top: 10%;
}

#frameServices {
	position:relative;
	min-height:500px;
	padding-top:100px;
	padding-bottom:100px;
}

#frameApproach {
	min-height:400px;
	padding-top:100px;
	padding-bottom:100px;
}

#frameClients {
	min-height:400px;
	padding-top:100px;
	padding-bottom:100px;
}


.bg-dark {
	background-color:#ffffff !important;
	border-bottom:3px solid #0099FF;
}	

.bg-light {
	background-color:#ffffff !important;
	border-bottom:3px solid #0099FF;
}	

.navbar a {
	color: #000055 !important;
	font-weight:bold;
}

.navbar a:hover {
	color: #ffffff !important;
	font-weight:bold;
}

.nav-item a:hover {
	background-color: #7777ee !important;
	font-weight:bold;
}

.logoImage img {
	height: auto;
}

.sectionIcon {
	width:100px;
	margin:0px auto;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.centeredHeader {
	font-family: 'Trebuchet', sans-serif !important;
	font-weight:bold;
	font-size:40px !important;
	width:400px;
	margin:0px auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	padding-bottom:30px;
}

.centeredCol {
	text-align:center;
}

.darkerBG {
	background-color: rgba(0,0,0,0.3);
}

.col-md-6 {
	color:#307088;
}
.col-md-6 h2 {
	font-size:45px;
	font-family:"Arial Narrow";
}

.bgimgContainer {
	background-image: url("../images/stock_infosec.jpg");	 
	background-repeat:repeat-x;
	background-position: left top;
	background-attachment: fixed;
	background-size: auto 1000px;
}

.textContainer {
	background-color: #eeeeff !important;
	height:auto;
	width:100%;
	max-width:100%;
	color: #000033 !important;
	padding:100px 50px;
	margin:0px;
	font-size:20px;
	font-weight:bold;
	line-height:2;
}

.clientListContainer {
	background-color: #ffffff !important;
	height:auto;
	width:100%;
	max-width:100%;
	color: #000033 !important;
	padding:30px;
	margin:0px;
	font-size:20px;
	font-weight:bold;
	line-height:2;
}

.clientListImg {
	padding:0px;
	margin:20px;
}

.clientIcons {
	text-align:center;
	width:100%;
}

.clientIcons img {
	display: block;
  margin-left: auto;
  margin-right: auto;
	padding:20px;
}

.clientIconsTitle {
	width:100%;
}
			
.footerRow {
	padding-top:30px;
}

.footer_mse {
	background-image: url("../images/mainstaybg.jpg");	 
	background-repeat:repeat-x;
	background-position: left top;
	background-size: auto 450px;
	font-family: 'Trebuchet', sans-serif !important;
	width:100%;
	max-width:100%;
	min-height:200px;
	color: #ffffff !important;
	padding:10px;
	margin:0px;
	font-size:16px;
	font-weight:bold;
	text-align:right;
	vertical-align:bottom;
}

.footer_mse_text {
	color: #121234 !important;
}

.footerLeft {
	padding-top:90px;
	text-align:left;
}



@media screen and (max-width: 900px) 
{
	p {
		font-size:14px;
	}
	
	.jumbotron {
		font-size:18px !important;
		height:600px;
		max-height:600px;
	}			
	
	.jumbotron h1 {
		font-size:30px !important;
	}		
	
	.centeredHeader {
		font-size:30px !important;
		width:330px;
	}
	
	video {
			position: absolute;
			top: 0;
			left: -100;
			width: auto;
			height: 700px;
			min-height:700px;
			filter:opacity(40%);
	}
		
	#frameIntro {
			height: 200px;
			padding-top: 20%;
	}	
	.textContainer {
		font-size:14px;
	}
	.col-md-4 {
		min-width:320px;
		max-width:400px;
	}
	.footer_mse_text {
		font-size:14px !important;
	}
	
}

@media screen and (max-width: 1000px) 
{
	.col-md-4 {
		min-width:320px;
		max-width:400px;
	}
}

@media screen and (max-width: 600px) 
{
	.jumbotron {
		font-size:18px !important;
		height:400px;
		max-height:400px;
	}			
}
