html,body{height:100%;}
	
				/* Header Parallax Element Style*/ 
				.paral {
				background: /*  linear-gradient(
						                     rgba(20,20,20, .5), 
						                     rgba(20,20,20, .5)),  */
						                     url('../../images/slides/sec_guard.jpg');     /*  menorah.jpg  */
				max-height: 550px;
				margin-top:0;   /* -50px */
				background-attachment: fixed;
				background-size: cover;
				background-position: 50% 50%;
				padding:0;
				}
				
				/* Paragraph for Parallax Section */ 
				.paral p {
				font-size: 24px;
				color:#f5f5f5;
				text-align: center;
				line-height: normal;
				}
				 
				/* Heading for Parallax Section */ 
				.paral h1 {
				color: #0e53a6;     /*  #e7792b;     /* #087183; */
				text-shadow:
						   -1px -1px 0 #000,  
						    1px -1px 0 #000,
						    -1px 1px 0 #000,
						     1px 1px 0 #000;
			/*	color: rgba(255, 255, 255, 0.8);
				font-size: 60px;  */
				text-align: center;
				padding-top: 0;
				line-height: 100px;
				}
				
				/* Image for Parallax Section */ 
				.paralsec1 {
				background: linear-gradient(
						                     rgba(20,20,20, .5), 
						                     rgba(20,20,20, .5)),
						                     url('../../images/support_strip.jpg');     /*  menorah.jpg  */
				max-height: 550px;
				margin-top:0;   /* -50px */
				background-attachment: fixed;
				background-size: cover;
				background-position: 50% 50%;
				padding:0;				}
				 
				 
				/* Image for websites section*/ 
				.paralsec2 {
				background: linear-gradient(
						                     rgba(20,20,20, .5), 
						                     rgba(20,20,20, .5)),
						                     url('../../images/slides/cctv_monitor.jpg');     /*  menorah.jpg  */
				max-height: 550px;
				margin-top:0;   /* -50px */
				background-attachment: fixed;
				background-size: cover;
				background-position: 50% 50%;
				padding:0;
				}			
				
				/* Image for ethos section*/ 
				.paralsec3 {
				background: linear-gradient(
						                     rgba(20,20,20, .5), 
						                     rgba(20,20,20, .5)),
						                     url('../../images/ethos2.jpg');     /*  menorah.jpg  */
				max-height: 550px;
				margin-top:0;   /* -50px */
				background-attachment: fixed;
				background-size: cover;
				background-position: 50% 50%;
				padding:0;
				}							 
/*				.paralsec1 {
				background-image: url("https://img.webnots.com/2017/05/parallax1.jpg");}    */
				 
	/*			.paralsec2 {
				min-height:400px;
				background-image: url("images/teamwork3.jpg");
				}
				
				.paralsec3 {
				min-height:300px;
				background-image: url("images/monvalley.jpg");
				}
				/* Add more images for more sections */
				
				/* Remove Bottom Margin from Jumbotron */
				.jumbotron{margin-bottom: 0;}
				
	/*			.dark-overlay {
				    position: relative;
				}  */
				.dark-overlay:after {
					position:relative;
				    display: block;
				    background: #0e53a6;     /*  rgba(0,0,0,0.7);  */
				    position: absolute;
				    z-index: 1000;
				    top:0;
				    left:0;
				    width:100%;
				    min-height: 250px;
				}

				.blue-overlay:after {
					position:relative;
				    display: block;
				    background: #779fc3;     /*  rgba(0,0,0,0.7);  */
				    position: absolute;
				    z-index: 1000;
				    top:0;
				    left:0;
				    width:100%;
				    min-height: 250px;
				}				