@charset "utf-8";
/* CSS Document */




.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
  position: relative;
    background-attachment: fixed;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-position: center center;
	
	
	

}
.bgimg-1 {
  background-image: url("../../intelligence_surveillance_reconnaissance/parallax_ISR_001.jpg");
  min-height: 100%;
	opacity: 0.65;
}

.bgimg-2 {
  background-image: url("../../intelligence_surveillance_reconnaissance/parallax_ISR_003.jpg");
  min-height: 100%;
	opacity: 0.65;
}

.bgimg-3 {
  background-image: url("../../intelligence_surveillance_reconnaissance/parallax_ISR_002.jpg");
  min-height: 100%;
	opacity: 0.65;
}

.bgimg-4 {
  background-image: url("../../intelligence_surveillance_reconnaissance/parallax_ISR_004.jpg");
  min-height: 100%;
}





.caption {

	display: block;
  left: 0;
  bottom: 59%;
  width: 100%;
  text-align: center;
  letter-spacing: 3px;
text-transform: uppercase;
font-family: 'Prompt-Regular', sans-serif;
font-size: 26pt;
color: #111;
background-color: rgba(255, 255, 255, 0.3);
}

.caption span.border {

background-color: rgba(255, 255, 255, 0.3);
margin: 0 auto;
padding: 4px;


}

h3 {
letter-spacing: 3px;
text-transform: uppercase;
font-family: 'Prompt-Regular', sans-serif;
font-size: 26pt;
color: #111;
}

/* Turn off parallax scrolling for tablets and phones */
@media screen and (max-width: 1024px) {

	
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 { display:none; }

.caption { display:none; }
	
.bgimg-1 {
display:none;
}

.bgimg-2 {
display:none;
}

.bgimg-3 {
display:none;
}

.bgimg-4 {
display:none;
}	
	
}